mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Backward compatibility: math/octave-devel assumes
that include files are located at ${LOCALBASE}/include/ufsparse but now installed at ${LOCALBASE}/include/suitesparse Bump portrevision.
This commit is contained in:
parent
78848b7691
commit
80eabcc6a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173682
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user