aboutsummaryrefslogtreecommitdiff
path: root/math/libmesh
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-01-02 16:49:24 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-01-02 16:49:24 +0000
commit51d04637cb2aa7e77e78d6b7de91125251405083 (patch)
treefefd75a0b797bfd5f2fbecc832b9a94f740ee983 /math/libmesh
parenta3cc859109302e74945b2f3684edfd3e5c434fdc (diff)
downloadports-51d04637cb2aa7e77e78d6b7de91125251405083.tar.gz
ports-51d04637cb2aa7e77e78d6b7de91125251405083.zip
New USES=eigen
Usage: USES=eigen:<version>[,<type>] version: 2 or 3 (required) type: build (default), run For example: USES=eigen:2,build,run will add a BUILD- and RUN_DEPENDS on math/eigen2, and USES=eigen:3 will add a BUILD_DEPENDS on math/eigen3. * Convert the existing ports to use it - biology/iqtree: remove run time dependency (seemed not to be needed) - graphics/movit: remove run time dependency (seemed not to be needed) - science/avogadro: add run time dependeny (installed cmake file requires it to be present) Reviewed by: rakuco, mat Differential Revision: https://reviews.freebsd.org/D13702
Notes
Notes: svn path=/head/; revision=457914
Diffstat (limited to 'math/libmesh')
-rw-r--r--math/libmesh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/libmesh/Makefile b/math/libmesh/Makefile
index 5ccc8aad4759..a022063d65a6 100644
--- a/math/libmesh/Makefile
+++ b/math/libmesh/Makefile
@@ -12,10 +12,9 @@ COMMENT= Numerical simulation of partial differential equations
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= eigen>0:math/eigen3
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-USES= autoreconf gmake libtool
+USES= autoreconf eigen:3 gmake libtool
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= libMesh