1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/adept/Makefile
Yuri Victorovich 0cc9a49fef math/adept: Marked broken on 10 amd64
Reported by:	fallout
2018-03-26 23:45:18 +00:00

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>