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:
parent
1838906ab2
commit
9dade6fd0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220256
@ -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
|
||||
|
19
math/octave-forge-optim/Makefile
Normal file
19
math/octave-forge-optim/Makefile
Normal 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>
|
3
math/octave-forge-optim/distinfo
Normal file
3
math/octave-forge-optim/distinfo
Normal 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
|
10
math/octave-forge-optim/pkg-descr
Normal file
10
math/octave-forge-optim/pkg-descr
Normal 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/
|
1
math/octave-forge-optim/pkg-plist
Normal file
1
math/octave-forge-optim/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user