We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5540b7c commit d5bcd94Copy full SHA for d5bcd94
recipes/hisat2/build.sh
@@ -1,9 +1,10 @@
1
#!/bin/bash
2
+set -x
3
4
# The patch does not move the VERSION file on OSX. Let's make sure it's moved.
5
mv VERSION{,.txt} || true
6
-make \
7
+make -j ${CPU_COUNT} \
8
CC="${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" \
9
CPP="${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}"
10
0 commit comments