Revert "Remove amdadlsdk and amdappsdk."

This reverts commit 08ea7c7ee2.

This was a part of #61823.

Firstly, that commit removed those attributes without removing the files
they refer to, which is strange.

Secondly, I have a very old but GPGPU-capabale AMD card which doesn't work
with newer OpenCL infrastructure and hence needs these packages to do GPGPU.
This commit is contained in:
Jan Malakhovski 2019-06-21 23:58:55 +00:00
parent 5a21a52074
commit c42f3782b0

View file

@ -8664,6 +8664,26 @@ in
### DEVELOPMENT / MISC
amdadlsdk = callPackage ../development/misc/amdadl-sdk { };
amdappsdk26 = amdappsdk.override {
version = "2.6";
};
amdappsdk27 = amdappsdk.override {
version = "2.7";
};
amdappsdk28 = amdappsdk.override {
version = "2.8";
};
amdappsdk = callPackage ../development/misc/amdapp-sdk { };
amdappsdkFull = amdappsdk.override {
samples = true;
};
amtk = callPackage ../development/libraries/amtk { };
avrlibc = callPackage ../development/misc/avr/libc {};