Block a user
Reduce dependency on raccoon for git repositories
Fix GPI-2 and enable TAGASPI
Fix GPI-2 and enable TAGASPI
hut% nix build -vL .#gpi-2 --print-out-paths
/nix/store/bw15waq306wb8c18zdxbnz5plb67fbsh-GPI-2-tagaspi-2021.11
hut% nix build -vL .#tagaspi --print-out-paths
/nix/store/dnzgivl220nkljxgwygi…
Fix GPI-2 and enable TAGASPI
GPI-2 broken on new rdma-core
They made the drivers.h file private in 2017(!):
However, the symbol is still there and exported:
``…
Considering splicing in bscpkgs
Fixed?
diff --git a/overlay.nix b/overlay.nix
index 52b0d17..2a57f62 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -1,10 +1,11 @@
-final: /* Future last stage */
+finalUnspliced:…
Considering splicing in bscpkgs
Interestingly:
hop% nix eval '.#pkgsCross.riscv64.clangOmpss2Nanos6.outPath'
warning: Git tree '/home/ram/bsc/bscpkgs' is dirty
"/nix/store/vmh9yy5pci5c8xfxndvqib80i8b6cacc-clang-ompss2-w…
Considering splicing in bscpkgs
Seems like it may be it:
hop% git diff
diff --git a/pkgs/llvm-ompss2/default.nix b/pkgs/llvm-ompss2/default.nix
index 1b53de3..ffa27e0 100644
--- a/pkgs/llvm-ompss2/default.nix
+++…
Considering splicing in bscpkgs
Thanks, I understand the problem, but not why is happening. Is this perhaps because the overrided argument loses the __spliced attribute, then is taken as is?
https://github.com/NixOS/nixpkgs/…