Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
soplex
Commits:
ea336929 by Antonio Rojas at 2026-02-03T18:01:53+01:00
upgpkg: 8.0.1-2: Use shared library by default in cmake config
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = soplex
pkgdesc = Sequential object-oriented simPlex
pkgver = 8.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.scipopt.org/
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=soplex
pkgver=8.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Sequential object-oriented simPlex'
arch=(x86_64)
url='https://www.scipopt.org/'
@@ -34,4 +34,7 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
+
+# Use shared library by default
+ sed -e 's|SOPLEX_LIBRARIES libsoplex|SOPLEX_LIBRARIES libsoplexshared|' -i
"$pkgdir"/usr/lib/cmake/soplex/soplex-config.cmake
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/soplex/-/commit/ea336929549809f1e6d5be32094f2b44107eb6d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/soplex/-/commit/ea336929549809f1e6d5be32094f2b44107eb6d2
You're receiving this email because of your account on gitlab.archlinux.org.