Ticket #50344: patch-Tiger-without-dflcn-header.diff
File patch-Tiger-without-dflcn-header.diff, 491 bytes (added by ballapete (Peter "Pete" Dyballa), 9 years ago) |
---|
-
numpy/_build_utils/src/apple_sgemv_fix.
old new 94 94 * AVX and the OS version is Mavericks */ 95 95 AVX_and_10_9 = AVX && MAVERICKS; 96 96 /* load vecLib */ 97 veclib = dlopen(VECLIB_FILE, RTLD_LOCAL | RTLD_FIRST);97 veclib = dlopen(VECLIB_FILE, 0x4 | 0x100); 98 98 if (!veclib) { 99 99 veclib = NULL; 100 100 snprintf(errormsg, sizeof(errormsg),