Skip to content
Commit c4d5135f authored by ALEIX ROCA NONELL's avatar ALEIX ROCA NONELL Committed by Rodrigo Arias Mallo
Browse files

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: default avatarRodrigo Arias Mallo <rodrigo.arias@bsc.es>
Tested-by: default avatarRodrigo Arias Mallo <rodrigo.arias@bsc.es>
parent 3f2b9a76
Pipeline #10362 passed with stage
in 32 minutes and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment