1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/math/adol-c/Makefile
2019-08-19 15:35:27 +00:00

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>