mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
faiss: fix darwin build
This commit is contained in:
parent
ab6176ac5b
commit
0149ddf7a0
@ -8,6 +8,7 @@
|
||||
, cudaCapabilities ? [ "60" "70" "80" "86" ]
|
||||
, pythonSupport ? true
|
||||
, pythonPackages
|
||||
, llvmPackages
|
||||
, blas
|
||||
, swig
|
||||
, addOpenGLRunpath
|
||||
@ -47,6 +48,8 @@ stdenv.mkDerivation {
|
||||
pythonPackages.setuptools
|
||||
pythonPackages.pip
|
||||
pythonPackages.wheel
|
||||
] ++ lib.optionals stdenv.cc.isClang [
|
||||
llvmPackages.openmp
|
||||
];
|
||||
|
||||
propagatedBuildInputs = lib.optionals pythonSupport [
|
||||
|
Loading…
Reference in New Issue
Block a user