e2278907e1
Upstream changelog is too long, please visit: https://computation.llnl.gov/projects/sundials/release-history
31 lines
895 B
Makefile
31 lines
895 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/03/10 02:30:06 wen Exp $
|
|
|
|
DISTNAME= sundials-4.1.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://computation.llnl.gov/projects/sundials/download/
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://computation.llnl.gov/projects/sundials
|
|
COMMENT= Suite of nonlinear and differential/algrbraic equation solvers
|
|
LICENSE= modified-bsd
|
|
|
|
PYTHON_FOR_BUILD_ONLY= yes
|
|
USE_CMAKE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/build
|
|
|
|
CMAKE_ARG_PATH= ..
|
|
CMAKE_ARGS+= -DEXAMPLES_INSTALL_PATH=${PREFIX}/share/examples/sundials
|
|
|
|
INSTALLATION_DIRS+= share/doc/${PKGBASE}
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/include/sundials/LICENSE \
|
|
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
${INSTALL_DATA} ${WRKSRC}/../README.md ${WRKSRC}/../doc/*/* \
|
|
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|