[arch-commits] Commit in igraph/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Dec 7 19:00:08 UTC 2020
Date: Monday, December 7, 2020 @ 19:00:08
Author: arojas
Revision: 771494
archrelease: copy trunk to community-x86_64
Added:
igraph/repos/community-x86_64/PKGBUILD
(from rev 771493, igraph/trunk/PKGBUILD)
Deleted:
igraph/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-07 18:59:55 UTC (rev 771493)
+++ PKGBUILD 2020-12-07 19:00:08 UTC (rev 771494)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Fazlul Shahriar <fshahriar at gmail.com>
-# Contributor: Denis Zawada <deno at bajtogrod.pl>
-
-pkgname=igraph
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="A library for creating and manipulating (un)directed graphs."
-arch=(x86_64)
-url="https://igraph.org/c/"
-license=(GPL2)
-depends=(glpk arpack libxml2)
-source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('ceef4e169777bdfb94673a068d128e189c311d6de62fe88569bbae090836f888')
-
-build() {
- cd $pkgname-$pkgver
- ./configure \
- --prefix=/usr \
- --with-external-blas \
- --with-external-lapack \
- --with-external-arpack \
- --with-external-glpk
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: igraph/repos/community-x86_64/PKGBUILD (from rev 771493, igraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-07 19:00:08 UTC (rev 771494)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Fazlul Shahriar <fshahriar at gmail.com>
+# Contributor: Denis Zawada <deno at bajtogrod.pl>
+
+pkgname=igraph
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(x86_64)
+url="https://igraph.org/c/"
+license=(GPL2)
+depends=(glpk arpack libxml2)
+source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('2e5da63a2b8e9bb497893a17cf77c691df1739c298664f8adb1310a01218f95b')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --with-external-blas \
+ --with-external-lapack \
+ --with-external-arpack \
+ --with-external-glpk
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list