[arch-commits] Commit in python-pycuda/repos/community-x86_64 (3 files)

Felix Yan felixonmars at archlinux.org
Thu May 20 22:55:06 UTC 2021


    Date: Thursday, May 20, 2021 @ 22:55:06
  Author: felixonmars
Revision: 939628

archrelease: copy trunk to community-x86_64

Added:
  python-pycuda/repos/community-x86_64/PKGBUILD
    (from rev 939626, python-pycuda/trunk/PKGBUILD)
Deleted:
  python-pycuda/repos/community-x86_64/LICENSE
  python-pycuda/repos/community-x86_64/PKGBUILD

----------+
 LICENSE  |    7 ----
 PKGBUILD |   93 +++++++++++++++++++++++++------------------------------------
 2 files changed, 39 insertions(+), 61 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2021-05-20 22:55:02 UTC (rev 939627)
+++ LICENSE	2021-05-20 22:55:06 UTC (rev 939628)
@@ -1,7 +0,0 @@
-Copyright (c) 2009,10 Andreas Klöckner and Contributors.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-20 22:55:02 UTC (rev 939627)
+++ PKGBUILD	2021-05-20 22:55:06 UTC (rev 939628)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgbase=python-pycuda
-pkgname=('python-pycuda' 'pycuda-headers')
-pkgver=2020.1
-pkgrel=6
-pkgdesc="Python wrapper for Nvidia CUDA"
-arch=('x86_64')
-url="https://mathema.tician.de/software/pycuda"
-license=('MIT' 'Apache')
-source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz"
-        LICENSE)
-makedepends=('ctags' 'python-setuptools' 'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('b9992060cd27b5bbc4a2245bb06551ad7fda99d3fb4e0753a26a0d020131765ab7ae9343ae3999e83b3efc50d83ee69f85f30317d158ca9f0d7092185b9e7c35'
-            'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
-
-build() {
-   cd "${srcdir}"
-
-   _arch=''
-   [[ "$CARCH" = "x86_64" ]] && _arch='64'
-
-   cd "${srcdir}"/pycuda-${pkgver}
-   python3 ./configure.py \
-                  --cuda-root=/opt/cuda \
-                  --cuda-inc-dir=/opt/cuda/include \
-                  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-                  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-                  --no-use-shipped-boost \
-                  --boost-python-libname=boost_python3
-   make
-}
-
-package_python-pycuda() {
-   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 'boost-libs' 'pycuda-headers')
-   cd "${srcdir}"/pycuda-${pkgver}
-   python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-
-   install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   rm -fr "${pkgdir}"/usr/include
-}
-
-package_pycuda-headers() {
-   cd "${srcdir}"/pycuda-${pkgver}
-   install -dm755 "${pkgdir}"/usr/include/pycuda
-
-   for file in $(ls -1 src/cpp/*.hpp); do
-      install -m644 ${file} "${pkgdir}"/usr/include/pycuda
-   done
-
-   install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pycuda/repos/community-x86_64/PKGBUILD (from rev 939626, python-pycuda/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-20 22:55:06 UTC (rev 939628)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=python-pycuda
+pkgver=2021.1
+pkgrel=1
+pkgdesc="Python wrapper for Nvidia CUDA"
+arch=('x86_64')
+url="https://mathema.tician.de/software/pycuda"
+license=('MIT' 'Apache')
+depends=('boost-libs' 'cuda' 'nvidia-utils' 'python' 'python-numpy' 'python-pytools')
+provides=('pycuda-headers')
+conflicts=('pycuda-headers')
+replaces=('pycuda-headers')
+source=("https://pypi.io/packages/source/p/pycuda/pycuda-$pkgver.tar.gz")
+makedepends=('ctags' 'python-setuptools' 'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+sha512sums=('1df09f59e254f7e39b630ff41d22237ab0c81c0e6e7b7611c57eb98ade8531356b9cb3e381e6fa7e8495a46c465458febaf8ad56ceb8d570b5b25defb6dd55a9')
+
+build() {
+   _arch=''
+   [[ "$CARCH" = "x86_64" ]] && _arch='64'
+
+   cd pycuda-$pkgver
+   python ./configure.py \
+                  --cuda-root=/opt/cuda \
+                  --cuda-inc-dir=/opt/cuda/include \
+                  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+                  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+                  --no-use-shipped-boost \
+                  --boost-python-libname=boost_python3
+   make
+}
+
+package() {
+   cd pycuda-$pkgver
+   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1
+
+   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list