Skip to content

Commit

Permalink
Use the last version of the sifcollection
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 16, 2024
1 parent fed7f75 commit c35c48e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/sifdecoder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
cd $GITHUB_WORKSPACE/../
if [[ "${{ matrix.problems }}" == "sifcollection" ]]; then
# https://bitbucket.org/optrove/sif/downloads/?tab=branches
wget https://bitbucket.org/optrove/sif/get/7a01e1efd8dedf632bc6d3b48cd2c292d688a6b6.tar.gz
tar -xvzf 7a01e1efd8dedf632bc6d3b48cd2c292d688a6b6.tar.gz
mv optrove-sif-7a01e1efd8de sif
wget https://bitbucket.org/optrove/sif/get/9ee214cf948816fdfbc0e58f844e47172a8784f0.tar.gz
tar -xvzf 9ee214cf948816fdfbc0e58f844e47172a8784f0.tar.gz
mv optrove-sif-9ee214cf9488 sif
fi
if [[ "${{ matrix.problems }}" == "maros-meszaros" ]]; then
# https://bitbucket.org/optrove/maros-meszaros/downloads/?tab=branches
Expand Down Expand Up @@ -97,9 +97,8 @@ jobs:
./sifdecoder_standalone -qp "$file"
if [[ -f "EXTER_q.f" ]]; then
problems+=("$file")
else
gfortran -shared -fPIC *.f
fi
gfortran -shared -fPIC *.f
fi
fi
done
Expand Down

0 comments on commit c35c48e

Please sign in to comment.