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 851a4b8 commit 18bac2eCopy full SHA for 18bac2e
doc/developers/advanced_installation.rst
@@ -118,8 +118,8 @@ You first need to install the OpenMP library::
118
119
Then you need to set the following environment variables::
120
121
- export CC=clang
122
- export CXX=clang++
+ export CC=/usr/bin/clang
+ export CXX=/usr/bin/clang++
123
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp"
124
export CFLAGS="$CFLAGS -I/usr/local/opt/libomp/include"
125
export CXXFLAGS="$CXXFLAGS -I/usr/local/opt/libomp/include"
0 commit comments