summaryrefslogtreecommitdiff
path: root/math/eigen3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/eigen3/Makefile')
-rw-r--r--math/eigen3/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
new file mode 100644
index 00000000000..57ffed51237
--- /dev/null
+++ b/math/eigen3/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2013/03/17 19:37:19 markd Exp $
+
+DISTNAME= 3.1.2
+PKGNAME= eigen3-3.1.2
+CATEGORIES= math
+MASTER_SITES= http://bitbucket.org/eigen/eigen/get/
+DIST_SUBDIR= eigen3
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://eigen.tuxfamily.org/
+COMMENT= C++ template library for linear algebra
+LICENSE= mpl-2.0
+
+USE_LANGUAGES+= c c++
+USE_CMAKE= yes
+CMAKE_ARG_PATH= ..
+CONFIGURE_DIRS= _build
+WRKSRC= ${WRKDIR}/eigen-eigen-5097c01bcdc4
+FETCH_USING= curl
+
+pre-configure:
+ ${MKDIR} ${WRKSRC}/_build
+
+.include "../../mk/bsd.pkg.mk"