Skip to content

Commit

Permalink
CI: macos-gcc add CMAKE_OSX_SYSROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajid Ali committed Jun 17, 2024
1 parent 62cb09a commit 514a755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
export CPPFLAGS="-I/opt/homebrew/opt/libomp/include"
cmake -B ${{github.workspace}}/build \
-DCMAKE_C_COMPILER=gcc-14 -DCMAKE_CXX_COMPILER=g++-14 \
-DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk \
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_KOKKOS_BACKEND=OpenMP \
-DGSV=DOUBLE \
-DPython_EXECUTABLE=${{github.workspace}}/synergia-env/bin/python${{env.PYTHON_VERSION}} \
Expand Down

0 comments on commit 514a755

Please sign in to comment.