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 .. 12 13 14 15 16 17 18 19 20 21 Next › Last »

<deleted-account> commented on 2010-12-17 18:11 (UTC)

Or perhaps the "Arch Way" would be to not include the headers in this package, and point users to the "opencl-headers" package if they need them?

<deleted-account> commented on 2010-12-17 18:07 (UTC)

Would it be possible to add "opencl-headers" to the "provides" array, so that a user with this package installed may build packages that makedepend on "opencl-headers", or are the headers from this package too dissimilar to those from "opencl-headers"?

<deleted-account> commented on 2010-12-06 14:45 (UTC)

I am a robot. This is not an official message. AUR guidelines suggest to not include binaries. Examples: amdstream/more-docs.tar.gz Feel free to disregard this as you would any other comment. This robot will not post here again.

vojtechkral commented on 2010-09-04 10:41 (UTC)

Can you please provide wich package those files belong to? So I can put it in conflicts.

<deleted-account> commented on 2010-09-02 23:23 (UTC)

I'm getting this error, I am pretty sure this can be ignored, but still it would be nice if this could be fixed. Proceed with installation? [Y/n] checking package integrity... (1/1) checking for file conflicts [######################] 100% error: failed to commit transaction (conflicting files) amdstream: /usr/include/CL/cl.h exists in filesystem amdstream: /usr/include/CL/cl_ext.h exists in filesystem amdstream: /usr/include/CL/cl_gl.h exists in filesystem amdstream: /usr/include/CL/cl_gl_ext.h exists in filesystem amdstream: /usr/include/CL/cl_platform.h exists in filesystem amdstream: /usr/include/CL/opencl.h exists in filesystem

<deleted-account> commented on 2010-08-26 19:47 (UTC)

Thanks, this time works ok. Keep up the good work :)

vojtechkral commented on 2010-08-26 10:21 (UTC)

Thanks pfdm, updated.

<deleted-account> commented on 2010-08-26 09:52 (UTC)

Just copy the the lib/gpu directory to /opt ! The PKGBUILD is not correct, add these lines : +cp -r ./lib/gpu $pkgdir/opt/amdstream/lib/ -echo /opt/amdstream/lib/$_arch > $pkgdir/etc/ld.so.conf.d/amdstream.conf +echo /opt/amdstream/lib/$_arch >> $pkgdir/etc/ld.so.conf.d/amdstream.conf +echo /opt/amdstream/lib/gpu >> $pkgdir/etc/ld.so.conf.d/amdstream.conf It should work!

vojtechkral commented on 2010-08-26 09:51 (UTC)

what does ls -l /usr/bin/clc output?

<deleted-account> commented on 2010-08-26 00:32 (UTC)

It's not working for me (catalyst 10.8) ./NBody BUILD LOG ************************************************ Internal error: Compilation failed. ************************************************ Error: clBuildProgram failed. Error code : CL_BUILD_PROGRAM_FAILURE any help?