mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- New port math/octave-forge-stk
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is stk. ---------------------------------------------------------------------------- The STK is a (not so) Small Toolbox for Kriging. 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.).
This commit is contained in:
parent
e8d067d6a4
commit
fd082b18f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370002
5 changed files with 49 additions and 0 deletions
|
@ -346,6 +346,7 @@
|
||||||
SUBDIR += octave-forge-spline-gcvspl
|
SUBDIR += octave-forge-spline-gcvspl
|
||||||
SUBDIR += octave-forge-splines
|
SUBDIR += octave-forge-splines
|
||||||
SUBDIR += octave-forge-statistics
|
SUBDIR += octave-forge-statistics
|
||||||
|
SUBDIR += octave-forge-stk
|
||||||
SUBDIR += octave-forge-strings
|
SUBDIR += octave-forge-strings
|
||||||
SUBDIR += octave-forge-struct
|
SUBDIR += octave-forge-struct
|
||||||
SUBDIR += octave-forge-symband
|
SUBDIR += octave-forge-symband
|
||||||
|
|
26
math/octave-forge-stk/Makefile
Normal file
26
math/octave-forge-stk/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= octave-forge-stk
|
||||||
|
PORTVERSION= 2.2.0
|
||||||
|
CATEGORIES= math
|
||||||
|
|
||||||
|
MAINTAINER= stephen@FreeBSD.org
|
||||||
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
||||||
|
|
||||||
|
# OCTSRC is the name of the directory of the package.
|
||||||
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||||
|
OCTSRC= ${OCTAVE_PKGNAME}
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
||||||
|
|
||||||
|
post-build:
|
||||||
|
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
||||||
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
math/octave-forge-stk/distinfo
Normal file
2
math/octave-forge-stk/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (octave-forge/stk-2.2.0.tar.gz) = ed87e64a4ed3bdb6a27369b6b3e1c8e4d5778831c945e37d8ead52b257c3a5af
|
||||||
|
SIZE (octave-forge/stk-2.2.0.tar.gz) = 204767
|
19
math/octave-forge-stk/pkg-descr
Normal file
19
math/octave-forge-stk/pkg-descr
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
The octave-forge package is the result of The GNU Octave Repositry project,
|
||||||
|
which is intended to be a central location for custom scripts, functions and
|
||||||
|
extensions for GNU Octave. contains the source for all the functions plus
|
||||||
|
build and install scripts.
|
||||||
|
|
||||||
|
This is stk.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------------
|
||||||
|
The STK is a (not so) Small Toolbox for Kriging. 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.).
|
||||||
|
|
||||||
|
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-stk/pkg-plist
Normal file
1
math/octave-forge-stk/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@comment This file intentionally left empty
|
Loading…
Add table
Reference in a new issue