2013-01-04 17:51:39 +00:00
|
|
|
# Created by: Cyrille Szymanski <cnszym@gmail.com>
|
2012-07-24 08:30:46 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dlmodeler
|
2018-08-19 10:13:05 +00:00
|
|
|
DISTVERSION= 1.4-2
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 01:35:33 +00:00
|
|
|
PORTREVISION= 1
|
2012-07-24 08:30:46 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= cnszym@gmail.com
|
|
|
|
COMMENT= Generalized Dynamic Linear Modeler
|
|
|
|
|
2014-12-07 16:31:50 +00:00
|
|
|
LICENSE= GPLv2 GPLv3 BSD2CLAUSE
|
2012-07-24 08:30:46 +00:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-08-19 10:13:05 +00:00
|
|
|
BUILD_DEPENDS= R-cran-KFAS>0:math/R-cran-KFAS
|
|
|
|
|
2013-12-28 10:28:40 +00:00
|
|
|
USES= cran:auto-plist
|
2012-07-24 08:30:46 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|