File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ include(cmake/CPM.cmake)
1616set ( CCCL_THRUST_DEVICE_SYSTEM "CPP" )
1717CPMAddPackage(
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"
You can’t perform that action at this time.
0 commit comments