pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
suitesparse: Fix MASTER_SITES
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon@centosdev.local>
Pushed By: outpaddling
Date: Thu Nov 3 09:43:47 2016 -0500
Changeset: 888e0ecc3859686fd56b1805dee6ed89e52c9b5a
Modified Files:
pbcopper/Makefile
suitesparse/Makefile
unanimity/Makefile
Log Message:
suitesparse: Fix MASTER_SITES
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=888e0ecc3859686fd56b1805dee6ed89e52c9b5a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pbcopper/Makefile | 2 +-
suitesparse/Makefile | 3 ++-
unanimity/Makefile | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diffs:
diff --git a/pbcopper/Makefile b/pbcopper/Makefile
index 7296106..37cb2b4 100644
--- a/pbcopper/Makefile
+++ b/pbcopper/Makefile
@@ -19,7 +19,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= c c++
USE_TOOLS+= pax
USE_CMAKE= yes
-GCC_REQD= 4.9
+GCC_REQD= 4.9 # pbcopper requires 4.9 due to use of json
MAKE_JOBS_SAFE= yes
diff --git a/suitesparse/Makefile b/suitesparse/Makefile
index b9481ad..3eed504 100644
--- a/suitesparse/Makefile
+++ b/suitesparse/Makefile
@@ -6,7 +6,8 @@
DISTNAME= SuiteSparse-4.0.2
PKGNAME= suitesparse-4.0.2
CATEGORIES= math
-MASTER_SITES= http://www.cise.ufl.edu/research/sparse/SuiteSparse/
+MASTER_SITES= http://faculty.cse.tamu.edu/davis/SuiteSparse/
+#MASTER_SITES= http://www.cise.ufl.edu/research/sparse/SuiteSparse/
MAINTAINER= bacon4000%gmail.com@localhost
HOMEPAGE= http://www.cise.ufl.edu/research/sparse/SuiteSparse/
diff --git a/unanimity/Makefile b/unanimity/Makefile
index 14da5df..550c58b 100644
--- a/unanimity/Makefile
+++ b/unanimity/Makefile
@@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= yes
USE_LANGUAGES= c c++
USE_CMAKE= yes
-GCC_REQD= 4.9
+GCC_REQD= 4.9 # pbcopper requires 4.9 due to use of json
CMAKE_ARGS= -DHTSLIB_INCLUDE_DIRS:STRING=${PREFIX}/include/htslib \
-DHTSLIB_LIBRARIES:STRING="-L${PREFIX}/lib -lhts" \
-DPacBioBAM_INCLUDE_DIRS:STRING=${PREFIX}/include/pbbam \
Home |
Main Index |
Thread Index |
Old Index