We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef428a2 commit addb07fCopy full SHA for addb07f
docs/content/parsnp/installation.rst
@@ -48,7 +48,7 @@ Once OpenMP support is added, the first (required!) step is to build libMUSCLE::
48
49
cd muscle
50
./autogen.sh
51
- ./configure --prefix=`pwd`
+ ./configure --prefix=`pwd` CXXFLAGS=’-fopenmp’
52
make install
53
54
Then, build Parsnp::
0 commit comments