Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2015 16:16:59 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376715 - head/cad/pdnmesh
Message-ID:  <201501101616.t0AGGxf4023086@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Jan 10 16:16:58 2015
New Revision: 376715
URL: https://svnweb.freebsd.org/changeset/ports/376715
QAT: https://qat.redports.org/buildarchive/r376715/

Log:
  Uses blaslapack.mk.

Modified:
  head/cad/pdnmesh/Makefile

Modified: head/cad/pdnmesh/Makefile
==============================================================================
--- head/cad/pdnmesh/Makefile	Sat Jan 10 16:11:21 2015	(r376714)
+++ head/cad/pdnmesh/Makefile	Sat Jan 10 16:16:58 2015	(r376715)
@@ -23,16 +23,15 @@ USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-lm
 
-DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" "true"
+DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" true
 
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MATLAS}
-LIB_DEPENDS+=	libatlas.so:${PORTSDIR}/math/atlas
+USES+=		blaslapack:atlas
 CONFIGURE_ARGS+=--with-blas=cblas --with-lapack=alapack
 .else
-LIB_DEPENDS+=	libblas.so:${PORTSDIR}/math/blas
-LIB_DEPENDS+=	liblapack.so:${PORTSDIR}/math/lapack
+USES+=		blaslapack
 CONFIGURE_ARGS+=--with-blas=blas --with-lapack=lapack
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501101616.t0AGGxf4023086>