# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 138322 2015-07-05 19:16:14Z michaelld@macports.org $ PortSystem 1.0 PortGroup octave 1.0 octave.setup stk 2.3.2 platforms darwin license GPL-2+ maintainers gmail.com:mschamschula openmaintainer description The STK is a (not so) Small Toolbox for Kriging. long_description ${description} Its primary focus in on the interpolation/regression \ technique known as kriging, which is very closely related to Splines \ and Radial Basis Functions, and can be interpreted as a \ non-parametric Bayesian method using a Gaussian Process (GP) prior. \ The STK also provides tools for the sequential and non-sequential \ design of experiments. Even though it is, currently, mostly geared \ towards the Design and Analysis of Computer Experiments (DACE), the \ STK can be useful for other applications areas (such as \ Geostatistics, Machine Learning, Non-parametric Regression, etc.). checksums rmd160 26341b1510790056563056dbca9ce2ce0faf831a \ sha256 c6bc8353fa9d48a0a1802a865ec202ee5076505f2299c973a025ac129c2aea0e # "mkoctfile" is parsing the file "inst/stk_init.m" & creating the # PKG* files automagically. These files are executed when the package # is loaded or unloaded, and result in failure at that point. Removing # the lines for PKG* keeps mkoctfile from creating those files. # # See also: # https://trac.macports.org/ticket/47478 # https://trac.macports.org/ticket/48137 # # This fix is for this port only, not in general. patchfiles-append patch-inst_stk_init.m.diff