mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-09 03:56:39 -04:00
Merge pull request #1102 from loicreynier/fix-h5py
Fix override for `h5py`
This commit is contained in:
commit
3cdcd0e3a9
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ lib.composeManyExtensions [
|
||||||
;
|
;
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
(old.propagatedBuildInputs or [ ])
|
(old.propagatedBuildInputs or [ ])
|
||||||
++ lib.optionals mpiSupport [ self.mpi4py self.openssh ]
|
++ lib.optionals mpiSupport [ self.mpi4py pkgs.openssh ]
|
||||||
;
|
;
|
||||||
preBuild = if mpiSupport then "export CC=${mpi}/bin/mpicc" else "";
|
preBuild = if mpiSupport then "export CC=${mpi}/bin/mpicc" else "";
|
||||||
HDF5_DIR = "${pkgs.hdf5}";
|
HDF5_DIR = "${pkgs.hdf5}";
|
||||||
|
|
Loading…
Add table
Reference in a new issue