File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2121 shell : bash
2222 run : |
2323 if [[ ${{ matrix.os }} = "macos-latest" ]]; then
24- brew install llvm@19
25- export CXX=$(brew --prefix llvm@19)/bin/clang++
24+ export CXX=g++
2625 fi
2726 python -m pip install --upgrade pip
2827 python -m pip install .[test]
Original file line number Diff line number Diff line change @@ -16,10 +16,8 @@ include(cmake/CPM.cmake)
1616set ( CCCL_THRUST_DEVICE_SYSTEM "CPP" )
1717CPMAddPackage(
1818 NAME feltor
19- #GITHUB_REPOSITORY "feltor-dev/feltor"
20- #VERSION 8.2
21- GITHUB_REPOSITORY "mwiesenberger/feltor"
22- GIT_TAG clang-test
19+ GITHUB_REPOSITORY "feltor-dev/feltor"
20+ VERSION 8.2
2321 SYSTEM ON
2422 EXCLUDE_FROM_ALL ON
2523 OPTIONS "FELTOR_DG_WITH_MATRIX OFF" "FELTOR_FILE_WITH_NETCDF OFF"
Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ skip = "*-musllinux*" # Skip musllinux (conflicts with libcudacxx)
4747
4848[tool .bibuildwheel .macos ]
4949before-build = [
50- " brew install llvm@19" ,
51- " export CXX=$(brew --prefix llvm@19)/bin/clang++"
50+ " export CXX=g++"
5251]
5352
5453[tool .cibuildwheel .pyodide ]
You can’t perform that action at this time.
0 commit comments