Ticket #64574: patch-vecLibFort.diff

File patch-vecLibFort.diff, 583 bytes (added by ryandesign (Ryan Carsten Schmidt), 2 years ago)
  • vecLibFort.c

    old new  
    1919/* Don't load the CLAPACK header, because we are using a different calling
    2020   convention for the replaced functions than the ones listed there. */
    2121#define __CLAPACK_H
    22 #include <Accelerate/Accelerate.h>
    2322#include <AvailabilityMacros.h>
     23#if MAC_OS_X_VERSION_MAX_ALLOWED >= 120000
     24#include "vecLib-760.100.h"
     25#endif
     26#include <Accelerate/Accelerate.h>
    2427
    2528/* Add a SGEMV fix for Mavericks. See
    2629  http://www.openradar.me/radar?id=5864367807528960 */