Skip to content

Commit

Permalink
add missing HDF5PLUGIN_AVX512 to ci and packaging config
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Feb 7, 2024
1 parent 33a9a45 commit 1538c91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,5 @@ jobs:
HDF5PLUGIN_SSE2: False
HDF5PLUGIN_SSSE3: False
HDF5PLUGIN_AVX2: False
HDF5PLUGIN_AVX512: False
HDF5PLUGIN_NATIVE: False
1 change: 1 addition & 0 deletions package/debian11/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export HDF5PLUGIN_NATIVE=False
export HDF5PLUGIN_SSE2=True
export HDF5PLUGIN_SSSE3=False
export HDF5PLUGIN_AVX2=False
export HDF5PLUGIN_AVX512=False
export HDF5PLUGIN_OPENMP=True
export HDF5PLUGIN_CPP11=True

Expand Down
1 change: 1 addition & 0 deletions package/debian12/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export HDF5PLUGIN_NATIVE=False
export HDF5PLUGIN_SSE2=True
export HDF5PLUGIN_SSSE3=False
export HDF5PLUGIN_AVX2=False
export HDF5PLUGIN_AVX512=False
export HDF5PLUGIN_OPENMP=True
export HDF5PLUGIN_CPP11=True

Expand Down

0 comments on commit 1538c91

Please sign in to comment.