diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-24 03:47:45 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-24 03:47:45 +0000 |
commit | 80eabcc6a733a18c60fd79411c0b5781674868d1 (patch) | |
tree | 5802205dce527385908b7a0ce9533ef9fcc46330 /math/suitesparse | |
parent | 78848b7691ccc7748dfb702d664f657ffc65fdfb (diff) |
Notes
Diffstat (limited to 'math/suitesparse')
-rw-r--r-- | math/suitesparse/Makefile | 2 | ||||
-rw-r--r-- | math/suitesparse/pkg-plist | 1 |
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 |