Skip to content

Commit

Permalink
try homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Mar 6, 2024
1 parent 93e6359 commit 0616a74
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:

gcc_ubuntu:
ubuntu_gcc:

runs-on: ubuntu-22.04

Expand All @@ -25,7 +25,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: GCC - Install
run: |
Expand Down Expand Up @@ -86,15 +86,15 @@ jobs:
./bin/DAMASK_mesh -l tensionZ_3g.yaml -g cube_3grains.msh -m material.yaml -w examples/mesh
intel:
ubuntu_Intel:

runs-on: ubuntu-22.04

strategy:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Intel - Install
run: |
Expand Down Expand Up @@ -164,3 +164,18 @@ jobs:
run: |
./bin/DAMASK_grid -l tensionX.yaml -g 20grains16x16x16.vti -m material.yaml -w examples/grid
./bin/DAMASK_mesh -l tensionZ_3g.yaml -g cube_3grains.msh -m material.yaml -w examples/mesh
macos:
runs-on: macos-latest

steps:

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
id: set-up-homebrew

- name: PETSc - Install
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install petsc hdf5-mpi

0 comments on commit 0616a74

Please sign in to comment.