Skip to content

Commit

Permalink
[MRG] DOC Adds explicit reference to clang (scikit-learn#13093)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan authored and jnothman committed Feb 5, 2019
1 parent 851a4b8 commit 18bac2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developers/advanced_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ You first need to install the OpenMP library::

Then you need to set the following environment variables::

export CC=clang
export CXX=clang++
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
export CPPFLAGS="$CPPFLAGS -Xpreprocessor -fopenmp"
export CFLAGS="$CFLAGS -I/usr/local/opt/libomp/include"
export CXXFLAGS="$CXXFLAGS -I/usr/local/opt/libomp/include"
Expand Down

0 comments on commit 18bac2e

Please sign in to comment.