bobwire / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 0 forks source link

ati-stream-sdk-bin ebuild bugs #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

With the release of 2.3 I found a small problem which actually officially 
documented here -  
http://developer.amd.com/gpu/amdappsdk/assets/ATI_Stream_SDK_Release_Notes_Devel
oper.pdf

======================================================================= For ATI 
Stream SDK v2.3 on Linux, the executable stack bit of the runtime libraries is 
set so that if SELinux is enabled, the OpenCL plaform might fail initialization 
(clGetPlatformIDs returns an error). To correct this, run the following command 
as root:

# execstack -c ${ATISTREAMSDKROOT}/lib/x86*/libatiocl*.so 
=======================================================================

Another problem that libatiocl32.so (libatiocl64.so) is not located in LDPATH. 
I think there are two ideas for the fix - either make a symlink to 
libatiocl32.so (libatiocl64.so) in /usr/lib or add something like to env.d 
file. LDPATH="/opt/ati-stream-sdk/lib/x86"

original report from denisgolovan copied from the old bug tracker

Original issue reported on code.google.com by sidhayn on 24 Apr 2012 at 2:50

GoogleCodeExporter commented 9 years ago
we have a new ebuild dev-util/ati-app-sdk-bin in the tree. See it works and 
migrate all tools to it

Original comment by blshkv on 17 Jan 2014 at 12:42