Add mode packages and cpic app

This commit is contained in:
Rodrigo Arias
2020-06-11 19:04:16 +02:00
parent ceaf273219
commit a331ec5f14
5 changed files with 201 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
}:
stdenv.mkDerivation rec {
version = "10.0.0";
version = "11.0.0";
name = "llvm-ompss2-${version}";
enableParallelBuilding = true;
@@ -31,8 +31,11 @@ stdenv.mkDerivation rec {
libffi
pkg-config
];
cmakeBuildType = if enableDebug then "Debug" else "Release";
dontUseCmakeBuildDir = true;
preConfigure = ''
mkdir -p build
cd build