[Lunar-commits] <moonbase> SuiteSparse: This is a version bump more for the metis that SuiteSparse needs
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Apr 18 11:15:02 CEST 2011
commit 9c740e5e61f69ca16afc7e7eef596b9263cf147c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Apr 18 05:15:02 2011 -0400
SuiteSparse: This is a version bump more for the metis that SuiteSparse needs
than for SuiteSparse itself. Metis must be in the tld and and named metis-4.0,
any other name and the make will fail.
The patch is not required.
---
science/SuiteSparse/BUILD | 2 --
science/SuiteSparse/DETAILS | 9 +++------
science/SuiteSparse/PRE_BUILD | 3 ++-
3 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/science/SuiteSparse/BUILD b/science/SuiteSparse/BUILD
index c56dcc5..bb0e9a9 100644
--- a/science/SuiteSparse/BUILD
+++ b/science/SuiteSparse/BUILD
@@ -4,8 +4,6 @@
sedit "s:CC = cc:CC = gcc:" metis-4.0/Makefile.in &&
sedit "s:OPTFLAGS = -O2:OPTFLAGS = -O3 -fPIC:" metis-4.0/Makefile.in &&
- patch_it $SOURCE_CACHE/$SOURCE3 0 &&
-
cd metis-4.0 &&
make &&
cd $SOURCE_DIRECTORY &&
diff --git a/science/SuiteSparse/DETAILS b/science/SuiteSparse/DETAILS
index 884fa01..2b0e35a 100644
--- a/science/SuiteSparse/DETAILS
+++ b/science/SuiteSparse/DETAILS
@@ -1,19 +1,16 @@
MODULE=SuiteSparse
VERSION=3.6.0
- VERSION2=4.0
+ VERSION2=4.0.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=metis-$VERSION2.tar.gz
- SOURCE3=metis-4.0-01.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=http://www.cise.ufl.edu/research/sparse/SuiteSparse/
SOURCE2_URL=http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/
- SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:bc430a051de5681d31f819b40b7f0ea0be178e04
- SOURCE2_VFY=sha1:580568308e1fa40e5a7a77cacbf27f865d6c01af
- SOURCE3_VFY=5a36b56bb976236393cfc0b7c5e3dc883fc64673
+ SOURCE2_VFY=sha1:63303786414a857eaeea2b2a006521401bccda5e
WEB_SITE=http://www.cise.ufl.edu/research/sparse/SuiteSparse/
ENTERED=20110209
- UPDATED=20110209
+ UPDATED=20110418
SHORT="Suite of Sparse matrix packages"
PSAFE=no
cat << EOF
diff --git a/science/SuiteSparse/PRE_BUILD b/science/SuiteSparse/PRE_BUILD
index 03a0cb4..d2670e4 100644
--- a/science/SuiteSparse/PRE_BUILD
+++ b/science/SuiteSparse/PRE_BUILD
@@ -1,4 +1,5 @@
mk_source_dir &&
unpack $SOURCE &&
cd $SOURCE_DIRECTORY &&
-unpack $SOURCE2
+unpack $SOURCE2 &&
+mv metis-4.0.3 metis-4.0
More information about the Lunar-commits
mailing list