We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea806e6 + 4134d39 commit 93dada1Copy full SHA for 93dada1
1 file changed
pip/tables.file
@@ -1,5 +1,5 @@
1
Requires: py3-numexpr py3-six hdf5 bz2lib py3-mock py3-numpy
2
Requires: py3-numexpr py3-six py3-numpy hdf5 bz2lib py3-mock
3
Requires: openmpi
4
-%define PipPreBuild export HDF5_DIR=${HDF5_ROOT} CC="mpicc"; export DISABLE_AVX2=true
+%define PipPreBuild export CFLAGS="-pthread"; export HDF5_DIR=${HDF5_ROOT} CC="mpicc"; export DISABLE_AVX2=true
5
%define PipBuildOptions --global-option="--hdf5=${HDF5_ROOT}" --global-option="--bzip2=${BZ2LIB_ROOT}"
0 commit comments