From 0082d5554965ddafcc679271beac258823431a46 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 25 Nov 2023 09:21:44 +0100 Subject: [PATCH] new download directory --- .github/workflows/Fortran.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Fortran.yml b/.github/workflows/Fortran.yml index 858a77801..2db4e3708 100644 --- a/.github/workflows/Fortran.yml +++ b/.github/workflows/Fortran.yml @@ -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: | @@ -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: | @@ -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: | @@ -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: |