mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
nlopt: update to 2.5.0.
This commit is contained in:
parent
b846d8adaa
commit
853d50c60c
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'nlopt'
|
# Template file for 'nlopt'
|
||||||
pkgname=nlopt
|
pkgname=nlopt
|
||||||
version=2.4.2
|
version=2.5.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
configure_args="--enable-shared"
|
configure_args="--enable-shared"
|
||||||
short_desc="Free/open-source library for nonlinear optimization"
|
short_desc="Free/open-source library for nonlinear optimization"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.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="http://ab-initio.mit.edu/nlopt/nlopt-${version}.tar.gz"
|
distfiles="https://github.com/stevengj/nlopt/archive/v${version}.tar.gz"
|
||||||
checksum=8099633de9d71cbc06cd435da993eb424bbcdbded8f803cdaa9fb8c6e09c8e89
|
checksum=c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -19,10 +19,10 @@ nlopt-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove usr/share/man
|
vmove usr/share/man
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue