Go to file
Rodrigo Arias Mallo 3f17a489ef Fix clang build adding rpath to libstdc++
The binaries generated during the build process of clang are missing the
RPATH of the libstdc++.so library, which is provided by gcc libs.
Similarly, the clang binary itself also needs the rpath to the
libstdc++.so library path.

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
2023-11-22 15:38:28 +01:00
pkgs Fix clang build adding rpath to libstdc++ 2023-11-22 15:38:28 +01:00
test Add clang openmp test for CI 2023-10-31 16:52:55 +01:00
.gitignore Ignore source folder 2020-07-20 16:07:26 +02:00
.gitlab-ci.yml Enable verbose output in nix build for CI 2023-10-06 14:39:47 +02:00
COPYING Add MIT license 2021-03-12 13:57:22 +01:00
default.nix Move nixpkgs reference to its own expression 2023-10-31 16:52:55 +01:00
flake.lock flake.lock: Update 2023-11-22 15:37:46 +01:00
flake.nix Begin moving bsc packages to root attribute 2023-09-19 10:33:32 +02:00
nixpkgs.nix Move nixpkgs reference to its own expression 2023-10-31 16:52:55 +01:00
overlay.nix Disable nix-wrap as it is broken 2023-11-22 15:38:13 +01:00
README.md Remove garlic from README 2023-10-03 12:23:01 +02:00

Nix overlay with BSC packages.