[arch-commits] Commit in coin-or-osi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Jan 9 21:30:14 UTC 2022


    Date: Sunday, January 9, 2022 @ 21:30:14
  Author: arojas
Revision: 1098602

archrelease: copy trunk to community-x86_64

Added:
  coin-or-osi/repos/community-x86_64/PKGBUILD
    (from rev 1098601, coin-or-osi/trunk/PKGBUILD)
Deleted:
  coin-or-osi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++-----------------------------
 1 file changed, 27 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-09 21:30:05 UTC (rev 1098601)
+++ PKGBUILD	2022-01-09 21:30:14 UTC (rev 1098602)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=coin-or-osi
-pkgver=0.108.6
-pkgrel=1
-pkgdesc="COIN-OR Open Solver Interface"
-arch=(x86_64)
-url="https://projects.coin-or.org/Osi"
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-coinutils)
-makedepends=(gcc-fortran)
-source=("https://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz")
-sha256sums=('57ef3f0c97995bac647504aee0ed34d31f79033ece04cd2cb86b4645f0a552d8')
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS="Sample" \
-  ./configure --prefix=/usr --enable-dependency-linking \
-              --with-coinutils-lib="$(pkg-config --libs coinutils)" \
-              --with-coinutils-incdir="/usr/include/coin/"
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR="${pkgdir}/usr/lib/pkgconfig/" \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-osi/repos/community-x86_64/PKGBUILD (from rev 1098601, coin-or-osi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-09 21:30:14 UTC (rev 1098602)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=coin-or-osi
+pkgver=0.108.7
+pkgrel=1
+pkgdesc='COIN-OR Open Solver Interface'
+arch=(x86_64)
+url='https://github.com/coin-or/Osi'
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/Osi/archive/refs/tags/releases/$pkgver.tar.gz)
+sha256sums=('f1bc53a498585f508d3f8d74792440a30a83c8bc934d0c8ecf8cd8bc0e486228')
+
+build() {
+  cd Osi-releases-$pkgver
+  ./configure --prefix=/usr --enable-dependency-linking \
+              --with-coinutils-lib="$(pkg-config --libs coinutils)" \
+              --with-coinutils-incdir="/usr/include/coin/"
+  make
+}
+
+package() {
+  cd Osi-releases-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list