svn commit: r322711 - head/math/lapack++
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 16:55:43 UTC 2013
Author: bapt
Date: Wed Jul 10 16:55:42 2013
New Revision: 322711
URL: http://svnweb.freebsd.org/changeset/ports/322711
Log:
Convert to USES=gmake
Modified:
head/math/lapack++/Makefile
Modified: head/math/lapack++/Makefile
==============================================================================
--- head/math/lapack++/Makefile Wed Jul 10 16:51:48 2013 (r322710)
+++ head/math/lapack++/Makefile Wed Jul 10 16:55:42 2013 (r322711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: lapack++
-# Date created: 5 May 2002
-# Whom: NAKATA Maho <chat95 at mbox.kyoto-inet.or.jp>
-#
+# Created by: NAKATA Maho <chat95 at mbox.kyoto-inet.or.jp>
# $FreeBSD$
-#
PORTNAME= lapack++
PORTVERSION= 2.5.3
@@ -24,7 +20,7 @@ MAINTAINER= maho at FreeBSD.org
COMMENT= Linear Algebra PACKage in C++, a wrapper for LAPACK
WANT_GNOME= yes
-USES= pathfix
+USES= pathfix gmake
.include <bsd.port.pre.mk>
@@ -40,7 +36,6 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/
USE_FORTRAN= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
.if defined(WITH_ATLAS)
BLAS_LIB= -L${LOCALBASE}/lib -lf77blas
LAPACK_LIB= -L${LOCALBASE}/lib -lalapack -lcblas
More information about the svn-ports-head
mailing list