Skip to content

Commit

Permalink
????
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesDuvert committed Aug 14, 2024
1 parent b76835d commit 9ed0082
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/build_gdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,14 +447,10 @@ function configure_gdl {
if [[ ${BUILD_OS} == "macOS" ]]; then
if [[ ${Platform} == "arm64" ]]; then
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/opt/llvm/lib
CMAKE_ADDITIONAL_ARGS=( "-DMPI=OFF -DREADLINEDIR=/opt/homebrew/opt/readline"
"-DCMAKE_CXX_COMPILER=llvm-g++"
"-DCMAKE_C_COMPILER=llvm-gcc" )
CMAKE_ADDITIONAL_ARGS=( "-DMPI=OFF -DREADLINEDIR=/opt/homebrew/opt/readline")
else
export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/llvm/lib
CMAKE_ADDITIONAL_ARGS=( "-DMPI=OFF -DREADLINEDIR=/usr/local/opt/readline"
"-DCMAKE_CXX_COMPILER=llvm-g++"
"-DCMAKE_C_COMPILER=llvm-gcc" )
CMAKE_ADDITIONAL_ARGS=( "-DMPI=OFF -DREADLINEDIR=/usr/local/opt/readline")
fi
fi

Expand Down

0 comments on commit 9ed0082

Please sign in to comment.