Go to file
Aleix Roca Nonell c4d5135fde Split openmp versions in separate derivations
The openmp derivation provides both libomp and libompv. To avoid
accidentally linking with the wrong library and to avoid the nosv
dependency on libomp, this patch separates each version in a different
derivation.

Also, it adapts the clang wrappers and stdenvs to provide an stdenv per
openmp library where each openmp will be used by default when the
compiler flag "-fopenmp" is used. This eases linking ompv with nixpkgs
libraries, such as blis, that expect openmp to be provided with stdenv.

Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
Tested-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2023-12-07 18:01:20 +01:00
pkgs Split openmp versions in separate derivations 2023-12-07 18:01:20 +01:00
test Split openmp versions in separate derivations 2023-12-07 18:01:20 +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 Update nixpkgs commit in default.nix 2023-11-24 16:46:54 +01:00
overlay.nix Split openmp versions in separate derivations 2023-12-07 18:01:20 +01:00
README.md Remove garlic from README 2023-10-03 12:23:01 +02:00

Nix overlay with BSC packages.