Skip to content
Merged
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 pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ backports-tarfile==1.2.0
beautifulsoup4==4.13.4
beniget==0.4.2.post1
bleach==6.2.0
blosc==1.11.3
blosc2==2.7.1
bokeh==3.7.3
boost-histogram==1.5.2
Expand Down
2 changes: 1 addition & 1 deletion pip/tables.file
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Requires: py3-numexpr py3-six hdf5 bz2lib py3-mock py3-numpy
Requires: py3-numexpr py3-six py3-numpy hdf5 bz2lib py3-mock
Requires: py3-blosc2 py3-blosc
Requires: py3-blosc2 py3-blosc py3-typing-extensions
Requires: openmpi
%define PipPreBuild export CFLAGS="-pthread -I${C_BLOSC2_ROOT}/include -I${C_BLOSC_ROOT}/inlcude -I${BZ2LIB_ROOT}/include"; export LDFLAGS="-L${C_BLOSC2_ROOT}/lib64 -L${C_BLOSC_ROOT}/lib64 -L${BZ2LIB_ROOT}/lib" export HDF5_DIR=${HDF5_ROOT} CC="mpicc"; export DISABLE_AVX2=true ; export BLOSC2_DIR="${C_BLOSC2_ROOT}"; export BLOSC_DIR="${C_BLOSC_ROOT}"; export CMAKE_ARGS="-DCMAKE_PREFIX_PATH='%{cmake_prefix_path}'"
%define PipBuildOptions --global-option="--hdf5=${HDF5_ROOT}" --global-option="--bzip2=${BZ2LIB_ROOT}"