Skip to content

Commit

Permalink
ci: install blosc2 in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Mar 14, 2024
1 parent 3a12b46 commit 9d07aff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/cmake/ci-win2022-vs2022-static-serial.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ADIOS2_USE_EXTERNAL_GTEST=OFF
BUILD_TESTING:BOOL=ON
ADIOS2_BUILD_EXAMPLES:BOOL=ON
ADIOS2_USE_Blosc2:BOOL=ON
ADIOS2_USE_Fortran:BOOL=OFF
ADIOS2_USE_MPI:BOOL=OFF
ADIOS2_USE_HDF5:STRING=OFF
Expand Down
4 changes: 4 additions & 0 deletions scripts/ci/gh-actions/windows-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Write-Host "::group::Installing NumPy"
pip install "numpy>=1.19"
Write-Host "::endgroup::"

Write-Host "::group::Installing c-blosc2"
conda install conda-forge::c-blosc2
Write-Host "::endgroup::"

if($Env:GH_YML_MATRIX_PARALLEL -eq "ompi")
{
# This is taken from the MSMPI VCPKG
Expand Down

0 comments on commit 9d07aff

Please sign in to comment.