Skip to content

Commit

Permalink
ci: disable fortran for mac clang15
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 27, 2023
1 parent ed14384 commit 15ab0c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mac-clang15-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@ jobs:
- uses: actions/checkout@v4
- name: Install Dependencies
run: brew install curl openssl libaec mpich
- name: Install gfortran
uses: awvwgk/setup-fortran@v1
- name: Generate Xcode project
run: |
export OPENSSL_ROOT_DIR=/usr/local/Cellar/openssl@3/3.1.1
export CC=$(brew --prefix llvm@15)/bin/clang
export FC=/usr/local/bin/gfortran
echo $CC
mkdir build
cd build
cmake \
-DHDF5_BUILD_FORTRAN:BOOL=ON \
-DHDF5_BUILD_FORTRAN:BOOL=OFF \
-DHDF5_ENABLE_PARALLEL:BOOL=ON \
-DHDF5_ENABLE_ROS3_VFD:BOOL=ON \
-DHDF5_ENABLE_SUBFILING_VFD:BOOL=ON \
Expand Down

0 comments on commit 15ab0c6

Please sign in to comment.