mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1d671ac575
This is a maintenance release that fixes some bugs present in 3.2.0. Full ChangeLog: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.1
24 lines
493 B
Makefile
24 lines
493 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= eigen
|
|
PORTVERSION= 3.2.1
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
|
|
DISTNAME= ${PORTVERSION}
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Lightweight library for vector and matrix math
|
|
|
|
LICENSE= LGPL21 MPL
|
|
LICENSE_COMB= multi
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake:outsource
|
|
CMAKE_ENV+= PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata"
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-6b38706d90a9
|
|
|
|
.include <bsd.port.mk>
|