mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
intel-ocl: r4.0-59481 -> 5.0-63503
This commit is contained in:
parent
b84c4206fc
commit
309373ea68
@ -93,7 +93,7 @@ in
|
||||
hardware.opengl.extraPackages = mkOption {
|
||||
type = types.listOf types.package;
|
||||
default = [];
|
||||
example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
|
||||
example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau intel-ocl ]";
|
||||
description = ''
|
||||
Additional packages to add to OpenGL drivers. This can be used
|
||||
to add OpenCL drivers, VA-API/VDPAU drivers etc.
|
||||
|
@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchzip, rpmextract, ncurses5, numactl, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "r4.0-59481";
|
||||
name = "intel-ocl-${version}";
|
||||
version = "5.0-63503";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://software.intel.com/sites/default/files/managed/48/96/SRB4_linux64.zip";
|
||||
sha256 = "1q69g28i6l7p13hnsk82g2qhdf2chwh4f0wvzac6xml67hna3v34";
|
||||
url = "http://registrationcenter-download.intel.com/akdlm/irc_nas/11396/SRB5.0_linux64.zip";
|
||||
sha256 = "0qbp63l74s0i80ysh9ya8x7r79xkddbbz4378nms9i7a0kprg9p2";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postUnpack = ''
|
||||
# Extract the RPMs contained within the source ZIP.
|
||||
rpmextract SRB4_linux64.zip/intel-opencl-${version}.x86_64.rpm
|
||||
rpmextract SRB4_linux64.zip/intel-opencl-cpu-${version}.x86_64.rpm
|
||||
rpmextract source/intel-opencl-r${version}.x86_64.rpm
|
||||
rpmextract source/intel-opencl-cpu-r${version}.x86_64.rpm
|
||||
'';
|
||||
|
||||
patchPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user