You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
12 lines
421 B
Diff
12 lines
421 B
Diff
--- numpy/_build_utils/src/apple_sgemv_fix.c.orig
|
|
+++ numpy/_build_utils/src/apple_sgemv_fix.c
|
|
@@ -120,7 +120,7 @@
|
|
* AVX and the OS version is Mavericks */
|
|
AVX_and_10_9 = AVX && MAVERICKS;
|
|
/* load vecLib */
|
|
- veclib = dlopen(VECLIB_FILE, RTLD_LOCAL | RTLD_FIRST);
|
|
+ veclib = dlopen(VECLIB_FILE, 0x4 | 0x100);
|
|
if (!veclib) {
|
|
veclib = NULL;
|
|
snprintf(errormsg, sizeof(errormsg),
|