boost187: don’t apply NumPy 2 backport patch (#369380)

This commit is contained in:
Emily
2024-12-30 15:42:23 +00:00
committed by GitHub
+1 -1
View File
@@ -212,7 +212,7 @@ stdenv.mkDerivation {
})
]
++ lib.optional (lib.versionAtLeast version "1.81" && stdenv.cc.isClang) ./fix-clang-target.patch
++ lib.optional (lib.versionAtLeast version "1.86") [
++ lib.optional (lib.versionAtLeast version "1.86" && lib.versionOlder version "1.87") [
# Backport fix for NumPy 2 support.
(fetchpatch {
name = "boost-numpy-2-compatibility.patch";