Skip to content

Commit 794893d

Browse files
committed
weiterer Versuch wegen hdf5
1 parent 68aaf43 commit 794893d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testMacOS.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
env:
1414
BUILD_TYPE: Release
15+
MACOSX_DEPLOYMENT_TARGET: "11.0"
1516

1617
jobs:
1718
build:
@@ -40,7 +41,7 @@ jobs:
4041
- name: Configure Homebrew clang (symlink for easier access)
4142
run: |
4243
brew unlink llvm && brew link llvm --force --overwrite
43-
44+
4445
- name: Symlink system ld for Homebrew clang
4546
run: |
4647
ln -sf /usr/bin/ld /opt/homebrew/bin/ld
@@ -53,7 +54,6 @@ jobs:
5354
CC: "/opt/homebrew/opt/llvm/bin/clang"
5455
CXX: "/opt/homebrew/opt/llvm/bin/clang++"
5556
PATH: "/opt/homebrew/opt/llvm/bin:/opt/homebrew/bin:$PATH"
56-
MACOSX_DEPLOYMENT_TARGET: "11.0"
5757
run: |
5858
cmake -B build \
5959
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
@@ -62,7 +62,7 @@ jobs:
6262
-DCMAKE_C_COMPILER="$CC" \
6363
-DCMAKE_CXX_COMPILER="$CXX" \
6464
-DCMAKE_CXX_FLAGS="-stdlib=libc++ -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include" \
65-
-DCMAKE_EXE_LINKER_FLAGS="-L/opt/homebrew/opt/libomp/lib -lomp"
65+
-DCMAKE_EXE_LINKER_FLAGS="-L/opt/homebrew/opt/libomp/lib -lomp" \
6666
-DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
6767
6868
- name: Build

0 commit comments

Comments
 (0)