Summary: | dev-python/pycuda: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Michal Januszewski (RETIRED) <spock> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jlec |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257 |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
2010-11-15 02:32:42 UTC
Fixed in CVS. The ebuilds still don't work correctly when Python 3.* is set as main active version of Python. dont't work when python 2.6 or 7 is set either. /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lcuda collect2: ld returned 1 exit status error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 a mystery as to what supplies the missing libcuda (In reply to comment #3) > dont't work when python 2.6 or 7 is set either. > > /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: > cannot find -lcuda > collect2: ld returned 1 exit status > error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 > > a mystery as to what supplies the missing libcuda This should normally be provided by nvidia-drivers: $ qfile /usr/lib64/libcuda.so x11-drivers/nvidia-drivers (/usr/lib64/libcuda.so) (In reply to comment #4) dev-python/pycuda doesn't specify dependency on x11-drivers/nvidia-drivers. +*pycuda-2011.2.2 (10 Jan 2012) + + 10 Jan 2012; Justin Lecher <jlec@gentoo.org> -pycuda-0.94.2.ebuild, + -pycuda-2011.1.2.ebuild, +pycuda-2011.2.2.ebuild, pycuda-9999.ebuild, + metadata.xml: + Version Bump, Dropped old, fixes python.eclass related issues, do not link + against bundled boost, fix finding of system cuda related libs, use git + submodules, #345517, #383041 and #384211; thanks JTRiley for the many fixes + |