diff --git a/pip/tables.file b/pip/tables.file index bcb361d7200..ec116616b3d 100644 --- a/pip/tables.file +++ b/pip/tables.file @@ -1,5 +1,5 @@ Requires: py3-numexpr py3-six hdf5 bz2lib py3-mock py3-numpy Requires: py3-numexpr py3-six py3-numpy hdf5 bz2lib py3-mock Requires: openmpi -%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 %define PipBuildOptions --global-option="--hdf5=${HDF5_ROOT}" --global-option="--bzip2=${BZ2LIB_ROOT}"