Files
ports/math/mcsim/Makefile
T
Max Brazhnikov 2e4f3d1acf */*: chase math/gsl update to 2.8
PR:		292499
2026-01-29 16:16:02 +03:00

46 lines
902 B
Makefile

PORTNAME= mcsim
PORTVERSION= 6.2.0
PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= GNU
MAINTAINER= ale_sagra@hotmail.com
COMMENT= Monte Carlo stochastic simulations and Bayesian inference
WWW= https://www.gnu.org/software/mcsim/
LICENSE= GPLv3+
BUILD_DEPENDS= indexinfo>=0.3.0:print/indexinfo
USES= libtool shebangfix
USE_LDCONFIG= yes
INFO= mcsim
SHEBANG_FILES= sim/makemcsim.in sim/makemcsims.in sim/makemcsimd.in sim/makemcsimp.in
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
OPTIONS_SUB= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
OPTIONS_DEFINE= GSL SUNDIALS
GSL_DESC= GNU Scientific Library support (recommended)
SUNDIALS_DESC= Sundial's Cvodes integrator
OPTIONS_DEFAULT=GSL
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSUNDIALS}
BUILD_DEPENDS+= sundials>=3.0.0:math/sundials
.endif
.if ${PORT_OPTIONS:MGSL}
BUILD_DEPENDS+= gsl>=2.5:math/gsl
.endif
.include <bsd.port.mk>