Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit ff34ab5732 - Show all commits

View File

@@ -5,9 +5,9 @@ stdenv.mkDerivation rec {
name = "test-clang-ompss2";
src = ./.;
buildInputs = [ clang-ompss2 nanos6 ];
NIX_DEBUG = 1;
buildPhase = ''
#export NIX_DEBUG=6
clang -fompss-2 hello.c -o hello
./hello
clang++ -fompss-2 hello.cc -o hello