Permalink
Browse files
octave-optim: update to 1.6.0
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+5
−5
math/octave-optim/Portfile
|
|
@@ -4,17 +4,17 @@ PortSystem 1.0 |
|
|
PortGroup octave 1.0 |
|
|
PortGroup compilers 1.0 |
|
|
|
|
|
octave.setup optim 1.5.3 |
|
|
revision 3 |
|
|
octave.setup optim 1.6.0 |
|
|
revision 0 |
|
|
platforms darwin |
|
|
license GFDL GPL-3+ BSD public-domain |
|
|
maintainers {mps @Schamschula} openmaintainer |
|
|
description Unconstrained Non-linear Optimization toolkit. |
|
|
long_description ${description} |
|
|
|
|
|
checksums rmd160 534966eaabf00a153aff558e1c0a49acc922cb74 \ |
|
|
sha256 a130af4038f6e038fd4e4c827848e0ae114371c4ce136e87c6a8ceff3d456fb0 \ |
|
|
size 417849 |
|
|
checksums rmd160 96b7f9bc3ca183292d282ce5f26a940ebabe07bf \ |
|
|
sha256 f910c8d5992af42c51269d023ce95c34c7b6455542e41171819dbe94fc4350fc \ |
|
|
size 422853 |
|
|
|
|
|
depends_lib-append port:octave-miscellaneous \ |
|
|
port:octave-struct |
|
|
|