diff options
author | maho <maho@FreeBSD.org> | 2003-08-08 18:42:58 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-08 18:42:58 +0800 |
commit | 95f02326ecbc3fed64799b92ae37788e1883a884 (patch) | |
tree | 3a2d36820b4639a8ab02d7fd8118fe10bf496514 /math | |
parent | f6c560f2bc04c240e2d4bc51be8d5a01da6ebad2 (diff) | |
download | freebsd-ports-gnome-95f02326ecbc3fed64799b92ae37788e1883a884.tar.gz freebsd-ports-gnome-95f02326ecbc3fed64799b92ae37788e1883a884.tar.zst freebsd-ports-gnome-95f02326ecbc3fed64799b92ae37788e1883a884.zip |
Backout to 3.5.5
a) newer version build fails like:
/usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b1'
/usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b0'
b) Define PORTEPOCH=1
Reported by: Pedro F. Giffuni <giffunip@yahoo.com>
kris
Thierry Thomas <thierry@pompo.net>
Jonathan <j.e.drews@worldnet.att.net>
Diffstat (limited to 'math')
-rw-r--r-- | math/atlas/Makefile | 3 | ||||
-rw-r--r-- | math/atlas/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 54c40544ad1e..fecc685f2fbf 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -9,7 +9,8 @@ # Program and compiler flags are finetuned to gcc 2.95/3.1. PORTNAME= atlas -PORTVERSION= 3.5.7 +PORTVERSION= 3.5.5 +PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= math-atlas diff --git a/math/atlas/distinfo b/math/atlas/distinfo index c92ec6f92268..4adfd20da39a 100644 --- a/math/atlas/distinfo +++ b/math/atlas/distinfo @@ -1 +1 @@ -MD5 (atlas3.5.7.tar.bz2) = aa9ad28dec2478f25362e69716c5c3d0 +MD5 (atlas3.5.5.tar.bz2) = d4acbc5e79cde224d60fa452f741c686 |