mirror the eigen2 distfile.
porters, please don't use bitbucket in MASTER_SITES, mirror the file instead. they appear to generate tarballs on the fly and keep changing how it's done so that the files never match for long.
This commit is contained in:
parent
be7b9dbeb4
commit
60775b7d0b
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2011/06/05 14:28:53 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/07/17 09:52:44 sthen Exp $
|
||||
|
||||
PKG_ARCH = *
|
||||
COMMENT = lightweight C++ template library for linear algebra
|
||||
CATEGORIES = math devel
|
||||
HOMEPAGE = http://eigen.tuxfamily.org/
|
||||
MASTER_SITES = http://bitbucket.org/eigen/eigen/get/
|
||||
MASTER_SITES = http://spacehopper.org/mirrors/eigen/
|
||||
#MASTER_SITES = http://bitbucket.org/eigen/eigen/get/
|
||||
DIST_SUBDIR = eigen
|
||||
VERSION = 2.0.14
|
||||
DISTNAME = ${VERSION}
|
||||
@ -14,16 +15,16 @@ REVISION = 0
|
||||
|
||||
# relaxed GPL (LGPL for template libs)
|
||||
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
|
||||
MODULES = devel/cmake
|
||||
CONFIGURE_STYLE = cmake
|
||||
NO_REGRESS= Yes
|
||||
# CONFIGURE_ARGS = -DEIGEN_BUILD_TESTS:BOOL=ON \
|
||||
# -DEIGEN_BUILD_EXAMPLES:BOOL=ON
|
||||
# -DEIGEN_BUILD_EXAMPLES:BOOL=ON
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user