a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
30 lines
714 B
Makefile
30 lines
714 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= adol-c
|
|
DISTVERSION= 2.6.3
|
|
PORTREVISION= 2
|
|
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>
|