aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-09-24 03:47:45 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-09-24 03:47:45 +0000
commit80eabcc6a733a18c60fd79411c0b5781674868d1 (patch)
tree5802205dce527385908b7a0ce9533ef9fcc46330 /math/suitesparse
parent78848b7691ccc7748dfb702d664f657ffc65fdfb (diff)
downloadports-80eabcc6a733a18c60fd79411c0b5781674868d1.tar.gz
ports-80eabcc6a733a18c60fd79411c0b5781674868d1.zip
Backward compatibility: math/octave-devel assumes
that include files are located at ${LOCALBASE}/include/ufsparse but now installed at ${LOCALBASE}/include/suitesparse Bump portrevision.
Notes
Notes: svn path=/head/; revision=173682
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile2
-rw-r--r--math/suitesparse/pkg-plist1
2 files changed, 3 insertions, 0 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 1f465b0a817f..7619c21abfe5 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ufsparse
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.cise.ufl.edu/research/sparse/SuiteSparse/current/
DISTNAME= SuiteSparse
@@ -43,6 +44,7 @@ post-patch:
${WRKSRC}/UFconfig/UFconfig.mk
do-install:
${MKDIR} ${PREFIX}/include/suitesparse
+ ${LN} -sf ${PREFIX}/include/suitesparse ${PREFIX}/include/ufsparse
${INSTALL_DATA} ${WRKSRC}/UFconfig/UFconfig.h ${PREFIX}/include/suitesparse
${INSTALL_DATA} ${WRKSRC}/UMFPACK/Include/*.h ${PREFIX}/include/suitesparse
${INSTALL_DATA} ${WRKSRC}/AMD/Include/*.h ${PREFIX}/include/suitesparse
diff --git a/math/suitesparse/pkg-plist b/math/suitesparse/pkg-plist
index 945820b08627..e60229a78d19 100644
--- a/math/suitesparse/pkg-plist
+++ b/math/suitesparse/pkg-plist
@@ -57,6 +57,7 @@ include/suitesparse/umfpack_timer.h
include/suitesparse/umfpack_transpose.h
include/suitesparse/umfpack_triplet_to_col.h
include/suitesparse/umfpack_wsolve.h
+include/ufsparse
@dirrm include/suitesparse
lib/libamd.a
lib/libbtf.a