Revert "Remove amdadlsdk and amdappsdk."
This reverts commit 08ea7c7ee28a24226c051b467ae0fef0584cfe40. 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:
parent
5a21a52074
commit
c42f3782b0
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user