diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-14 13:06:49 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-14 13:06:49 +0000 |
commit | b334327f69adf3e78a9f4bfdb981c4dd1a782848 (patch) | |
tree | 12c1d8016864fe7989545ce61a77efe48565ca70 /math | |
parent | ccddbf64e6babf6e32db68242ca0fac8ff1c8b06 (diff) | |
download | ports-b334327f69adf3e78a9f4bfdb981c4dd1a782848.tar.gz ports-b334327f69adf3e78a9f4bfdb981c4dd1a782848.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/kktdirect/Makefile | 11 | ||||
-rw-r--r-- | math/kktdirect/pkg-descr | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/math/kktdirect/Makefile b/math/kktdirect/Makefile index 0fb7043baf7a..a9f3270f9e8a 100644 --- a/math/kktdirect/Makefile +++ b/math/kktdirect/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: kktdirect -# Date created: 1 Jan 2012 -# Whom: bf@FreeBSD.org -# +# Created by: bf@FreeBSD.org # $FreeBSD$ -# PORTNAME= kktdirect PORTVERSION= 0.5 @@ -13,11 +8,13 @@ MASTER_SITES= http://www.cs.ubc.ca/~rbridson/download/ LOCAL/bf DISTNAME= KKTDirect${PORTVERSION} MAINTAINER= bf@FreeBSD.org -COMMENT= A direct solver package for saddle-point (KKT) matrices +COMMENT= Direct solver package for saddle-point (KKT) matrices USE_FORTRAN= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes + CFLAGS+= -DUSE_FORTRAN_BLAS -DUSE_FORTRAN_LAPACK LDFLAGS+= -L${LOCALBASE}/lib ${LAPACK} ${BLAS} -lm PLIST_FILES= include/kktdirect.h lib/libkktdirect.a lib/libkktdirect_pic.a \ diff --git a/math/kktdirect/pkg-descr b/math/kktdirect/pkg-descr index c9ed536a9afd..381bf460cedf 100644 --- a/math/kktdirect/pkg-descr +++ b/math/kktdirect/pkg-descr @@ -16,4 +16,4 @@ Note this is only alpha-quality proof-of-concept code: for example, out-of-memory errors are not handled gracefully, and the provided Minimum Degree routine is not yet competitive with other packages. -WWW: http://www.cs.ubc.ca/~rbridson/kktdirect/ +WWW: http://www.cs.ubc.ca/~rbridson/kktdirect/ |