0cc9a49fef
Reported by: fallout
37 lines
922 B
Makefile
37 lines
922 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= adept
|
|
DISTVERSION= 2.0.5
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
BROKEN_FreeBSD_10_amd64= error: use of undeclared identifier '_mm_undefined_ps'
|
|
|
|
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>
|