mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Distfile changed - makefile, documentation and code changes. Bump
PORTREVISION.
This commit is contained in:
parent
9981ff098d
commit
b931cd44e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33874
3 changed files with 10 additions and 8 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= superlu
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (superlu_2.0.tar.gz) = 509217b98037c6a25c83ac9a2fdeabcf
|
||||
MD5 (superlu_2.0.tar.gz) = 7caefbcce0db31c55d64e41039318eca
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- make.inc.orig Fri Aug 6 15:10:24 1999
|
||||
+++ make.inc Thu Dec 16 04:00:37 1999
|
||||
--- make.inc.orig Tue Feb 15 13:29:45 2000
|
||||
+++ make.inc Sun Oct 15 18:11:48 2000
|
||||
@@ -16,14 +16,14 @@
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
|
@ -22,13 +22,14 @@
|
|||
ARCHFLAGS = cr
|
||||
RANLIB = ranlib
|
||||
|
||||
-CC = gcc
|
||||
+CC ?= gcc
|
||||
#CFLAGS = -xO3 -xcg92
|
||||
-CFLAGS = -Wall -O2
|
||||
-CC = cc
|
||||
-CFLAGS = -xO3 -xcg92
|
||||
-#CFLAGS = -Wall -O2
|
||||
-FORTRAN = f77
|
||||
-FFLAGS = -O
|
||||
-LOADER = gcc
|
||||
-LOADER = cc
|
||||
+CC ?= cc
|
||||
+#CFLAGS = -xO3 -xcg92
|
||||
+CFLAGS ?= -Wall -O2
|
||||
+FORTRAN = ${FC}
|
||||
+FFLAGS ?= -O
|
||||
|
|
Loading…
Add table
Reference in a new issue