python3.pkgs.{numpy,numpy_1}: remove unused xcbuild dependency
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
meson-python,
|
||||
mesonEmulatorHook,
|
||||
pkg-config,
|
||||
xcbuild,
|
||||
|
||||
# native dependencies
|
||||
blas,
|
||||
@@ -79,7 +78,6 @@ buildPythonPackage (finalAttrs: {
|
||||
meson-python
|
||||
pkg-config
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin) [ xcbuild.xcrun ]
|
||||
++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
meson-python,
|
||||
mesonEmulatorHook,
|
||||
pkg-config,
|
||||
xcbuild,
|
||||
|
||||
# native dependencies
|
||||
blas,
|
||||
@@ -85,7 +84,6 @@ buildPythonPackage (finalAttrs: {
|
||||
meson-python
|
||||
pkg-config
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ xcbuild.xcrun ]
|
||||
++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ];
|
||||
|
||||
# we default openblas to build with 64 threads
|
||||
|
||||
Reference in New Issue
Block a user