Skip to content

Commit addb07f

Browse files
committed
update fopenmp flag
1 parent ef428a2 commit addb07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/parsnp/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Once OpenMP support is added, the first (required!) step is to build libMUSCLE::
4848

4949
cd muscle
5050
./autogen.sh
51-
./configure --prefix=`pwd`
51+
./configure --prefix=`pwd` CXXFLAGS=’-fopenmp’
5252
make install
5353

5454
Then, build Parsnp::

0 commit comments

Comments
 (0)