mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 2.4.0.
This commit is contained in:
parent
79c3651630
commit
a491e60c92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184769
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= suitesparse
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.4.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.cise.ufl.edu/research/sparse/SuiteSparse/
|
||||
DISTNAME= SuiteSparse-${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (suitesparse/2.3.1/SuiteSparse-2.3.1.tar.gz) = 52d5088aaae7231b8c540657ccaf3625
|
||||
SHA256 (suitesparse/2.3.1/SuiteSparse-2.3.1.tar.gz) = 81f739db72ed67525673ce8847b817af03a656353f4e566988bdb17d65a5be9f
|
||||
SIZE (suitesparse/2.3.1/SuiteSparse-2.3.1.tar.gz) = 7970203
|
||||
MD5 (suitesparse/2.4.0/SuiteSparse-2.4.0.tar.gz) = 30233f0b42e9ea12e47a287f0f50fe47
|
||||
SHA256 (suitesparse/2.4.0/SuiteSparse-2.4.0.tar.gz) = 68c744a33ed51183f1f0ba0b8cd34fb9f89d0c9dfb8cbb4f9aa7100235ab5114
|
||||
SIZE (suitesparse/2.4.0/SuiteSparse-2.4.0.tar.gz) = 7878317
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- UFconfig/UFconfig.mk.orig Wed Nov 29 20:18:52 2006
|
||||
+++ UFconfig/UFconfig.mk Wed Jan 10 07:10:43 2007
|
||||
--- UFconfig/UFconfig.mk.orig Wed Dec 13 03:52:47 2006
|
||||
+++ UFconfig/UFconfig.mk Sat Feb 10 21:45:50 2007
|
||||
@@ -31,8 +31,8 @@
|
||||
# C compiler and compiler flags: These will normally not give you optimal
|
||||
# performance. You should select the optimization parameters that are best
|
||||
@ -61,14 +61,14 @@
|
||||
- -Wall -W -Wshadow -Wmissing-prototypes -Wstrict-prototypes \
|
||||
- -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
|
||||
+# -Wall -W -Wshadow -Wmissing-prototypes -Wstrict-prototypes \
|
||||
+# -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
|
||||
+# -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
|
||||
# CFLAGS = -O3 -fexceptions \
|
||||
- -Wall -W -Werror -Wshadow -Wmissing-prototypes -Wstrict-prototypes \
|
||||
- -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
|
||||
-CFLAGS = -O3 -fexceptions
|
||||
-CFLAGS = -O3 -fexceptions -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
|
||||
+# -Wall -W -Werror -Wshadow -Wmissing-prototypes -Wstrict-prototypes \
|
||||
+# -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
|
||||
+CFLAGS = %%CFLAGS%%
|
||||
+# CFLAGS = -O3 -fexceptions -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
|
||||
# CFLAGS = -O3
|
||||
|
||||
# consider:
|
||||
|
@ -14,6 +14,7 @@ include/suitesparse/cholmod_complexity.h
|
||||
include/suitesparse/cholmod_config.h
|
||||
include/suitesparse/cholmod_core.h
|
||||
include/suitesparse/cholmod_internal.h
|
||||
include/suitesparse/cholmod_io64.h
|
||||
include/suitesparse/cholmod_matrixops.h
|
||||
include/suitesparse/cholmod_modify.h
|
||||
include/suitesparse/cholmod_partition.h
|
||||
|
Loading…
Reference in New Issue
Block a user