We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2b685 commit 7e6673fCopy full SHA for 7e6673f
scripts/wheelbuilder/darwin/scipy.sh
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
#
4
# The Universal Permissive License (UPL), Version 1.0
@@ -38,10 +38,10 @@
38
# SOFTWARE.
39
40
if [ -n "$GITHUB_RUN_ID" ]; then
41
- brew install gcc openblas pkg-config
42
- export PKG_CONFIG_PATH=/opt/homebrew/opt/openblas/lib/pkgconfig
+ brew install gcc pkg-config
43
fi
44
-export FFLAGS=-fallow-argument-mismatch
+export FFLAGS="-fallow-argument-mismatch"
+export LDFLAGS="-Wl,-ld_classic"
45
if [ -n "$1" ]; then
46
pip wheel "scipy==$1"
47
else
0 commit comments