Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / highs
Commits:
bdf8fabc by Antonio Rojas at 2026-02-11T18:30:51+01:00
upgpkg: 1.13.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = highs
pkgdesc = Linear optimization software
- pkgver = 1.13.0
+ pkgver = 1.13.1
pkgrel = 1
- url = https://www.libraw.org/
+ url = https://highs.dev/
arch = x86_64
license = MIT
makedepends = cmake
@@ -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.13.0
- sha256sums =
4acc1e45f530a85c83b1bf8c35a07286b5a35fc7bef1b2ba371030438c4b35e6
+ source = git+https://github.com/ERGO-Code/HiGHS#tag=v1.13.1
+ sha256sums =
3fa37b67d87f491be7a6eeb68cd8135fb523fd71ae50cdc0c60f443b9301ceef
pkgname = highs
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase=highs
pkgname=(highs
python-highspy)
-pkgver=1.13.0
+pkgver=1.13.1
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=('4acc1e45f530a85c83b1bf8c35a07286b5a35fc7bef1b2ba371030438c4b35e6')
+sha256sums=('3fa37b67d87f491be7a6eeb68cd8135fb523fd71ae50cdc0c60f443b9301ceef')
build() {
cmake -B build -S HiGHS \
@@ -35,7 +35,6 @@ package_highs() {
DESTDIR="$pkgdir" cmake --install build
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/bdf8fabc3bc676ae76df2ce48bc7ba3dd0fc812d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/highs/-/commit/bdf8fabc3bc676ae76df2ce48bc7ba3dd0fc812d
You're receiving this email because of your account on gitlab.archlinux.org.