Skip to content

Commit

Permalink
try mac and windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed May 2, 2024
1 parent 2345276 commit fccecbe
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/CI_pyHAMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ jobs:
with:
path-type: inherit
update: true
msystem: MINGW64
install: >-
cmake
pkg-config
gcc
gcc-libs
gcc-fortran
openblas
openblas64
mingw-w64-x86_64-cmake
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-libs
mingw-w64-x86_64-gcc-fortran
mingw-w64-x86_64-openblas
mingw-w64-x86_64-openblas64
- name: Set compilers
if: contains( matrix.os, 'windows')
run: |
mv C:\\Strawberry\\perl\\bin\\pkg-config.BAT C:\\Strawberry\\perl\\bin\\old-pkg-config.old
mv C:\\Strawberry\\perl\\bin\\pkg-config C:\\Strawberry\\perl\\bin\\old-pkg-config
export PATH=/c/msys64/mingw64/bin:$PATH
- name: checkout repository
Expand All @@ -61,7 +61,8 @@ jobs:
run: |
#export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig:$PKG_CONFIG_PATH"
#sudo ln -s /usr/local/opt/openblas/lib/libopenblas* /usr/local/lib/
brew install openblas libomp
brew install openblas libomp
brew reinstall gcc
- name: Linux openblas
if: contains( matrix.os, 'ubuntu')
Expand Down

0 comments on commit fccecbe

Please sign in to comment.