Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / nlopt
Commits: f8688b0d by Jelle van der Waa at 2024-04-07T11:53:28+02:00 upgpkg: 2.7.1-9: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = nlopt + pkgdesc = Nonlinear optimization library + pkgver = 2.7.1 + pkgrel = 9 + url = https://nlopt.readthedocs.io/en/latest/ + arch = x86_64 + license = LGPL + makedepends = cmake + makedepends = python-numpy + makedepends = octave + makedepends = guile + makedepends = swig + depends = gcc-libs + optdepends = python-numpy: to use with python + source = https://github.com/stevengj/nlopt/archive/v2.7.1/nlopt-2.7.1.tar.gz + sha256sums = db88232fa5cef0ff6e39943fc63ab6074208831dc0031cf1545f6ecd31ae2a1a + +pkgname = nlopt ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=nlopt pkgver=2.7.1 -pkgrel=8 +pkgrel=9 pkgdesc="Nonlinear optimization library" arch=(x86_64) url="https://nlopt.readthedocs.io/en/latest/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nlopt/-/commit/f8688b0d948841314709dda9f7882537f1c54f1e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nlopt/-/commit/f8688b0d948841314709dda9f7882537f1c54f1e You're receiving this email because of your account on gitlab.archlinux.org.
