mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
* Update to 1.13
* build fix for sparc64 [1]. Submitted by: kris [1].
This commit is contained in:
parent
7b2c7e824a
commit
8e922c7495
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190402
3 changed files with 15 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gotoblas
|
||||
PORTVERSION= 1.11
|
||||
PORTVERSION= 1.13
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= #empty
|
||||
DISTNAME= GotoBLAS-${PORTVERSION}
|
||||
|
|
|
@ -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
|
||||
|
|
11
math/gotoblas/files/patch-Makefile.sparc
Normal file
11
math/gotoblas/files/patch-Makefile.sparc
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue