comparison .github/workflows/make.yaml @ 29921:6b7ac07ffa85

GitHub-CI: Install SUNDIALS on Windows runners. * .github/workflow/make.yaml (windows): MSYS2 started packaging SUNDIALS. Use it instead of stand-alone CVODE.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 26 Jul 2021 19:53:02 +0200
parents 4559cdcc4562
children 53de043ea532
comparison
equal deleted inserted replaced
29920:12d77b69df12 29921:6b7ac07ffa85
340 # The fourth block is for additional run-time dependencies that aren't needed to build (to run test suite) 340 # The fourth block is for additional run-time dependencies that aren't needed to build (to run test suite)
341 run: | 341 run: |
342 pacman --noconfirm -Syu 342 pacman --noconfirm -Syu
343 pacman --noconfirm -S --needed --overwrite * \ 343 pacman --noconfirm -S --needed --overwrite * \
344 base-devel ${TARGET_PREFIX}-toolchain ${TARGET_PREFIX}-lapack ${TARGET_PREFIX}-openblas ${TARGET_PREFIX}-pcre \ 344 base-devel ${TARGET_PREFIX}-toolchain ${TARGET_PREFIX}-lapack ${TARGET_PREFIX}-openblas ${TARGET_PREFIX}-pcre \
345 ${TARGET_PREFIX}-arpack ${TARGET_PREFIX}-curl ${TARGET_PREFIX}-cvode ${TARGET_PREFIX}-fftw ${TARGET_PREFIX}-fltk ${TARGET_PREFIX}-gl2ps ${TARGET_PREFIX}-glpk ${TARGET_PREFIX}-ghostscript ${TARGET_PREFIX}-gnuplot ${TARGET_PREFIX}-graphicsmagick ${TARGET_PREFIX}-hdf5 ${TARGET_PREFIX}-libsndfile ${TARGET_PREFIX}-portaudio ${TARGET_PREFIX}-qhull ${TARGET_PREFIX}-qrupdate ${TARGET_PREFIX}-qscintilla ${TARGET_PREFIX}-qt5 ${TARGET_PREFIX}-rapidjson ${TARGET_PREFIX}-suitesparse \ 345 ${TARGET_PREFIX}-arpack ${TARGET_PREFIX}-curl ${TARGET_PREFIX}-fftw ${TARGET_PREFIX}-fltk ${TARGET_PREFIX}-gl2ps ${TARGET_PREFIX}-glpk ${TARGET_PREFIX}-ghostscript ${TARGET_PREFIX}-gnuplot ${TARGET_PREFIX}-graphicsmagick ${TARGET_PREFIX}-hdf5 ${TARGET_PREFIX}-libsndfile ${TARGET_PREFIX}-portaudio ${TARGET_PREFIX}-qhull ${TARGET_PREFIX}-qrupdate ${TARGET_PREFIX}-qscintilla ${TARGET_PREFIX}-qt5 ${TARGET_PREFIX}-rapidjson ${TARGET_PREFIX}-suitesparse ${TARGET_PREFIX}-sundials \
346 git ${TARGET_PREFIX}-ccache ${TARGET_PREFIX}-icoutils ${TARGET_PREFIX}-librsvg texinfo \ 346 git ${TARGET_PREFIX}-ccache ${TARGET_PREFIX}-icoutils ${TARGET_PREFIX}-librsvg texinfo \
347 unzip zip 347 unzip zip
348 348
349 - name: checkout repository 349 - name: checkout repository
350 uses: actions/checkout@v2 350 uses: actions/checkout@v2