1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

New port: math/mcsim

GNU MCSim is a simulation package, written in C, which allows you to:

   * design and run your own statistical or simulation models
   * perform Monte Carlo stochastic simulations
   * do Bayesian inference through Markov Chain Monte Carlo simulations
   * formally optimize experimental designs

WWW: https://www.gnu.org/software/mcsim/

PR:		240966
Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com>
This commit is contained in:
Kurt Jaeger 2019-10-03 08:52:08 +00:00
parent b4aec1a638
commit 019727ec20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513654
5 changed files with 143 additions and 0 deletions

View File

@ -354,6 +354,7 @@
SUBDIR += matlab-installer
SUBDIR += maxima
SUBDIR += mbasecalc
SUBDIR += mcsim
SUBDIR += metis
SUBDIR += metis-edf
SUBDIR += metis4

46
math/mcsim/Makefile Normal file
View File

@ -0,0 +1,46 @@
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
# $FreeBSD$
PORTNAME= mcsim
PORTVERSION= 6.1.0
CATEGORIES= math
MASTER_SITES= GNU
MAINTAINER= ale_sagra@hotmail.com
COMMENT= Monte Carlo stochastic simulations and Bayesian inference
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
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>

3
math/mcsim/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1569855064
SHA256 (mcsim-6.1.0.tar.gz) = ab50d8cc89cf307a1d3442dfc53cc07d11f911f390df768ce8e32db6dcf56553
SIZE (mcsim-6.1.0.tar.gz) = 2292988

8
math/mcsim/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
GNU MCSim is a simulation package, written in C, which allows you to:
* design and run your own statistical or simulation models
* perform Monte Carlo stochastic simulations
* do Bayesian inference through Markov Chain Monte Carlo simulations
* formally optimize experimental designs
WWW: https://www.gnu.org/software/mcsim/

85
math/mcsim/pkg-plist Normal file
View File

@ -0,0 +1,85 @@
bin/makemcsim
bin/mod
bin/makemcsims
bin/makemcsimd
include/delays.h
include/matutil.h
include/list.h
include/lex.h
include/sim.h
include/lexfn.h
include/hungtype.h
include/modiface.h
include/modelu.h
include/random.h
include/yourcode.h
include/config.h
lib/libmcsim.so.0.0.0
lib/libmcsim.so.0
lib/libmcsim.so
lib/libmcsim.a
%%DATADIR%%/mod/getopt.c
%%DATADIR%%/mod/getopt.h
%%DATADIR%%/mod/hungtype.h
%%DATADIR%%/mod/lex.c
%%DATADIR%%/mod/lex.h
%%DATADIR%%/mod/lexerr.c
%%DATADIR%%/mod/lexerr.h
%%DATADIR%%/mod/lexfn.c
%%DATADIR%%/mod/lexfn.h
%%DATADIR%%/mod/mod.c
%%DATADIR%%/mod/mod.h
%%DATADIR%%/mod/modd.c
%%DATADIR%%/mod/modd.h
%%DATADIR%%/mod/modi.c
%%DATADIR%%/mod/modi.h
%%DATADIR%%/mod/modiSBML.c
%%DATADIR%%/mod/modiSBML2.c
%%DATADIR%%/mod/modiSBML.h
%%DATADIR%%/mod/modo.c
%%DATADIR%%/mod/modo.h
%%DATADIR%%/mod/strutil.c
%%DATADIR%%/mod/strutil.h
%%DATADIR%%/sim/delays.c
%%DATADIR%%/sim/delays.h
%%DATADIR%%/sim/getopt.c
%%DATADIR%%/sim/getopt.h
%%DATADIR%%/sim/hungtype.h
%%DATADIR%%/sim/lex.c
%%DATADIR%%/sim/lex.h
%%DATADIR%%/sim/lexerr.c
%%DATADIR%%/sim/lexerr.h
%%DATADIR%%/sim/lexfn.c
%%DATADIR%%/sim/lexfn.h
%%DATADIR%%/sim/list.c
%%DATADIR%%/sim/list.h
%%DATADIR%%/sim/lsodes.h
%%DATADIR%%/sim/lsodes1.c
%%DATADIR%%/sim/lsodes2.c
%%DATADIR%%/sim/matutil.c
%%DATADIR%%/sim/matutil.h
%%DATADIR%%/sim/matutilo.c
%%DATADIR%%/sim/matutilo.h
%%DATADIR%%/sim/mh.c
%%DATADIR%%/sim/mh.h
%%DATADIR%%/sim/modelu.c
%%DATADIR%%/sim/modelu.h
%%DATADIR%%/sim/modiface.h
%%DATADIR%%/sim/optdsign.c
%%DATADIR%%/sim/optdsign.h
%%DATADIR%%/sim/random.c
%%DATADIR%%/sim/random.h
%%DATADIR%%/sim/sim.c
%%DATADIR%%/sim/sim.h
%%DATADIR%%/sim/simi.c
%%DATADIR%%/sim/simi.h
%%DATADIR%%/sim/siminit.c
%%DATADIR%%/sim/siminit.h
%%DATADIR%%/sim/simmonte.c
%%DATADIR%%/sim/simmonte.h
%%DATADIR%%/sim/simo.c
%%DATADIR%%/sim/simo.h
%%DATADIR%%/sim/strutil.c
%%DATADIR%%/sim/strutil.h
%%DATADIR%%/sim/yourcode.c
%%DATADIR%%/sim/yourcode.h