Skip to content

Commit 2b539d2

Browse files
committed
Test macos support from newer feltor version
1 parent 19c8189 commit 2b539d2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/python_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
os: [windows-latest, ubuntu-latest] # Feltor-8.2 does not build on mac using clang++
48+
os: [windows-latest, macos-latest, ubuntu-latest]
4949

5050
steps:
5151
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [windows-latest, ubuntu-latest] # Feltor-8.2 does not build on mac using clang++
11+
os: [windows-latest, macos-latest, ubuntu-latest]
1212
python-version: ["3.12", "3.13"]
1313

1414
steps:

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ include(cmake/CPM.cmake)
1616
set( CCCL_THRUST_DEVICE_SYSTEM "CPP")
1717
CPMAddPackage(
1818
NAME feltor
19-
GITHUB_REPOSITORY "feltor-dev/feltor"
20-
VERSION 8.2
19+
#GITHUB_REPOSITORY "feltor-dev/feltor"
20+
#VERSION 8.2
21+
GITHUB_REPOSITORY "mwiesenberger/feltor"
22+
GIT_TAG clang-test
2123
SYSTEM ON
2224
EXCLUDE_FROM_ALL ON
2325
OPTIONS "FELTOR_DG_WITH_MATRIX OFF" "FELTOR_FILE_WITH_NETCDF OFF"

0 commit comments

Comments
 (0)