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 f55b48ec86 - Show all commits

View File

@@ -46,7 +46,7 @@ in stdenv.mkDerivation {
set -x
cp ${hello_c} hello.c
clang -fopenmp ./hello.c -lnosv -o hello
clang -fopenmp=libompv ./hello.c -lnosv -o hello
./hello | grep "INSIDE TASK OK"
set +x