Date: Saturday, January 21, 2023 @ 15:31:09
  Author: felixonmars
Revision: 1387393

archrelease: copy trunk to community-staging-x86_64

Added:
  papilo/repos/community-staging-x86_64/
  papilo/repos/community-staging-x86_64/PKGBUILD
    (from rev 1387392, papilo/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: papilo/repos/community-staging-x86_64/PKGBUILD (from rev 1387392, 
papilo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2023-01-21 15:31:09 UTC (rev 1387393)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=papilo
+pkgver=2.1.2
+pkgrel=2
+pkgdesc='Parallel Presolve for Integer and Linear Optimization'
+arch=(x86_64)
+url='https://www.scipopt.org/'
+license=(Apache)
+depends=(tbb gmp boost-libs)
+makedepends=(cmake boost)
+source=(https://github.com/scipopt/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('7e3d829c957767028db50b5c5085601449b00671e7efc2d5eb0701a6903d102f')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to