[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2020-12-12 Thread Felix Yan via arch-commits
Date: Saturday, December 12, 2020 @ 15:56:39
  Author: felixonmars
Revision: 773365

upgpkg: python-pycuda 2020.1-5: boost 1.75.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 15:56:16 UTC (rev 773364)
+++ PKGBUILD2020-12-12 15:56:39 UTC (rev 773365)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2020.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 22:00:15
  Author: felixonmars
Revision: 771231

upgpkg: python-pycuda 2020.1-4: boost 1.74.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 21:59:59 UTC (rev 771230)
+++ PKGBUILD2020-12-06 22:00:15 UTC (rev 771231)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2020.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 19:12:18
  Author: felixonmars
Revision: 753367

upgpkg: python-pycuda 2020.1-3: Python 3.9 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 19:12:13 UTC (rev 753366)
+++ PKGBUILD2020-11-12 19:12:18 UTC (rev 753367)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2020.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2020-11-10 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 10:24:48
  Author: felixonmars
Revision: 749467

upgpkg: python-pycuda 2020.1-2: Python 3.9 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 10:14:10 UTC (rev 749466)
+++ PKGBUILD2020-11-10 10:24:48 UTC (rev 749467)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2020.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2020-10-21 Thread Felix Yan via arch-commits
Date: Wednesday, October 21, 2020 @ 20:33:39
  Author: felixonmars
Revision: 728358

upgpkg: python-pycuda 2020.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-21 20:31:25 UTC (rev 728357)
+++ PKGBUILD2020-10-21 20:33:39 UTC (rev 728358)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
-pkgver=2019.1.2
-pkgrel=7
+pkgver=2020.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;
@@ -12,7 +12,7 @@
 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=('22829daa5923342eec400a24342b1d738226073bb676476e4af97629d9311426b5d2465e60811696e55401568b90e152ac96d877c6262c416099a609862db742'
+sha512sums=('b9992060cd27b5bbc4a2245bb06551ad7fda99d3fb4e0753a26a0d020131765ab7ae9343ae3999e83b3efc50d83ee69f85f30317d158ca9f0d7092185b9e7c35'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2020-10-01 Thread Konstantin Gizdov via arch-commits
Date: Thursday, October 1, 2020 @ 21:33:46
  Author: kgizdov
Revision: 714374

cuda 11.1 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-01 21:33:00 UTC (rev 714373)
+++ PKGBUILD2020-10-01 21:33:46 UTC (rev 714374)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2019.1.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2020-07-01 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 17:34:56
  Author: felixonmars
Revision: 657389

upgpkg: python-pycuda 2019.1.2-6: rebuild with cuda 11

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 17:31:40 UTC (rev 657388)
+++ PKGBUILD2020-07-01 17:34:56 UTC (rev 657389)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2019.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2020-01-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 28, 2020 @ 03:20:44
  Author: foutrelis
Revision: 557095

boost 1.72.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 03:20:40 UTC (rev 557094)
+++ PKGBUILD2020-01-28 03:20:44 UTC (rev 557095)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2019.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2019-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, November 27, 2019 @ 07:01:32
  Author: svenstaro
Revision: 533872

upgpkg: python-pycuda 2019.1.2-4

cuda 10.2 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-27 06:55:48 UTC (rev 533871)
+++ PKGBUILD2019-11-27 07:01:32 UTC (rev 533872)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2019.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 21:07:52
  Author: arojas
Revision: 524897

Drop python2

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 2 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 20:49:29 UTC (rev 524896)
+++ PKGBUILD2019-11-09 21:07:52 UTC (rev 524897)
@@ -2,7 +2,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgbase=python-pycuda
-pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
+pkgname=('python-pycuda' 'pycuda-headers')
 pkgver=2019.1.2
 pkgrel=3
 pkgdesc="Python wrapper for Nvidia CUDA"
@@ -11,7 +11,7 @@
 license=('MIT' 'Apache')
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
-makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+makedepends=('ctags' 'python-setuptools' 'python-numpy' 'mesa' 'cuda' 'boost' 
'nvidia-utils')
 
sha512sums=('22829daa5923342eec400a24342b1d738226073bb676476e4af97629d9311426b5d2465e60811696e55401568b90e152ac96d877c6262c416099a609862db742'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
@@ -21,8 +21,6 @@
_arch=''
[[ "$CARCH" = "x86_64" ]] && _arch='64'
 
-   cp -a pycuda-${pkgver}{,-python2}
-
cd "${srcdir}"/pycuda-${pkgver}
python3 ./configure.py \
   --cuda-root=/opt/cuda \
@@ -32,16 +30,6 @@
   --no-use-shipped-boost \
   --boost-python-libname=boost_python3
make
-
-   cd "${srcdir}"/pycuda-${pkgver}-python2
-   python2 ./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_python
-   make
 }
 
 package_python-pycuda() {
@@ -54,16 +42,6 @@
rm -fr "${pkgdir}"/usr/include
 }
 
-package_python2-pycuda() {
-   depends=('cuda' 'nvidia-utils' 'python2-numpy' 'python2-pytools' 'python2' 
'boost-libs' 'pycuda-headers')
-   cd "${srcdir}"/pycuda-${pkgver}-python2
-   python2 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


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 10:12:40
  Author: felixonmars
Revision: 524004

Python 3.8 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 10:12:40 UTC (rev 524003)
+++ PKGBUILD2019-11-04 10:12:40 UTC (rev 524004)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2019.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2019-09-13 Thread Felix Yan via arch-commits
Date: Friday, September 13, 2019 @ 10:07:24
  Author: felixonmars
Revision: 510135

boost 1.71.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 10:06:44 UTC (rev 510134)
+++ PKGBUILD2019-09-13 10:07:24 UTC (rev 510135)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2019.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="https://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2019-08-14 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 01:50:55
  Author: felixonmars
Revision: 499248

upgpkg: python-pycuda 2019.1.2-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-14 22:00:47 UTC (rev 499247)
+++ PKGBUILD2019-08-15 01:50:55 UTC (rev 499248)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2019.1.1
+pkgver=2019.1.2
 pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('5ba587f7e4c6c72aa0874130f16249d4a0d112e0fe0040e15932066b489615e415df94d5e17dd7673a4e80309ee83ece6ed6e6211b6f1bf703756050140bf7e7'
+sha512sums=('22829daa5923342eec400a24342b1d738226073bb676476e4af97629d9311426b5d2465e60811696e55401568b90e152ac96d877c6262c416099a609862db742'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2019-07-11 Thread Felix Yan via arch-commits
Date: Thursday, July 11, 2019 @ 14:28:43
  Author: felixonmars
Revision: 488913

upgpkg: python-pycuda 2019.1.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-11 14:22:52 UTC (rev 488912)
+++ PKGBUILD2019-07-11 14:28:43 UTC (rev 488913)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2019.1
+pkgver=2019.1.1
 pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('12847eedad5423137aed7f4e942ef03e96ec2558bda089277db1ee96edb84065cf38af5acd7e429aecb9e706d4337e346d586bd48be577c57511016541bf0e49'
+sha512sums=('5ba587f7e4c6c72aa0874130f16249d4a0d112e0fe0040e15932066b489615e415df94d5e17dd7673a4e80309ee83ece6ed6e6211b6f1bf703756050140bf7e7'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2019-05-21 Thread Felix Yan via arch-commits
Date: Tuesday, May 21, 2019 @ 14:39:53
  Author: felixonmars
Revision: 468211

upgpkg: python-pycuda 2019.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 14:38:39 UTC (rev 468210)
+++ PKGBUILD2019-05-21 14:39:53 UTC (rev 468211)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2018.1.1
-pkgrel=5
+pkgver=2019.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;
@@ -12,7 +12,7 @@
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('cb93855cf3cee6650ba0564bccce73c2f59ecbd579235eb3623ec32dde8d9247216e756b1342a876fc7d37c0159e741f5f626a86f2e7ab11c4b03c7a4e581a28'
+sha512sums=('12847eedad5423137aed7f4e942ef03e96ec2558bda089277db1ee96edb84065cf38af5acd7e429aecb9e706d4337e346d586bd48be577c57511016541bf0e49'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2019-03-27 Thread Konstantin Gizdov via arch-commits
Date: Wednesday, March 27, 2019 @ 14:22:11
  Author: kgizdov
Revision: 57

Rebuild for CUDA with GCC8

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-27 14:21:06 UTC (rev 56)
+++ PKGBUILD2019-03-27 14:22:11 UTC (rev 57)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2018.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2019-01-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 09:32:41
  Author: foutrelis
Revision: 423237

boost 1.69.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 09:32:03 UTC (rev 423236)
+++ PKGBUILD2019-01-15 09:32:41 UTC (rev 423237)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2018.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2018-09-25 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, September 25, 2018 @ 21:20:32
  Author: svenstaro
Revision: 385094

upgpkg: python-pycuda 2018.1.1-3

cuda 10 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-25 21:15:11 UTC (rev 385093)
+++ PKGBUILD2018-09-25 21:20:32 UTC (rev 385094)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2018.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2018-09-18 Thread Felix Yan via arch-commits
Date: Tuesday, September 18, 2018 @ 18:39:34
  Author: felixonmars
Revision: 383164

boost 1.68.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 18:33:21 UTC (rev 383163)
+++ PKGBUILD2018-09-18 18:39:34 UTC (rev 383164)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2018.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2018-09-18 Thread Felix Yan via arch-commits
Date: Tuesday, September 18, 2018 @ 16:10:42
  Author: felixonmars
Revision: 383085

upgpkg: python-pycuda 2018.1.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 16:10:10 UTC (rev 383084)
+++ PKGBUILD2018-09-18 16:10:42 UTC (rev 383085)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2018.1
-pkgrel=2
+pkgver=2018.1.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;
@@ -12,7 +12,7 @@
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('4e73926dbcb70bec7dae96a96fbbdd358610efd6c37b08801f5b7702feee08c1463771776da84520e59229c6b58570ad79794ace1c88bde102a519bfb27d4806'
+sha512sums=('cb93855cf3cee6650ba0564bccce73c2f59ecbd579235eb3623ec32dde8d9247216e756b1342a876fc7d37c0159e741f5f626a86f2e7ab11c4b03c7a4e581a28'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:07:55
  Author: foutrelis
Revision: 382890

boost 1.68.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:04:52 UTC (rev 382889)
+++ PKGBUILD2018-09-18 04:07:55 UTC (rev 382890)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2018.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2018-08-01 Thread Felix Yan via arch-commits
Date: Wednesday, August 1, 2018 @ 18:43:19
  Author: felixonmars
Revision: 367194

upgpkg: python-pycuda 2018.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 18:42:51 UTC (rev 367193)
+++ PKGBUILD2018-08-01 18:43:19 UTC (rev 367194)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2017.1.1
-pkgrel=8
+pkgver=2018.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;
@@ -13,7 +13,7 @@
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('aa791efcac637dce195f729ca9d22d745b1729f23debf7d9bb7b931e67e590b15149deaafaf917ed5549d2643d3a49874953baaa6fce2fa430c5832cc0bf3e12'
+sha512sums=('4e73926dbcb70bec7dae96a96fbbdd358610efd6c37b08801f5b7702feee08c1463771776da84520e59229c6b58570ad79794ace1c88bde102a519bfb27d4806'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 06:52:09
  Author: foutrelis
Revision: 366184

libboost_python37 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 06:52:08 UTC (rev 366183)
+++ PKGBUILD2018-08-01 06:52:09 UTC (rev 366184)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2017.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2018-07-12 Thread Felix Yan via arch-commits
Date: Thursday, July 12, 2018 @ 20:31:44
  Author: felixonmars
Revision: 358178

upgpkg: python-pycuda 2017.1.1-7

Python 3.7 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-12 20:27:29 UTC (rev 358177)
+++ PKGBUILD2018-07-12 20:31:44 UTC (rev 358178)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2017.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2018-05-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, May 31, 2018 @ 13:41:59
  Author: foutrelis
Revision: 334830

boost 1.67.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 13:40:19 UTC (rev 334829)
+++ PKGBUILD2018-05-31 13:41:59 UTC (rev 334830)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2017.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2017-12-27 Thread Felix Yan via arch-commits
Date: Thursday, December 28, 2017 @ 05:24:19
  Author: felixonmars
Revision: 276362

upgpkg: python-pycuda 2017.1.1-5

rebuild with boost 1.66.0

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-28 05:23:48 UTC (rev 276361)
+++ PKGBUILD2017-12-28 05:24:19 UTC (rev 276362)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2017.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2017-12-12 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 13, 2017 @ 06:04:50
  Author: svenstaro
Revision: 274133

upgpkg: python-pycuda 2017.1.1-4

cuda 9.1 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 05:50:42 UTC (rev 274132)
+++ PKGBUILD2017-12-13 06:04:50 UTC (rev 274133)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2017.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2017-10-05 Thread Sven-Hendrik Haase
Date: Thursday, October 5, 2017 @ 15:17:41
  Author: svenstaro
Revision: 261762

upgpkg: python-pycuda 2017.1.1-3

cuda 9 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-05 14:53:22 UTC (rev 261761)
+++ PKGBUILD2017-10-05 15:17:41 UTC (rev 261762)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2017.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;
@@ -18,12 +18,12 @@
 
 build() {
cd "${srcdir}"
-  
+
_arch=''
[[ "$CARCH" = "x86_64" ]] && _arch='64'
 
cp -a pycuda-${pkgver}{,-python2}
-  
+
cd "${srcdir}"/pycuda-${pkgver}
python3 ./configure.py \
   --cuda-root=/opt/cuda \
@@ -62,7 +62,7 @@
 
install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
-   rm -fr "${pkgdir}"/usr/include   
+   rm -fr "${pkgdir}"/usr/include
 }
 
 package_pycuda-headers() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 14:32:42
  Author: arojas
Revision: 257688

boost 1.65 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 14:27:50 UTC (rev 257687)
+++ PKGBUILD2017-09-15 14:32:42 UTC (rev 257688)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2017.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:13:39
  Author: felixonmars
Revision: 249736

upgpkg: python-pycuda 2017.1.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:09:51 UTC (rev 249735)
+++ PKGBUILD2017-08-10 17:13:39 UTC (rev 249736)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2017.1
-pkgrel=2
+pkgver=2017.1.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;
@@ -13,7 +13,7 @@
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('ce3de28de613352bec4efb86ffaa055f92ccd0c758b903aecc60af5b84f0f0643d04a869d6a23ce329c3d33670cfb266ad69c784ba917a190a11bdfea1fe6690'
+sha512sums=('aa791efcac637dce195f729ca9d22d745b1729f23debf7d9bb7b931e67e590b15149deaafaf917ed5549d2643d3a49874953baaa6fce2fa430c5832cc0bf3e12'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2017-05-29 Thread Felix Yan
Date: Monday, May 29, 2017 @ 13:10:02
  Author: felixonmars
Revision: 230866

upgpkg: python-pycuda 2017.1-2

rebuild again with new boost

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-29 13:09:48 UTC (rev 230865)
+++ PKGBUILD2017-05-29 13:10:02 UTC (rev 230866)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2017.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Thursday, May 25, 2017 @ 08:48:51
  Author: felixonmars
Revision: 230052

upgpkg: python-pycuda 2017.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 08:42:47 UTC (rev 230051)
+++ PKGBUILD2017-05-25 08:48:51 UTC (rev 230052)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2016.1.2
-pkgrel=7
+pkgver=2017.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;
@@ -13,7 +13,7 @@
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('7a1a9d6723651bdc6f584de884c46bbaa17970e622b4d800c7f36ff57817807a51c7e4aa0a40872e46fc1243087af6dda07489bb60b6a33f52740a4d7a9e69a7'
+sha512sums=('ce3de28de613352bec4efb86ffaa055f92ccd0c758b903aecc60af5b84f0f0643d04a869d6a23ce329c3d33670cfb266ad69c784ba917a190a11bdfea1fe6690'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2017-05-20 Thread Antonio Rojas
Date: Saturday, May 20, 2017 @ 10:27:04
  Author: arojas
Revision: 228766

boost 1.64 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 10:23:46 UTC (rev 228765)
+++ PKGBUILD2017-05-20 10:27:04 UTC (rev 228766)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2016.1.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2017-01-02 Thread Felix Yan
Date: Monday, January 2, 2017 @ 09:01:00
  Author: felixonmars
Revision: 204200

upgpkg: python-pycuda 2016.1.2-6

rebuild with boost 1.63.0

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-02 08:52:17 UTC (rev 204199)
+++ PKGBUILD2017-01-02 09:01:00 UTC (rev 204200)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2016.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2016-12-26 Thread Felix Yan
Date: Monday, December 26, 2016 @ 10:18:28
  Author: felixonmars
Revision: 202696

Python 3.6 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-26 10:17:52 UTC (rev 202695)
+++ PKGBUILD2016-12-26 10:18:28 UTC (rev 202696)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2016.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:51:51
  Author: bpiotrowski
Revision: 191745

upgpkg: python-pycuda 2016.1.2-4

rebuild against boost 1.62.0

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 20:30:37 UTC (rev 191744)
+++ PKGBUILD2016-10-09 20:51:51 UTC (rev 191745)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2016.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2016-10-08 Thread Sven-Hendrik Haase
Date: Sunday, October 9, 2016 @ 02:01:46
  Author: svenstaro
Revision: 191672

upgpkg: python-pycuda 2016.1.2-3

rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-08 23:31:17 UTC (rev 191671)
+++ PKGBUILD2016-10-09 02:01:46 UTC (rev 191672)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2016.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:35:23
  Author: felixonmars
Revision: 187726

upgpkg: python-pycuda 2016.1.2-2

boost 1.61 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:35:17 UTC (rev 187725)
+++ PKGBUILD2016-08-26 18:35:23 UTC (rev 187726)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2016.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2016-07-26 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 03:21:35
  Author: felixonmars
Revision: 184472

upgpkg: python-pycuda 2016.1.2-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 03:20:07 UTC (rev 184471)
+++ PKGBUILD2016-07-27 03:21:35 UTC (rev 184472)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2016.1.1
+pkgver=2016.1.2
 pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('93ec1729f2dd3239cb96b5743c0efd9247594f66b062debf5be28f14dd283a11a61b316ec43fa469b7ced8d0b057633ac5a66dcf630dec95b76c29c9a6ef6fb4'
+sha512sums=('7a1a9d6723651bdc6f584de884c46bbaa17970e622b4d800c7f36ff57817807a51c7e4aa0a40872e46fc1243087af6dda07489bb60b6a33f52740a4d7a9e69a7'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2016-05-24 Thread Felix Yan
Date: Wednesday, May 25, 2016 @ 05:01:52
  Author: fyan
Revision: 176474

upgpkg: python-pycuda 2016.1.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-25 02:58:41 UTC (rev 176473)
+++ PKGBUILD2016-05-25 03:01:52 UTC (rev 176474)
@@ -4,16 +4,16 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2016.1
+pkgver=2016.1.1
 pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;
 license=('MIT' 'Apache')
-source=("http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
+source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('196c026f17faf82d9b142e62b675ad22e12055d8f898ebf0a0b043d4ef2472f3d556a19bb3ccc6e348760d95afc0e01bef01ca9259419f51246872652eb17985'
+sha512sums=('93ec1729f2dd3239cb96b5743c0efd9247594f66b062debf5be28f14dd283a11a61b316ec43fa469b7ced8d0b057633ac5a66dcf630dec95b76c29c9a6ef6fb4'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 05:31:23
  Author: fyan
Revision: 165800

upgpkg: python-pycuda 2016.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 04:24:20 UTC (rev 165799)
+++ PKGBUILD2016-03-10 04:31:23 UTC (rev 165800)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2015.1.3
-pkgrel=6
+pkgver=2016.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;
@@ -13,7 +13,7 @@
 
source=("http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('7730738024c1db49097bdf59f8cdcf98cbd14e8d143b31d023e0b83f720270df3010d756fe52ee430d19fd2850b120d137617e2e9b4462b45e9dffd9e107eedb'
+sha512sums=('196c026f17faf82d9b142e62b675ad22e12055d8f898ebf0a0b043d4ef2472f3d556a19bb3ccc6e348760d95afc0e01bef01ca9259419f51246872652eb17985'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 18:43:46
  Author: fyan
Revision: 153981

boost 1.60.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 17:42:06 UTC (rev 153980)
+++ PKGBUILD2015-12-21 17:43:46 UTC (rev 153981)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2015.1.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 21:42:38
  Author: foutrelis
Revision: 149193

C++11 ABI rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 20:42:31 UTC (rev 149192)
+++ PKGBUILD2015-12-06 20:42:38 UTC (rev 149193)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2015.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-10-15 Thread Florian Pritz
Date: Thursday, October 15, 2015 @ 14:12:09
  Author: bluewind
Revision: 144132

boost 1.59.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-15 12:12:01 UTC (rev 144131)
+++ PKGBUILD2015-10-15 12:12:09 UTC (rev 144132)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2015.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 13:04:16
  Author: fyan
Revision: 140745

upgpkg: python-pycuda 2015.1.3-3

rebuild for python 3.5

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 10:53:34 UTC (rev 140744)
+++ PKGBUILD2015-09-19 11:04:16 UTC (rev 140745)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2015.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-09-08 Thread Felix Yan
Date: Wednesday, September 9, 2015 @ 05:00:38
  Author: fyan
Revision: 139650

upgpkg: python-pycuda 2015.1.3-2

rebuild with cuda 7.5

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 21:02:53 UTC (rev 139649)
+++ PKGBUILD2015-09-09 03:00:38 UTC (rev 139650)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2015.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-08-05 Thread Felix Yan
Date: Wednesday, August 5, 2015 @ 15:46:46
  Author: fyan
Revision: 137982

upgpkg: python-pycuda 2015.1.3-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 13:43:29 UTC (rev 137981)
+++ PKGBUILD2015-08-05 13:46:46 UTC (rev 137982)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2015.1.2
+pkgver=2015.1.3
 pkgrel=1
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('8091e4fe94cd5447e95f5295ffb8b1e0538d9eaa18539747c7cd0745379f9a806da95fc33c4381ebf186084ca791800e0d28bdb4265f07ecd2241acdb9228d45'
+sha512sums=('7730738024c1db49097bdf59f8cdcf98cbd14e8d143b31d023e0b83f720270df3010d756fe52ee430d19fd2850b120d137617e2e9b4462b45e9dffd9e107eedb'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-07-01 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 09:11:51
  Author: fyan
Revision: 136186

upgpkg: python-pycuda 2015.1.2-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 06:58:39 UTC (rev 136185)
+++ PKGBUILD2015-07-01 07:11:51 UTC (rev 136186)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2015.1.1
+pkgver=2015.1.2
 pkgrel=1
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('e5186a8acd5bb7de23ee85b372b443d5d291b53e86abca99e2b0048032a3f5cabff03fe2f6c188944e26e577739801ed13ca6430f89bd80f49e6c080ef3a7d9e'
+sha512sums=('8091e4fe94cd5447e95f5295ffb8b1e0538d9eaa18539747c7cd0745379f9a806da95fc33c4381ebf186084ca791800e0d28bdb4265f07ecd2241acdb9228d45'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 05:10:52
  Author: fyan
Revision: 136180

upgpkg: python-pycuda 2015.1.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 03:00:17 UTC (rev 136179)
+++ PKGBUILD2015-07-01 03:10:52 UTC (rev 136180)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2015.1
+pkgver=2015.1.1
 pkgrel=1
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('b5a8712abb669d3ec243ae62fa683fc8cb99cab7375322c2fd6ad4f967b8a12f768b90398cc28e69874bf40e8aa1e3765c684986a96aab5279a8f1c7a44d51db'
+sha512sums=('e5186a8acd5bb7de23ee85b372b443d5d291b53e86abca99e2b0048032a3f5cabff03fe2f6c188944e26e577739801ed13ca6430f89bd80f49e6c080ef3a7d9e'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-06-16 Thread Felix Yan
Date: Wednesday, June 17, 2015 @ 05:01:48
  Author: fyan
Revision: 135498

upgpkg: python-pycuda 2015.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-16 21:46:55 UTC (rev 135497)
+++ PKGBUILD2015-06-17 03:01:48 UTC (rev 135498)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2014.1
-pkgrel=6
+pkgver=2015.1
+pkgrel=1
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;
@@ -13,12 +13,14 @@
 
source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+sha512sums=('b5a8712abb669d3ec243ae62fa683fc8cb99cab7375322c2fd6ad4f967b8a12f768b90398cc28e69874bf40e8aa1e3765c684986a96aab5279a8f1c7a44d51db'
+
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {
cd ${srcdir}
   
_arch=''
-   [ $CARCH = x86_64 ]  _arch='64'
+   [[ $CARCH = x86_64 ]]  _arch='64'
 
cp -a pycuda-${pkgver}{,-python2}
   
@@ -39,7 +41,7 @@
   --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
   --cudart-lib-dir=/opt/cuda/lib${_arch} \
   --no-use-shipped-boost \
- --boost-python-libname=boost_python
+  --boost-python-libname=boost_python
make
 }
 
@@ -73,6 +75,3 @@
 
install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-
-sha512sums=('57e333941c472feea6974e583f9d27f7f5083011bd8a7cc0bc31d27032885a130f1f57a16b0730696c607b9dca32ad84b96c984cd82351800ec854acdfa8fe9f'
-
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:26:02
  Author: fyan
Revision: 131797

upgpkg: python-pycuda 2014.1-6

rebuild for boost 1.58.0

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:20:40 UTC (rev 131796)
+++ PKGBUILD2015-04-21 07:26:02 UTC (rev 131797)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2014.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2015-03-28 Thread Felix Yan
Date: Saturday, March 28, 2015 @ 15:48:36
  Author: fyan
Revision: 130131

upgpkg: python-pycuda 2014.1-5

rebuild against python 3.4.3-2 (fix missing symbols)

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-28 14:37:08 UTC (rev 130130)
+++ PKGBUILD2015-03-28 14:48:36 UTC (rev 130131)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2014.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2014-11-04 Thread Felix Yan
Date: Tuesday, November 4, 2014 @ 15:33:28
  Author: fyan
Revision: 121822

upgpkg: python-pycuda 2014.1-4

boost 1.57.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-04 14:32:15 UTC (rev 121821)
+++ PKGBUILD2014-11-04 14:33:28 UTC (rev 121822)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2014.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;


[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2014-09-05 Thread Evangelos Foutras
Date: Friday, September 5, 2014 @ 15:54:58
  Author: foutrelis
Revision: 118347

upgpkg: python-pycuda 2014.1-3

boost 1.56.0 rebuild.

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-05 13:32:47 UTC (rev 118346)
+++ PKGBUILD2014-09-05 13:54:58 UTC (rev 118347)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2014.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2014-08-20 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 04:07:47
  Author: fyan
Revision: 117693

upgpkg: python-pycuda 2014.1-2

rebuild for cuda 6.5

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 01:18:06 UTC (rev 117692)
+++ PKGBUILD2014-08-21 02:07:47 UTC (rev 117693)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2014.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2014-08-18 Thread Felix Yan
Date: Monday, August 18, 2014 @ 14:03:54
  Author: fyan
Revision: 117518

upgpkg: python-pycuda 2014.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-18 11:58:33 UTC (rev 117517)
+++ PKGBUILD2014-08-18 12:03:54 UTC (rev 117518)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2013.1.1
-pkgrel=7
+pkgver=2014.1
+pkgrel=1
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;
@@ -74,5 +74,5 @@
install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha512sums=('7a7e95fcd4f76d10234558021064cc299e6d93ab9a428c9560e5a8a73b13304ba9ccc3c103674a25effdc01a14aac21981a62de881a9c990ad16d7689b75e502'
+sha512sums=('57e333941c472feea6974e583f9d27f7f5083011bd8a7cc0bc31d27032885a130f1f57a16b0730696c607b9dca32ad84b96c984cd82351800ec854acdfa8fe9f'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:09:03
  Author: fyan
Revision: 117178

upgpkg: python-pycuda 2013.1.1-7

boost 1.56.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:07:35 UTC (rev 117177)
+++ PKGBUILD2014-08-11 13:09:03 UTC (rev 117178)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2013.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2014-03-23 Thread Felix Yan
Date: Sunday, March 23, 2014 @ 17:25:23
  Author: fyan
Revision: 108134

upgpkg: python-pycuda 2013.1.1-5

- rebuild against cuda 6

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-23 14:22:31 UTC (rev 108133)
+++ PKGBUILD2014-03-23 16:25:23 UTC (rev 108134)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2013.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2014-03-23 Thread Felix Yan
Date: Sunday, March 23, 2014 @ 18:40:47
  Author: fyan
Revision: 108136

upgpkg: python-pycuda 2013.1.1-6

- only bump the version for new python 3.4 (community version needs a rebuild 
as -5)

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-23 16:26:08 UTC (rev 108135)
+++ PKGBUILD2014-03-23 17:40:47 UTC (rev 108136)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2013.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2014-03-17 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 05:47:13
  Author: fyan
Revision: 107575

upgpkg: python-pycuda 2013.1.1-4

- python 3.4 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 04:40:36 UTC (rev 107574)
+++ PKGBUILD2014-03-18 04:47:13 UTC (rev 107575)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2013.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2013-11-25 Thread Felix Yan
Date: Monday, November 25, 2013 @ 16:34:26
  Author: fyan
Revision: 101432

upgpkg: python-pycuda 2013.1.1-3 rebuild for boost 1.55.0

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-25 15:06:54 UTC (rev 101431)
+++ PKGBUILD2013-11-25 15:34:26 UTC (rev 101432)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2013.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;
@@ -12,7 +12,7 @@
 license=('MIT' 'Apache')
 
source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
-makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost=1.53.0' 'nvidia-utils')
+makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
 
 build() {
cd ${srcdir}



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2013-08-17 Thread Felix Yan
Date: Saturday, August 17, 2013 @ 16:46:43
  Author: fyan
Revision: 95844

upgpkg: python-pycuda 2013.1.1-2 Replacement of distribute dependency in favour 
of setuptools

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-17 14:41:34 UTC (rev 95843)
+++ PKGBUILD2013-08-17 14:46:43 UTC (rev 95844)
@@ -1,16 +1,18 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2013.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;
 license=('MIT' 'Apache')
 
source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
-makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost=1.53.0' 'nvidia-utils')
+makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost=1.53.0' 'nvidia-utils')
 
 build() {
cd ${srcdir}



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2013-07-06 Thread Bartłomiej Piotrowski
Date: Saturday, July 6, 2013 @ 22:07:12
  Author: bpiotrowski
Revision: 93598

upgpkg: python-pycuda 2012.1-4

- rebuild against boost 1.54.0

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-06 19:58:19 UTC (rev 93597)
+++ PKGBUILD2013-07-06 20:07:12 UTC (rev 93598)
@@ -3,7 +3,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2012.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('i686' 'x86_64')
 url=http://mathema.tician.de/software/pycuda;



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2013-03-25 Thread Stéphane Gaudreault
Date: Monday, March 25, 2013 @ 16:58:24
  Author: stephane
Revision: 86976

upgpkg: python-pycuda 2012.1-3

rebuild for boost 1.53

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 15:41:12 UTC (rev 86975)
+++ PKGBUILD2013-03-25 15:58:24 UTC (rev 86976)
@@ -3,13 +3,13 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2012.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('i686' 'x86_64')
 url=http://mathema.tician.de/software/pycuda;
 license=('MIT')
 
source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz)
-makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost=1.52.0' 'nvidia-utils')
+makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost=1.53.0' 'nvidia-utils')
 sha1sums=('dd52ee697ae9f6256efac3bca682be9c6e7c9649')
 
 build() {



[arch-commits] Commit in python-pycuda/trunk (PKGBUILD)

2013-01-22 Thread stephane
Date: Tuesday, January 22, 2013 @ 18:36:21
  Author: stephane
Revision: 82664

upgpkg: python-pycuda 2012.1-2

rebuild for boost 1.52

Modified:
  python-pycuda/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-22 17:18:43 UTC (rev 82663)
+++ PKGBUILD2013-01-22 17:36:21 UTC (rev 82664)
@@ -3,13 +3,13 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2012.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('i686' 'x86_64')
 url=http://mathema.tician.de/software/pycuda;
 license=('MIT')
 
source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz)
-makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost=1.52.0' 'nvidia-utils')
 sha1sums=('dd52ee697ae9f6256efac3bca682be9c6e7c9649')
 
 build() {