diff options
-rw-r--r-- | math/suitesparse-spex/Makefile | 4 | ||||
-rw-r--r-- | math/suitesparse-spex/pkg-plist | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/math/suitesparse-spex/Makefile b/math/suitesparse-spex/Makefile index 6ac80cb4fa6f..d7738b8b2c55 100644 --- a/math/suitesparse-spex/Makefile +++ b/math/suitesparse-spex/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.3.2 +PORTVERSION= 3.1.0 CATEGORIES= math COMMENT= Sparse Left-looking Integer-Preserving LU Factorization @@ -14,7 +14,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libamd.so:math/suitesparse-amd \ libcolamd.so:math/suitesparse-colamd -USES= localbase:ldflags +USES= localbase:ldflags python LDFLAGS+= -lm MPORTNAME= SPEX diff --git a/math/suitesparse-spex/pkg-plist b/math/suitesparse-spex/pkg-plist index 6311dd733413..0c7215d11bfd 100644 --- a/math/suitesparse-spex/pkg-plist +++ b/math/suitesparse-spex/pkg-plist @@ -1,4 +1,5 @@ include/suitesparse/SPEX.h +include/suitesparse/spex_python_connect.h lib/cmake/SPEX/FindGMP.cmake lib/cmake/SPEX/FindMPFR.cmake lib/cmake/SPEX/SPEXConfig.cmake @@ -7,8 +8,11 @@ lib/cmake/SPEX/SPEXTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SPEX/SPEXTargets.cmake lib/libspex.a lib/libspex.so -lib/libspex.so.2 +lib/libspex.so.3 lib/libspex.so.%%VER%% +lib/libspexpython.so +lib/libspexpython.so.3 +lib/libspexpython.so.%%VER%% libdata/pkgconfig/SPEX.pc %%PORTDOCS%%%%DOCSDIR%%/SPEX_README.md %%PORTDOCS%%%%DOCSDIR%%/SPEX_UserGuide.pdf |