Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci-local/adsupport-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
WITH_BOOST=YES
BOOST_EXTERNAL=YES
WITH_HDF5=YES
HDF5_STATIC_BUILD=$(STATIC_BUILD)
HDF5_EXTERNAL=NO
XML2_EXTERNAL=NO
WITH_NETCDF=YES
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
if: ${{ matrix.deps == 'adsupport' }}
shell: bash
run: |
cat <<EOF >> configure/CONFIG_SITE.local
cat <<EOF >> configure/CONFIG_SITE
WITH_PVA=YES
WITH_BOOST=NO
WITH_HDF5=YES
Expand All @@ -166,6 +166,7 @@ jobs:
BLOSC_EXTERNAL=NO
WITH_BITSHUFFLE=YES
BITSHUFFLE_EXTERNAL=NO
HDF5_STATIC_BUILD=\$(STATIC_BUILD)
EOF

- name: Build main module
Expand Down