1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Add port math/octave-forge-optim

This is optim.
Unconstrained Non-linear Optimization toolkit.

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.

PR:             127030
Submitted by:   Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
Maho Nakata 2008-09-08 05:52:47 +00:00
parent 1838906ab2
commit 9dade6fd0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220256
5 changed files with 34 additions and 0 deletions

View File

@ -213,6 +213,7 @@
SUBDIR += octave-forge-octgpr
SUBDIR += octave-forge-odebvp
SUBDIR += octave-forge-odepkg
SUBDIR += octave-forge-optim
SUBDIR += octave-forge-optiminterp
SUBDIR += octave-forge-outliers
SUBDIR += octave-forge-parallel

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: octave-forge
# Date created: 5 May 2004
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-optim
PORTVERSION= 1.0.4
CATEGORIES= math
MAINTAINER= stephen@math.missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (octave-forge/optim-1.0.4.tar.gz) = 318dbf44957fbeaadb034a2b7532b110
SHA256 (octave-forge/optim-1.0.4.tar.gz) = 426fe1b8e3101c87842af6ce2ff9596133d86d5ba7823bdc6fb119cc9fb82949
SIZE (octave-forge/optim-1.0.4.tar.gz) = 330619

View File

@ -0,0 +1,10 @@
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 optim.
Unconstrained Non-linear Optimization toolkit.
WWW: http://octave.sourceforge.net/

View File

@ -0,0 +1 @@
@comment This file intentionally left empty