1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

suitesparse-cxsparse: new port for the module CXSparse of SuiteSparse

This commit is contained in:
Thierry Thomas 2021-05-24 18:41:50 +02:00
parent ace392aa21
commit f78b8c777f
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= CXSparse
PORTVERSION= 3.2.0
CATEGORIES= math
COMMENT= Extended version of CSparse
LICENSE= LGPL21+
USES= localbase:ldflags
OMP_NEEDED= yes
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,11 @@
--- CXSparse/Makefile.orig 2021-05-17 01:04:52 UTC
+++ CXSparse/Makefile
@@ -13,7 +13,7 @@ C:
( cd Lib ; $(MAKE) )
( cd Demo ; $(MAKE) )
-all: C cov
+all: C
library:
( cd Lib ; $(MAKE) )

View File

@ -0,0 +1,6 @@
This port installs the module CXSparse of SuiteSparse.
CXSparse is a version of CSparse that operates on both real and complex
matrices, using either int or SuiteSparse_long integers.
WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html

View File

@ -0,0 +1,5 @@
include/suitesparse/cs.h
lib/libcxsparse.so
lib/libcxsparse.so.3
lib/libcxsparse.so.3.2.0
%%PORTDOCS%%%%DOCSDIR%%/CXSPARSE_README.txt