diff options
author | maho <maho@FreeBSD.org> | 2007-04-20 10:19:33 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-04-20 10:19:33 +0800 |
commit | 96709b60b1d93771684ebcbf371230a1f921ef9b (patch) | |
tree | 02e9815728fdfb14b929789f4e32ddb12e0099bb /math/gotoblas | |
parent | 3c1d974484918847f8701478c581df71598c36fa (diff) | |
download | freebsd-ports-gnome-96709b60b1d93771684ebcbf371230a1f921ef9b.tar.gz freebsd-ports-gnome-96709b60b1d93771684ebcbf371230a1f921ef9b.tar.zst freebsd-ports-gnome-96709b60b1d93771684ebcbf371230a1f921ef9b.zip |
* Update to 1.13
* build fix for sparc64 [1].
Submitted by: kris [1].
Diffstat (limited to 'math/gotoblas')
-rw-r--r-- | math/gotoblas/Makefile | 2 | ||||
-rw-r--r-- | math/gotoblas/distinfo | 6 | ||||
-rw-r--r-- | math/gotoblas/files/patch-Makefile.sparc | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index fa82e8c8a0a6..f8cd237b4a91 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gotoblas -PORTVERSION= 1.11 +PORTVERSION= 1.13 CATEGORIES= math MASTER_SITES= #empty DISTNAME= GotoBLAS-${PORTVERSION} diff --git a/math/gotoblas/distinfo b/math/gotoblas/distinfo index 52d1b7a6abdb..a995367bbc27 100644 --- a/math/gotoblas/distinfo +++ b/math/gotoblas/distinfo @@ -1,3 +1,3 @@ -MD5 (GotoBLAS-1.11.tar.gz) = 0790d4de9f6680ffe429801299bad00d -SHA256 (GotoBLAS-1.11.tar.gz) = 05697c943f9679fcda4513fe7cd32f475407d1204cc71b6608dfbd522547fafc -SIZE (GotoBLAS-1.11.tar.gz) = 1632357 +MD5 (GotoBLAS-1.13.tar.gz) = 867ec85f1cf2fd4862ead0b519233822 +SHA256 (GotoBLAS-1.13.tar.gz) = ae92ddcb230d6b034083000abf4976480b4283722bd09ba7a231235737830b43 +SIZE (GotoBLAS-1.13.tar.gz) = 1718189 diff --git a/math/gotoblas/files/patch-Makefile.sparc b/math/gotoblas/files/patch-Makefile.sparc new file mode 100644 index 000000000000..2331ed5cefaf --- /dev/null +++ b/math/gotoblas/files/patch-Makefile.sparc @@ -0,0 +1,11 @@ +--- Makefile.sparc~ Wed Feb 8 01:32:42 2006 ++++ Makefile.sparc Fri Apr 20 10:50:57 2007 +@@ -16,7 +16,7 @@ + ifeq ($(COMPILER_F77), f90) + FCOMMON_OPT += -xarch=v9 + endif +-LDFLAGS = -64 ++LDFLAGS = + else + + CCOMMON_OPT += -mcpu=v9 |