mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
befa71e0f3
Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
31 lines
714 B
Makefile
31 lines
714 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= adol-c
|
|
DISTVERSION= 2.6.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME:tu}/
|
|
DISTNAME= ${PORTNAME:tu}-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Automatic differentiation library
|
|
|
|
LICENSE= EPL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs
|
|
|
|
USES= compiler:c++11-lang gmake libtool tar:tgz
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_SHELL= ${LOCALBASE}/bin/bash
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= SPARSE # also uses AMPI, a seemingly obscure MPI implementation
|
|
OPTIONS_SUB= yes
|
|
|
|
SPARSE_DESC= Build sparse drivers
|
|
SPARSE_CONFIGURE_ENABLE= sparse
|
|
|
|
.include <bsd.port.mk>
|