Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / highs
Commits:
93bcc61e by Antonio Rojas at 2026-06-28T13:35:55+02:00
upgpkg: 1.15.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = highs
pkgdesc = Linear optimization software
- pkgver = 1.14.0
- pkgrel = 2
+ pkgver = 1.15.0
+ pkgrel = 1
url = https://highs.dev/
arch = x86_64
license = MIT
@@ -15,8 +15,8 @@ pkgbase = highs
depends = glibc
depends = libgcc
depends = libstdc++
- source = git+https://github.com/ERGO-Code/HiGHS#tag=v1.14.0
- sha256sums =
9c4c356da62a38c31bbedcb5d8549eefd8d0c409864f70e769a33301bcdb587e
+ source = git+https://github.com/ERGO-Code/HiGHS#tag=v1.15.0
+ sha256sums =
2dcef8ca9d0d78fd218e531c2bd948bab405d032ee5f2eaa09b06f7b5cdf7b97
pkgname = highs
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgbase=highs
pkgname=(highs
python-highspy)
-pkgver=1.14.0
-pkgrel=2
+pkgver=1.15.0
+pkgrel=1
pkgdesc='Linear optimization software'
arch=(x86_64)
url='https://highs.dev/'
@@ -20,7 +20,7 @@ makedepends=(cmake
python-numpy
python-scikit-build-core)
source=(git+https://github.com/ERGO-Code/HiGHS#tag=v$pkgver)
-sha256sums=('9c4c356da62a38c31bbedcb5d8549eefd8d0c409864f70e769a33301bcdb587e')
+sha256sums=('2dcef8ca9d0d78fd218e531c2bd948bab405d032ee5f2eaa09b06f7b5cdf7b97')
build() {
cmake -B build -S HiGHS \
@@ -44,5 +44,6 @@ package_python-highspy() {
cd HiGHS
python -m installer --destdir "$pkgdir" dist/*.whl
+ rm "$pkgdir"/usr/lib/python3.*/site-packages/highspy/libhighs.so.* # Use
system lib
install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/highs/-/commit/93bcc61e517832fed8cd6852a050056e464ae404
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/highs/-/commit/93bcc61e517832fed8cd6852a050056e464ae404
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help