Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: python2-cudamat-git 77+gaf7d9ca-1
Git Clone URL: | https://aur-dev.archlinux.org/python2-cudamat-git.git (read-only) |
---|---|
Package Base: | python2-cudamat-git |
Description: | Python module for performing basic dense linear algebra computations on the GPU using CUDA |
Upstream URL: | https://github.com/cudamat/cudamat |
Licenses: | |
Submitter: | archdria |
Maintainer: | archdria |
Last Packager: | archdria |
Votes: | 2 |
Popularity: | 0.000001 |
First Submitted: | 2014-03-24 16:01 |
Last Updated: | 2015-07-15 17:46 |
Dependencies (5)
Required by (2)
- python2-gdbn-git (optional)
- python2-gnumpy-git (optional)
Latest Comments
archdria commented on 2015-01-28 15:47
So sorry for the time it took me to update the PKGBUILD.
Thanks for your advice :) Updated now, at last!
jyantis commented on 2014-12-06 00:38
Thank you for putting this package up. An issue I ran into while installing this:
The build fails. To fix it change these functions:
build() {
cd cudamat
python2 setup.py build
}
package() {
cd cudamat
python2 setup.py install --root="${pkgdir}" --optimize=1
}
jyantis commented on 2014-12-06 00:35
Thank you for putting this package up. A couple of issues I ran into while installing this.
1) It has a dependency for cuda.
2) The build fails. To fix it change these functions:
build() {
cd cudamat
python2 setup.py build
}
package() {
cd cudamat
python2 setup.py install --root="${pkgdir}" --optimize=1
}