[arch-commits] Commit in libvolk/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kyle Keen kkeen at gemini.archlinux.org
Sat Jul 17 10:44:20 UTC 2021


    Date: Saturday, July 17, 2021 @ 10:44:19
  Author: kkeen
Revision: 978146

archrelease: copy trunk to community-x86_64

Added:
  libvolk/repos/community-x86_64/PKGBUILD
    (from rev 978145, libvolk/trunk/PKGBUILD)
Deleted:
  libvolk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-17 10:44:09 UTC (rev 978145)
+++ PKGBUILD	2021-07-17 10:44:19 UTC (rev 978146)
@@ -1,56 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=libvolk
-pkgver=2.4.1
-_cpuver=0.6.0
-pkgrel=1
-pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
-arch=('x86_64')
-url="http://libvolk.org/"
-license=('GPL3')
-depends=('gcc-libs' 'boost-libs' 'orc' 'python' 'python-six')
-makedepends=('boost' 'cmake' 'python-mako')
-#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
-#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz")
-#source=("https://github.com/gnuradio/volk/releases/download/v$pkgver/volk-v$pkgver.tar.gz"{,.asc})
-source=("volk-$pkgver.tgz::https://github.com/gnuradio/volk/archive/v$pkgver.tar.gz"
-        "cpufeatures-$_cpuver.tgz::https://github.com/google/cpu_features/archive/v$_cpuver.tar.gz")
-# new upstream maintainer, no sig for 2.1.0 or real release?
-md5sums=('972f95afffcdfcedbfac2a01231a4794'
-         '72a153f809bfab2253978959da0915ef')
-validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D'
-              'D74F9F146E7F755783583158B343B2BA293E5174')
-
-# doxygen for docs
-
-prepare() {
-  cd "$srcdir/volk-$pkgver"
-  rmdir cpu_features
-  ln -sf "$srcdir/cpu_features-$_cpuver" cpu_features
-}
-
-build() {
-  export PYTHON=python3
-  cd "$srcdir/volk-$pkgver"
-
-  mkdir -p build
-  cd build
-  cmake \
-    -DPYTHON_EXECUTABLE=$(which python3) \
-    -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
-  make
-}
-
-check() {
-  cd "$srcdir/volk-$pkgver/build"
-  export PYTHON=python3
-  return
-  if [[ "$CARCH" == "x86_64" ]]; then
-    make test
-  fi
-}
-
-package() {
-  cd "$srcdir/volk-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: libvolk/repos/community-x86_64/PKGBUILD (from rev 978145, libvolk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-17 10:44:19 UTC (rev 978146)
@@ -0,0 +1,56 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=libvolk
+pkgver=2.5.0
+_cpuver=0.6.0
+pkgrel=1
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('x86_64')
+url="http://libvolk.org/"
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python' 'python-six')
+makedepends=('boost' 'cmake' 'python-mako')
+#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
+#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz")
+#source=("https://github.com/gnuradio/volk/releases/download/v$pkgver/volk-v$pkgver.tar.gz"{,.asc})
+source=("volk-$pkgver.tgz::https://github.com/gnuradio/volk/archive/v$pkgver.tar.gz"
+        "cpufeatures-$_cpuver.tgz::https://github.com/google/cpu_features/archive/v$_cpuver.tar.gz")
+# new upstream maintainer, no sig for 2.1.0 or real release?
+md5sums=('f4a00ab7a05a8dfc150d5d39d6791777'
+         '72a153f809bfab2253978959da0915ef')
+validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D'
+              'D74F9F146E7F755783583158B343B2BA293E5174')
+
+# doxygen for docs
+
+prepare() {
+  cd "$srcdir/volk-$pkgver"
+  rmdir cpu_features
+  ln -sf "$srcdir/cpu_features-$_cpuver" cpu_features
+}
+
+build() {
+  export PYTHON=python3
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+    -DPYTHON_EXECUTABLE=$(which python3) \
+    -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python3
+  return
+  if [[ "$CARCH" == "x86_64" ]]; then
+    make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list