Compare commits

...

10 Commits
master ... el5

Author SHA1 Message Date
Susi Lehtola 108b8714b9 Merge branch 'master' into el5 2016-10-20 23:10:36 +02:00
Susi Lehtola ff65421576 Merge branch 'master' into el5 2016-10-19 06:11:00 +02:00
Susi Lehtola 519997aaad Merge branch 'master' into el5 2016-08-18 05:16:06 +02:00
Susi Lehtola 281e5389fd Merge branch 'master' into el5 2016-04-13 05:14:48 +02:00
Susi Lehtola f313ac5529 Merge branch 'master' into el5 2016-03-18 19:37:38 +01:00
Susi Lehtola 8034f5079c Merge branch 'master' into el5 2016-03-16 22:08:04 +01:00
Susi Lehtola 340b32b1e8 Merge branch 'master' into el5 2016-03-16 22:01:20 +01:00
Susi Lehtola 2bfd3559bd Update to 0.2.16. 2016-03-16 20:53:09 +01:00
Susi Lehtola e79aec82fa Update to 0.2.16. 2016-03-16 02:45:23 +01:00
Susi Lehtola 0f106969de Fix patch 2016-01-13 21:40:49 +01:00
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
diff -up OpenBLAS-0.2.15/driver/others/memory.c.priority OpenBLAS-0.2.15/driver/others/memory.c
--- OpenBLAS-0.2.15/driver/others/memory.c.priority 2015-10-27 21:44:50.000000000 +0100
+++ OpenBLAS-0.2.15/driver/others/memory.c 2016-01-13 21:12:01.862225898 +0100
@@ -146,8 +146,15 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+++ OpenBLAS-0.2.15/driver/others/memory.c 2016-01-13 21:40:34.286223502 +0100
@@ -146,8 +146,16 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF
#define CONSTRUCTOR __attribute__ ((constructor))
#define DESTRUCTOR __attribute__ ((destructor))
#else
@ -14,6 +14,7 @@ diff -up OpenBLAS-0.2.15/driver/others/memory.c.priority OpenBLAS-0.2.15/driver/
+#else
+#define CONSTRUCTOR
+#define DESTRUCTOR
+#endif
#endif
#ifdef DYNAMIC_ARCH