pocl: build experimental remote driver
This is a small driver and it will only get loaded at runtime if explicitly requested, so building it unconditionally should not cause any trouble.
This commit is contained in:
@@ -50,6 +50,8 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
"-DENABLE_ICD=ON"
|
||||
"-DCLANG=${clangWrapped}/bin/clang"
|
||||
"-DCLANGXX=${clangWrapped}/bin/clang++"
|
||||
"-DENABLE_REMOTE_CLIENT=ON"
|
||||
"-DENABLE_REMOTE_SERVER=ON"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user