Skip to content

Commit

Permalink
Merge pull request #824 from mmuetzel/ci
Browse files Browse the repository at this point in the history
CI (MSVC): Install reference BLAS and LAPACK libraries.
  • Loading branch information
DrTimothyAldenDavis authored Jun 5, 2024
2 parents 0648a81 + 946977f commit 3df9cb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/root-cmakelists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,16 +351,16 @@ jobs:
uses: actions/cache/restore@v4
with:
path: C:/Miniconda/envs/test
key: conda:msvc
key: conda:netlib:msvc

- name: install packages with conda
if: ${{ steps.conda-cache.outputs.cache-hit != 'true' }}
run: |
echo ${{ steps.conda-cache.outputs.cache-hit }}
conda info
conda list
conda install -y -c intel mkl-devel
conda install -y -c conda-forge --override-channels ccache
conda install -y -c conda-forge --override-channels ccache m2w64-gcc-libs
conda install -y -c conda-forge/label/lapack_rc --override-channels liblapack=3.11
- name: save conda cache
if: ${{ steps.conda-cache.outputs.cache-hit != 'true' }}
Expand Down Expand Up @@ -467,6 +467,7 @@ jobs:
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
-DCMAKE_Fortran_COMPILER_LAUNCHER="ccache" \
-DSUITESPARSE_USE_FORTRAN=OFF \
-DSUITESPARSE_C_TO_FORTRAN="(name,NAME) name##_" \
-DPython_EXECUTABLE="C:/msys64/ucrt64/bin/python.exe" \
-DSUITESPARSE_DEMOS=OFF \
-DBUILD_TESTING=OFF \
Expand Down

0 comments on commit 3df9cb3

Please sign in to comment.