[arch-commits] Commit in coin-or-osi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Feb 1 09:26:31 UTC 2020
Date: Saturday, February 1, 2020 @ 09:26:30
Author: arojas
Revision: 560999
archrelease: copy trunk to community-x86_64
Added:
coin-or-osi/repos/community-x86_64/PKGBUILD
(from rev 560998, coin-or-osi/trunk/PKGBUILD)
Deleted:
coin-or-osi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-01 09:26:13 UTC (rev 560998)
+++ PKGBUILD 2020-02-01 09:26:30 UTC (rev 560999)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=coin-or-osi
-pkgver=0.108.5
-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=('8efabdb3d5c89837d73fa6f9e7b764dce7450c579037964b64a996757f4d7d2c')
-
-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 560998, coin-or-osi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-01 09:26:30 UTC (rev 560999)
@@ -0,0 +1,29 @@
+# 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
+}
More information about the arch-commits
mailing list