2019-07-12 21:15:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2019/07/12 21:15:35 sthen Exp $
|
2010-07-12 04:51:36 +00:00
|
|
|
|
|
|
|
PKG_ARCH = *
|
|
|
|
COMMENT = lightweight C++ template library for linear algebra
|
|
|
|
CATEGORIES = math devel
|
|
|
|
HOMEPAGE = http://eigen.tuxfamily.org/
|
2015-12-03 21:24:29 +00:00
|
|
|
MASTER_SITES = https://spacehopper.org/mirrors/eigen/
|
2013-08-07 21:57:40 +00:00
|
|
|
#MASTER_SITES = https://bitbucket.org/eigen/eigen/get/
|
2010-07-12 04:51:36 +00:00
|
|
|
DIST_SUBDIR = eigen
|
|
|
|
VERSION = 2.0.14
|
|
|
|
DISTNAME = ${VERSION}
|
|
|
|
PKGNAME = eigen2-${VERSION}
|
2011-04-29 11:47:12 +00:00
|
|
|
WRKDIST = ${WRKDIR}/eigen-eigen-f30db88dec8b
|
2017-05-23 23:19:08 +00:00
|
|
|
REVISION = 3
|
2010-07-12 04:51:36 +00:00
|
|
|
|
|
|
|
# relaxed GPL (LGPL for template libs)
|
2019-07-12 21:15:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2010-07-12 04:51:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
MODULES = devel/cmake
|
2013-03-11 11:20:26 +00:00
|
|
|
NO_TEST= Yes
|
2010-07-12 04:51:36 +00:00
|
|
|
# CONFIGURE_ARGS = -DEIGEN_BUILD_TESTS:BOOL=ON \
|
2011-07-17 09:52:44 +00:00
|
|
|
# -DEIGEN_BUILD_EXAMPLES:BOOL=ON
|
2010-07-12 04:51:36 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|