Skip to content

Commit

Permalink
Set CC, CXX, and FCC, don't use XCode compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jun 3, 2024
1 parent ed5f556 commit 0afdbdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ jobs:
env:
CIBW_BEFORE_ALL: |
conda activate pybamm-dev
# export CC=$(conda run -n pybamm-dev which clang)
# export FC=$(conda run -n pybamm-dev which gfortran)
export CC=$(conda run -n pybamm-dev which clang)
export CXX=$(conda run -n pybamm-dev which clang++)
export FC=$(conda run -n pybamm-dev which gfortran)
python -m pip install cmake pipx
python scripts/install_KLU_Sundials.py
CIBW_ARCHS_MACOS: auto
Expand Down

0 comments on commit 0afdbdd

Please sign in to comment.