We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4740765 commit 0e49a3eCopy full SHA for 0e49a3e
recipes/intron-prospector/build.sh
@@ -2,17 +2,15 @@
2
set -eu -o pipefail
3
set -x
4
5
-ls -1 ${PREFIX}/lib
6
-ls -1 ${PREFIX}/lib/pkgconfig
7
-
8
# Can not find htslib pkgconfig file for unknown reasons, so
9
# also use --with-htslib
10
export PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH:-}
11
12
export CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include"
13
export LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
14
15
-./configure --prefix="${PREFIX}" --with-htslib="${PREFIX}" \
+# --with-htslib="${PREFIX}"
+./configure --prefix="${PREFIX}" \
16
CXX="${CXX}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" \
17
CXXFLAGS="${CXXFLAGS}" || cat config.log
18
0 commit comments