nlopt: update to 2.6.0.
This commit is contained in:
parent
81453292f8
commit
07bcec7ef4
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'nlopt'
|
# Template file for 'nlopt'
|
||||||
pkgname=nlopt
|
pkgname=nlopt
|
||||||
version=2.5.0
|
version=2.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="--enable-shared"
|
configure_args="--enable-shared"
|
||||||
short_desc="Free/open-source library for nonlinear optimization"
|
short_desc="FOSS library for nonlinear optimization"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://ab-initio.mit.edu/wiki/index.php/NLopt"
|
homepage="http://ab-initio.mit.edu/wiki/index.php/NLopt"
|
||||||
distfiles="https://github.com/stevengj/nlopt/archive/v${version}.tar.gz"
|
distfiles="https://github.com/stevengj/nlopt/archive/v${version}.tar.gz"
|
||||||
checksum=c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae
|
checksum=a13077cdf5f5f1127eaaac0bf1e06744bfe98d8a4a3430a15e0af50a69f451ab
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue