diff options
author | maho <maho@FreeBSD.org> | 2007-02-10 20:58:08 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-02-10 20:58:08 +0800 |
commit | 61d6f8b8da607ffcaaa9cec45f9df5ffd3ba3383 (patch) | |
tree | c5c0898a8fe3615a2915b3b2719387b550741f71 /math/suitesparse | |
parent | 66a08942648a2c374749f8cc11eed39eeb9861cd (diff) | |
download | freebsd-ports-gnome-61d6f8b8da607ffcaaa9cec45f9df5ffd3ba3383.tar.gz freebsd-ports-gnome-61d6f8b8da607ffcaaa9cec45f9df5ffd3ba3383.tar.zst freebsd-ports-gnome-61d6f8b8da607ffcaaa9cec45f9df5ffd3ba3383.zip |
Update to 2.4.0.
Diffstat (limited to 'math/suitesparse')
-rw-r--r-- | math/suitesparse/Makefile | 3 | ||||
-rw-r--r-- | math/suitesparse/distinfo | 6 | ||||
-rw-r--r-- | math/suitesparse/files/patch-UFconfig+UFconfig.mk | 10 | ||||
-rw-r--r-- | math/suitesparse/pkg-plist | 1 |
4 files changed, 10 insertions, 10 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 0b2772db1498..d9f9ef3e8223 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -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} diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index 60829395433d..d688072e66d4 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -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 diff --git a/math/suitesparse/files/patch-UFconfig+UFconfig.mk b/math/suitesparse/files/patch-UFconfig+UFconfig.mk index 33e0515986ad..d0ff8ab143de 100644 --- a/math/suitesparse/files/patch-UFconfig+UFconfig.mk +++ b/math/suitesparse/files/patch-UFconfig+UFconfig.mk @@ -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: diff --git a/math/suitesparse/pkg-plist b/math/suitesparse/pkg-plist index e3c70a74e7b8..de8ecad7da19 100644 --- a/math/suitesparse/pkg-plist +++ b/math/suitesparse/pkg-plist @@ -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 |