Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / highs
Commits:
d0d88d4a by Antonio Rojas at 2026-02-04T12:12:55+01:00
upgpkg: 1.13.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = highs
pkgdesc = Linear optimization software
- pkgver = 1.12.0
+ pkgver = 1.13.0
pkgrel = 1
url = https://www.libraw.org/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = highs
makedepends = python-scikit-build-core
depends = gcc-libs
depends = glibc
- source = git+https://github.com/ERGO-Code/HiGHS#tag=v1.12.0
- sha256sums =
df1c66e4fda1f273ea78fc9ee4ca0f4016de19800f129e41d64765e388069a79
+ source = git+https://github.com/ERGO-Code/HiGHS#tag=v1.13.0
+ sha256sums =
4acc1e45f530a85c83b1bf8c35a07286b5a35fc7bef1b2ba371030438c4b35e6
pkgname = highs
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase=highs
pkgname=(highs
python-highspy)
-pkgver=1.12.0
+pkgver=1.13.0
pkgrel=1
pkgdesc='Linear optimization software'
arch=(x86_64)
@@ -19,7 +19,7 @@ makedepends=(cmake
python-numpy
python-scikit-build-core)
source=(git+https://github.com/ERGO-Code/HiGHS#tag=v$pkgver)
-sha256sums=('df1c66e4fda1f273ea78fc9ee4ca0f4016de19800f129e41d64765e388069a79')
+sha256sums=('4acc1e45f530a85c83b1bf8c35a07286b5a35fc7bef1b2ba371030438c4b35e6')
build() {
cmake -B build -S HiGHS \
@@ -34,7 +34,8 @@ package_highs() {
depends+=(zlib)
DESTDIR="$pkgdir" cmake --install build
- install -Dm644 HiGHS/LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+ install -d "$pkgdir"/usr/share/licenses/$pkgname
+ mv "$pkgdir"/usr/*.{md,txt} "$pkgdir"/usr/share/licenses/$pkgname
}
package_python-highspy() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/highs/-/commit/d0d88d4a14f25321c1296cf64b7fe2002d860981
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/highs/-/commit/d0d88d4a14f25321c1296cf64b7fe2002d860981
You're receiving this email because of your account on gitlab.archlinux.org.