diff options
Diffstat (limited to 'math/atlas/files/patch-makes+Make.sysinfo')
-rw-r--r-- | math/atlas/files/patch-makes+Make.sysinfo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/atlas/files/patch-makes+Make.sysinfo b/math/atlas/files/patch-makes+Make.sysinfo new file mode 100644 index 000000000000..51f755c68e4f --- /dev/null +++ b/math/atlas/files/patch-makes+Make.sysinfo @@ -0,0 +1,11 @@ +--- makes/Make.sysinfo.orig 2011-05-14 13:33:24.000000000 -0400 ++++ makes/Make.sysinfo 2011-09-03 12:30:23.000000000 -0400 +@@ -13,7 +13,7 @@ + res/L1CacheSize: + $(MAKE) RunL1 MaxL1=$(MaxL1) + RunL1 : xL1 +- $(ATLRUN) $(SYSdir) xL1 $(MaxL1) ++ $(ATLRUN) $(SYSdir) xL1 + + $(INCAdir)/atlas_type.h: + $(MAKE) RunTyp |