cpic: Compilation ok but fails to run

This commit is contained in:
Rodrigo Arias
2020-06-15 11:54:22 +02:00
parent a331ec5f14
commit 3c2b7c163f
58 changed files with 3936 additions and 33 deletions

View File

@@ -11,13 +11,17 @@
, libelf
, libffi
, pkg-config
, enableDebug ? false
, enableDebug ? true
}:
stdenv.mkDerivation rec {
version = "11.0.0";
name = "llvm-ompss2-${version}";
pname = "clang-ompss2";
enableParallelBuilding = true;
isClang = true;
isGNU = true;
isClangWithOmpss = true;
buildInputs = [
which
@@ -46,8 +50,8 @@ stdenv.mkDerivation rec {
"-DCMAKE_EXE_LINKER_FLAGS_DEBUG=-Wl,-gdb-index"
"-DLLVM_LIT_ARGS=-sv --xunit-xml-output=xunit.xml"
"-DLLVM_ENABLE_PROJECTS=clang;openmp"
"-DLLVM_INSTALL_UTILS=ON"
"-DLLVM_ENABLE_ASSERTIONS=ON"
"-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON"
)
'';