Skip to content

Commit

Permalink
new download directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Nov 25, 2023
1 parent 32f3bea commit 0082d55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: PETSc - Download
if: steps.petsc-download.outputs.cache-hit != 'true'
run: |
wget -q https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${PETSC_VERSION}.tar.gz -P download
wget -q https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-{PETSC_VERSION}.tar.gz -P download
- name: PETSc - Prepare
run: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: PETSc - Download
run: |
wget -q https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${PETSC_VERSION}.tar.gz -P download
wget -q https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-{PETSC_VERSION}.tar.gz -P download
- name: PETSc - Prepare
run: |
Expand All @@ -134,7 +134,7 @@ jobs:
--with-zlib-dir=$(brew --prefix zlib) \
--with-fftw-dir=$(brew --prefix fftw) \
--with-hdf5-dir=$(brew --prefix hdf5-mpi) --with-hdf5-fortran-bindings=1
make all
qmake all
- name: DAMASK - Compile
run: |
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: PETSc - Download
if: steps.petsc-download.outputs.cache-hit != 'true'
run: |
wget -q https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${PETSC_VERSION}.tar.gz -P download
wget -q https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-{PETSC_VERSION}.tar.gz -P download
- name: PETSc - Prepare
run: |
Expand Down

0 comments on commit 0082d55

Please sign in to comment.