Search Criteria
Package Details: python2-copperhead-git r348.6e624e3-1
Git Clone URL: | https://aur.archlinux.org/python2-copperhead-git.git (read-only, click to copy) |
---|---|
Package Base: | python2-copperhead-git |
Description: | Provides a data-parallel subset of Python for NVidia GPU programming (CUDA) |
Upstream URL: | http://code.google.com/p/copperhead/ |
Licenses: | |
Replaces: | |
Submitter: | mschu |
Maintainer: | mschu |
Last Packager: | mschu |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-04-14 17:31 |
Last Updated: | 2015-06-12 11:10 |
Dependencies (11)
- python2-codepy
- python2-decorator
- python2-pycuda
- thrust (thrust-git)
- mercurial (mercurial-hg, mercurial-stable-hg) (make)
- python2-pytools (make)
- scons (make)
- boost (boost-git) (optional)
- plac (optional)
- python2-matplotlib (optional)
- python2-scipy (optional)
Latest Comments
truh commented on 2015-04-15 18:03
copperhead depends on thrust
https://aur.archlinux.org/packages/thrust/
> Checking for C++ header file thrust/host_vector.h... no
> You need Thrust to compile this program
truh commented on 2015-04-14 19:29
Opened an issue:
https://github.com/copperhead/copperhead/issues/16
mschu commented on 2015-04-14 17:35
Filed a merge request to: https://aur.archlinux.org/packages/python2-copperhead-git/
I can confirm the error you get. This seems to be an upstream bug, please report it there.
truh commented on 2015-04-14 12:13
Has moved to (of course, packages name *-hg does not really fit any more):
https://github.com/copperhead/copperhead
Also, build fails for me:
==> Starting build()...
Scanning installed packages
Setuptools installation detected at /usr/lib/python2.7/site-packages
Non-egg installation
Removing elements out of the way...
Renaming /usr/lib/python2.7/site-packages/setuptools-14.3.1-py2.7.egg-info into /usr/lib/python2.7/site-packages/setuptools-14.3.1-py2.7.egg-info.OLD.1429013384.25
Creating /tmp/yaourt-tmp-jakob/aur-copperhead-hg/src/copperhead-hg/setuptools-0.6c9-py2.7.egg-info
Creating /tmp/yaourt-tmp-jakob/aur-copperhead-hg/src/copperhead-hg/setuptools.pth
Traceback (most recent call last):
File "setup.py", line 21, in <module>
use_setuptools()
File "/tmp/yaourt-tmp-jakob/aur-copperhead-hg/src/copperhead-hg/distribute_setup.py", line 136, in use_setuptools
fake_setuptools()
File "/tmp/yaourt-tmp-jakob/aur-copperhead-hg/src/copperhead-hg/distribute_setup.py", line 365, in fake_setuptools
res = _remove_flat_installation(setuptools_location)
File "/tmp/yaourt-tmp-jakob/aur-copperhead-hg/src/copperhead-hg/distribute_setup.py", line 248, in _remove_flat_installation
patched = _patch_egg_dir(pkg_info)
File "/tmp/yaourt-tmp-jakob/aur-copperhead-hg/src/copperhead-hg/distribute_setup.py", line 303, in _patch_egg_dir
_rename_path(path)
File "/tmp/yaourt-tmp-jakob/aur-copperhead-hg/src/copperhead-hg/distribute_setup.py", line 228, in _rename_path
os.rename(path, new_name)
OSError: [Errno 13] Permission denied