svn commit: r324716 - head/math/kktdirect

John Marino marino at FreeBSD.org
Wed Aug 14 13:06:50 UTC 2013


Author: marino
Date: Wed Aug 14 13:06:49 2013
New Revision: 324716
URL: http://svnweb.freebsd.org/changeset/ports/324716

Log:
  math/kktdirect: Mark jobs unsafe
  
  - Trim header
  - Remove WWW indent
  - Remove indefinite article from COMMENT
  
  There are other complaints by portlint that need reviewing by maintainer.
  
  Approved by: 	bapt/culot (mentors, implicit)

Modified:
  head/math/kktdirect/Makefile
  head/math/kktdirect/pkg-descr

Modified: head/math/kktdirect/Makefile
==============================================================================
--- head/math/kktdirect/Makefile	Wed Aug 14 13:00:15 2013	(r324715)
+++ head/math/kktdirect/Makefile	Wed Aug 14 13:06:49 2013	(r324716)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	kktdirect
-# Date created:				1 Jan 2012
-# Whom: 				bf at FreeBSD.org
-#
+# Created by: bf at FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	kktdirect
 PORTVERSION=	0.5
@@ -13,11 +8,13 @@ MASTER_SITES=	http://www.cs.ubc.ca/~rbri
 DISTNAME=	KKTDirect${PORTVERSION}
 
 MAINTAINER=	bf at 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 \

Modified: head/math/kktdirect/pkg-descr
==============================================================================
--- head/math/kktdirect/pkg-descr	Wed Aug 14 13:00:15 2013	(r324715)
+++ head/math/kktdirect/pkg-descr	Wed Aug 14 13:06:49 2013	(r324716)
@@ -16,4 +16,4 @@ Note this is only alpha-quality proof-of
 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/


More information about the svn-ports-all mailing list