python3Packages.torch: use default SDK on Darwin (14.4)
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
removeReferencesTo,
|
||||
|
||||
# Build inputs
|
||||
apple-sdk_13,
|
||||
openssl,
|
||||
numactl,
|
||||
llvmPackages,
|
||||
@@ -589,9 +588,6 @@ buildPythonPackage rec {
|
||||
++ lib.optionals rocmSupport [ rocmPackages.llvm.openmp ]
|
||||
++ lib.optionals (cudaSupport || rocmSupport) [ effectiveMagma ]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [ numactl ]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
apple-sdk_13
|
||||
]
|
||||
++ lib.optionals tritonSupport [ _tritonEffective ]
|
||||
++ lib.optionals MPISupport [ mpi ]
|
||||
++ lib.optionals rocmSupport [
|
||||
|
||||
Reference in New Issue
Block a user