Ticket #64574: patch-vecLibFort.diff
File patch-vecLibFort.diff, 583 bytes (added by ryandesign (Ryan Carsten Schmidt), 3 years ago) |
---|
-
vecLibFort.c
old new 19 19 /* Don't load the CLAPACK header, because we are using a different calling 20 20 convention for the replaced functions than the ones listed there. */ 21 21 #define __CLAPACK_H 22 #include <Accelerate/Accelerate.h>23 22 #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> 24 27 25 28 /* Add a SGEMV fix for Mavericks. See 26 29 http://www.openradar.me/radar?id=5864367807528960 */