Skip to content

Commit

Permalink
Fixed wrong compiler used
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Dec 8, 2016
1 parent 2e2170d commit 317cf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ Compiling MMseqs2 from source has the advantage that it will be optimized to the
:exclamation: Please install and use `gcc` from Homebrew, if you want to compile MMseqs2 on MacOS. The default MacOS `clang` compiler does not support OpenMP and MMseqs2 will not be able to run multithreaded. Use the following cmake call:

CXX="$(brew --prefix)/bin/gcc-6" cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=. ..
CXX="$(brew --prefix)/bin/g++-6" cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=. ..
### Install static Linux version
The following command will download the last MMseqs version, extract it and set the `PATH` variable. This version runs only on linux. If you want to run it on Mac please compile it or use brew.
Expand Down

0 comments on commit 317cf84

Please sign in to comment.