Skip to content

Commit 18bac2e

Browse files
thomasjpfanjnothman
authored andcommitted
[MRG] DOC Adds explicit reference to clang (scikit-learn#13093)
1 parent 851a4b8 commit 18bac2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/developers/advanced_installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ You first need to install the OpenMP library::
118118

119119
Then you need to set the following environment variables::
120120

121-
export CC=clang
122-
export CXX=clang++
121+
export CC=/usr/bin/clang
122+
export CXX=/usr/bin/clang++
123123
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp"
124124
export CFLAGS="$CFLAGS -I/usr/local/opt/libomp/include"
125125
export CXXFLAGS="$CXXFLAGS -I/usr/local/opt/libomp/include"

0 commit comments

Comments
 (0)