Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONFIG=apple and add CI test on macOS-11 #47

Merged
merged 9 commits into from
Aug 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
yomichi committed Aug 24, 2023
commit bf033e1649f7e05008c4a35b90432f54e287c354
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
- name: brew
if: ${{ runner.os == 'macOS' }}
run: |
brew install openmpi scalapack
brew install openmpi scalapack libomp
- name: pip
run: |
@@ -38,6 +38,7 @@ jobs:
shell: bash
run: |
if [ ${{ runner.os }} = "macOS" ] ; then
export CC=gcc-11
export FC=gfortran-11
fi
cmake -DCMAKE_VERBOSE_MAKEFILE=ON $GITHUB_WORKSPACE