diff options
author | maho <maho@FreeBSD.org> | 2005-10-10 09:13:52 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-10-10 09:13:52 +0800 |
commit | c3798d345dfbf7c02b8d46b4478ca8b9df18063b (patch) | |
tree | 900e02fcc933696db54e9933bf74eeb1dc010585 /math/atlas-devel | |
parent | c5bcaa0bc4b5c4f18b39e8a552791ce1a8e2c90a (diff) | |
download | freebsd-ports-gnome-c3798d345dfbf7c02b8d46b4478ca8b9df18063b.tar.gz freebsd-ports-gnome-c3798d345dfbf7c02b8d46b4478ca8b9df18063b.tar.zst freebsd-ports-gnome-c3798d345dfbf7c02b8d46b4478ca8b9df18063b.zip |
1. Update to 3.7.11
2. Add cputype of sempron; athlon type CPU
Submitted by: edwin[1], Pedro A M Vazquez <vazquez@iqm.unicamp.br>[2]
Diffstat (limited to 'math/atlas-devel')
-rw-r--r-- | math/atlas-devel/Makefile | 2 | ||||
-rw-r--r-- | math/atlas-devel/distinfo | 4 | ||||
-rw-r--r-- | math/atlas-devel/files/patch-config.c | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index 63f251c29ea5..07c45cc45ea3 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -9,7 +9,7 @@ # Program and compiler flags are finetuned to gcc. PORTNAME= atlas -PORTVERSION= 3.7.10 +PORTVERSION= 3.7.11 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= math-atlas diff --git a/math/atlas-devel/distinfo b/math/atlas-devel/distinfo index 1ef5ee98097a..58ead54ba21d 100644 --- a/math/atlas-devel/distinfo +++ b/math/atlas-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (atlas3.7.10.tar.bz2) = c24aa9f676122fe6331fa63dd88c4113 -SIZE (atlas3.7.10.tar.bz2) = 2033340 +MD5 (atlas3.7.11.tar.bz2) = ccde41dd4f41c47e16ebfa8e6dfd1117 +SIZE (atlas3.7.11.tar.bz2) = 2032724 diff --git a/math/atlas-devel/files/patch-config.c b/math/atlas-devel/files/patch-config.c index 6c302adabc4e..b4d966ac20db 100644 --- a/math/atlas-devel/files/patch-config.c +++ b/math/atlas-devel/files/patch-config.c @@ -114,7 +114,7 @@ } break; case LAIA64: /* don't know */ -@@ -3060,15 +3079,35 @@ +@@ -3060,15 +3079,36 @@ case LAX86: if (!CmndOneLine(targ, "sysctl hw.model", ln)) { @@ -145,6 +145,7 @@ - else if (strstr(ln, "64 bit Hammer")) mach = AmdHammer64; - else if (strstr(ln, "Pentium/P55C")) mach = IntP5MMX; /* sent by */ - else if (strstr(ln, "Pentium")) mach=IntP5; /* Nakata Maho */ ++ else if (strstr(ln, "Sempron(tm)")) mach = AmdAthlon; + else if (strstr(ln, "AMD-K6(tm)")) mach = IntP5MMX; + else if (strstr(ln, "Pentium/P55C")) mach = IntP5MMX; + else if (strstr(ln, "Pentium/P54C")) mach=IntP5; |