freebsd-ports/math/adept/Makefile
Steve Wills fb44dca45d Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]

This is correcting issues from r523749 [1][2][4] and r515970 [3]

PR:		231371
Reported by:	build cluster [1]
Reported by:	Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by:	many [5]
Reviewed by:	mat, bapt
Approved by:	implicit, since this is a build fix
2020-01-30 14:17:44 +00:00

34 lines
841 B
Makefile

# $FreeBSD$
PORTNAME= adept
DISTVERSION= 2.0.5
PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= http://www.met.reading.ac.uk/clouds/adept/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Combined array and automatic differentiation library in C++
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake fortran blaslapack:openblas libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= PDFTEXDOCS
PDFTEXDOCS_DESC= Build and install PDF documentation from LaTeX sources
OPTIONS_SUB= yes
PDFTEXDOCS_USE= TEX=pdftex:build,dvipsk:build
post-build-PDFTEXDOCS-on:
@cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
post-install-PDFTEXDOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>