diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-04-20 02:19:33 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-04-20 02:19:33 +0000 |
commit | 8e922c74951a01ed942a38ffe281a6a19c2b6523 (patch) | |
tree | 92d5d6fd90e23e608db9f97e87d493f3cc79dcd8 /math/gotoblas | |
parent | 7b2c7e824aa2d7e8a70354278626c65ee0471281 (diff) |
Notes
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 |