Skip to content
Snippets Groups Projects
Unverified Commit f02a79c8 authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by GitHub
Browse files

Merge pull request #1202 from jwuttke/corr1

CI: winlibs moved to iffcloud
parents d786cd4d cce82166
No related branches found
No related tags found
No related merge requests found
......@@ -59,13 +59,13 @@ jobs:
cd ${{github.workspace}}
mkdir deps
Get-Date -Format G
wget http://apps.jcns.fz-juelich.de/src/WinLibs/libboost1.73.win64.zip -O ${{runner.temp}}\libboost.zip
wget http://apps.jcns.fz-juelich.de/src/WinLibs/libcerf1.14.win64.zip -O ${{runner.temp}}\libcerf.zip
wget http://apps.jcns.fz-juelich.de/src/WinLibs/libfftw3.win64.zip -O ${{runner.temp}}\libfftw.zip
wget http://apps.jcns.fz-juelich.de/src/WinLibs/libgsl-static.win64.zip -O ${{runner.temp}}\libgsl.zip
wget http://apps.jcns.fz-juelich.de/src/WinLibs/libtiff.win64.zip -O ${{runner.temp}}\libtiff.zip
wget http://apps.jcns.fz-juelich.de/src/WinLibs/libyaml.win64.zip -O ${{runner.temp}}\libyaml.zip
wget http://apps.jcns.fz-juelich.de/src/WinLibs/eigen3.3.7.zip -O ${{runner.temp}}\eigen.zip
wget "https://iffcloud.fz-juelich.de/s/xn8MEzcDmP6BEfy/download?path=%2F&files=libboost1.73.win64.zip" -O ${{runner.temp}}\libboost.zip
wget "https://iffcloud.fz-juelich.de/s/xn8MEzcDmP6BEfy/download?path=%2F&files=libcerf1.14.win64.zip" -O ${{runner.temp}}\libcerf.zip
wget "https://iffcloud.fz-juelich.de/s/xn8MEzcDmP6BEfy/download?path=%2F&files=libfftw3.win64.zip" -O ${{runner.temp}}\libfftw.zip
wget "https://iffcloud.fz-juelich.de/s/xn8MEzcDmP6BEfy/download?path=%2F&files=libgsl-static.win64.zip" -O ${{runner.temp}}\libgsl.zip
wget "https://iffcloud.fz-juelich.de/s/xn8MEzcDmP6BEfy/download?path=%2F&files=libtiff.win64.zip" -O ${{runner.temp}}\libtiff.zip
wget "https://iffcloud.fz-juelich.de/s/xn8MEzcDmP6BEfy/download?path=%2F&files=libyaml.win64.zip" -O ${{runner.temp}}\libyaml.zip
wget "https://iffcloud.fz-juelich.de/s/xn8MEzcDmP6BEfy/download?path=%2F&files=eigen3.3.7.zip" -O ${{runner.temp}}\eigen.zip
Get-Date -Format G
7z x ${{runner.temp}}\libboost.zip -odeps
7z x ${{runner.temp}}\libcerf.zip -odeps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment