Package Details: amdapp-sdk-docs 3.0-23

Git Clone URL: https://aur.archlinux.org/amdapp-sdk.git (read-only, click to copy)
Package Base: amdapp-sdk
Description: AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support. Documentation
Upstream URL: https://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/
Licenses: custom
Groups: amdapp
Submitter: Vi0L0
Maintainer: rigred
Last Packager: k8ie
Votes: 84
Popularity: 0.026727
First Submitted: 2013-02-11 21:03 (UTC)
Last Updated: 2019-08-16 21:33 (UTC)

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 Next › Last »

<deleted-account> commented on 2010-07-02 18:45 (UTC)

The /usr conflicts were PEBCAK. Ignore. The other change I forgot to mention is to install a file in /etc/profile.d to set ATISTREAMSDKROOT and ATISTREAMSDKSAMPLEROOT, both to /opt/amdstream. This variable needs to be set according to the stream sdk installation instructions.

vojtechkral commented on 2010-07-01 20:01 (UTC)

mwc, what where the conflicts in /usr?

<deleted-account> commented on 2010-07-01 19:03 (UTC)

I had to fix up a few things in this PKGBUILD in order to make this work on my system (I use a 5770 for development). 1) Remove all the symlinks into /usr to fix conflicts 2) Install llc from this package into /opt/amdstream/bin/$_arch. If this isn't done, then the examples fail complaining that it's missing. 3) Since we aren't symlinking libs into /usr, we instead set up an ld.so.conf.d entry to add the SDK libs to the search path Updated PKGBUILD here: http://aur.pastebin.com/57nYwgMr

maleadt commented on 2010-06-04 12:02 (UTC)

Having crashed my main computer, I can't test it right away, but I'll be sure have a go at it as possible. I've forced an install back then by removing the libatical dependency, which worked but obviously isn't a good solution. I've also seen an update of yaourt come along, so it might have been fixed already. Thanks for your efforts in providing this package :)

vojtechkral commented on 2010-06-02 13:15 (UTC)

Hi, I personally don't use yaourt, so I'm not sure if I'll be able to help. Maybe this is because catalyst package doesn't specify the version of libatical it provides. You can try to change the catalyst PKGBUILD like this: provides = (... 'libatical=10.5' ...) (version of libatical is the same as of the catalyst itself) Please let me know whether this would work...

maleadt commented on 2010-05-27 17:09 (UTC)

Weird issue: although I've got catalyst 10.5 installed (which provides libatical >= 10.4), yaourt attempts to install libatical (and fails) when installing amdstream's dependencies... ==> Install or build missing dependencies for amdstream: ==> Building and installing package ==> amdstream dependencies: - libatical (package that provides libatical already installed) - libgl (package that provides libgl already installed) - llvm (package that provides llvm already installed) - gcc-libs (already installed) - mesa (already installed) - perl (already installed) - llvm (package that provides llvm already installed) ==> Making package: amdstream 2.1-1 x86_64 (do mei 27 19:06:44 CEST 2010) ==> Checking Runtime Dependencies... ==> Installing missing dependencies... libatical>=10.4 package not found, searching for group... error: 'libatical>=10.4': not found in sync db ==> ERROR: Pacman failed to install missing dependencies. Error: Makepkg was unable to build amdstream package.

vojtechkral commented on 2010-05-20 00:22 (UTC)

Ok, the package is now updated. Thank you a lot for your help, cast1c, I have added you to Contributor field, hope you don't mind :) The SDK once again works for me [on x86_64]. Please feel free to test further. Please also note that amdstream is now dependant on the official LLVM package, so that we can avoid the conflict.

<deleted-account> commented on 2010-05-19 19:37 (UTC)

Whoops, you are right. I accidently still had LD_LIBRARY_PATH set to a location where the whole SDK was unpacked. All files in /opt/amdstream/lib/<arch> except for libGLEW.so and libglut.so need to be symlinked to /usr/lib. A PKGBUILD including these changes can be found here: http://ix.io/Zm It is again tested on i686 only.

vojtechkral commented on 2010-05-18 18:49 (UTC)

Thanks for your efforts caust1c, but there is still some problem. I have already tried copying those files in /etc/OpenCL/vendors, I still cannot run OpenCL programs though. Have tried running CLInfo? (samples/opencl/bin/<platform>/CLInfo)

<deleted-account> commented on 2010-05-18 18:37 (UTC)

OpenCL stores icd registration files differently now. I changed the PKGBUILD accordingly. The updated version can be found here: http://ix.io/Z9 I have tested it successfully for i686, i didn't test it for x86_64 though. md5sums are updated for x86_64 as well