forked from rarias/bscpkgs
Fix strictDeps ompss2
This commit is contained in:
parent
cb6d770992
commit
61b6de195e
@ -57,18 +57,20 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
isClangWithOmpss = true;
|
isClangWithOmpss = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ zlib ];
|
nativeBuildInputs = [
|
||||||
|
|
||||||
buildInputs = [
|
|
||||||
which
|
|
||||||
bash
|
bash
|
||||||
|
cmake
|
||||||
|
elfutils
|
||||||
|
llvmPackages_latest.lld
|
||||||
|
pkg-config
|
||||||
python3
|
python3
|
||||||
perl
|
perl
|
||||||
cmake
|
which
|
||||||
llvmPackages_latest.lld
|
zlib
|
||||||
elfutils
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
libffi
|
libffi
|
||||||
pkg-config
|
|
||||||
zlib
|
zlib
|
||||||
gcc.cc.lib # Required for libstdc++.so.6
|
gcc.cc.lib # Required for libstdc++.so.6
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user