Ticket #50344: patch-Tiger-without-dflcn-header.diff

File patch-Tiger-without-dflcn-header.diff, 491 bytes (added by ballapete (Peter "Pete" Dyballa), 8 years ago)

Proposed patch for (PPC) Tiger/Mac OS X 10.4.11

  • numpy/_build_utils/src/apple_sgemv_fix.

    old new  
    9494     * AVX and the OS version is Mavericks */
    9595    AVX_and_10_9 = AVX && MAVERICKS;
    9696    /* load vecLib */
    97     veclib = dlopen(VECLIB_FILE, RTLD_LOCAL | RTLD_FIRST);
     97    veclib = dlopen(VECLIB_FILE, 0x4 | 0x100);
    9898    if (!veclib) {
    9999        veclib = NULL;
    100100        snprintf(errormsg, sizeof(errormsg),