mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 3.1.1.
- LICENSE has changed to MPL, but there are still a few features that are licensed LGPL21. Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 r8558
This commit is contained in:
parent
560f055b6c
commit
cfa359466d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303111
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= eigen
|
||||
PORTVERSION= 3.1.0
|
||||
PORTVERSION= 3.1.1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
|
||||
DISTNAME= ${PORTVERSION}
|
||||
@ -14,8 +14,8 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Lightweight library for vector and matrix math
|
||||
|
||||
LICENSE= LGPL3 GPLv2
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= LGPL21 MPL
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_CMAKE= yes
|
||||
@ -25,6 +25,6 @@ NO_BUILD= yes
|
||||
|
||||
LATEST_LINK= ${PORTNAME}3
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ca142d0540d3
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-43d9075b23ef
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (eigen/3.1.0.tar.bz2) = 3c64a6792a55d8ee672ce45d5a1d1de1ffc50daaf6e8a3677bf8580ad99f036c
|
||||
SIZE (eigen/3.1.0.tar.bz2) = 1023451
|
||||
SHA256 (eigen/3.1.1.tar.bz2) = 531a97c3d96d151c72951e6f295b5e5f3f68f668fd04c9b1a0d84187547121ab
|
||||
SIZE (eigen/3.1.1.tar.bz2) = 1049447
|
||||
|
@ -127,6 +127,7 @@ include/eigen3/Eigen/src/Core/util/MKL_support.h
|
||||
include/eigen3/Eigen/src/Core/util/Macros.h
|
||||
include/eigen3/Eigen/src/Core/util/Memory.h
|
||||
include/eigen3/Eigen/src/Core/util/Meta.h
|
||||
include/eigen3/Eigen/src/Core/util/NonMPL2.h
|
||||
include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h
|
||||
include/eigen3/Eigen/src/Core/util/StaticAssert.h
|
||||
include/eigen3/Eigen/src/Core/util/XprHelper.h
|
||||
|
Loading…
Reference in New Issue
Block a user