clangOmpss2: 2021.06 -> 2021.11
libelf is now replaced by elfutils
This commit is contained in:
parent
315cf1d0de
commit
0b319b8a63
@ -7,21 +7,21 @@
|
|||||||
, python3
|
, python3
|
||||||
, perl
|
, perl
|
||||||
, which
|
, which
|
||||||
, libelf
|
, elfutils
|
||||||
, libffi
|
, libffi
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, enableDebug ? false
|
, enableDebug ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2021.06";
|
version = "2021.11";
|
||||||
pname = "clang-ompss2";
|
pname = "clang-ompss2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bsc-pm";
|
owner = "bsc-pm";
|
||||||
repo = "llvm";
|
repo = "llvm";
|
||||||
rev = "github-release-${version}";
|
rev = "refs/tags/github-release-${version}";
|
||||||
sha256 = "1dkqgf7jvdwi84fam7zwbvv4d6x6icw7182azxjf4mc7b97qmqwi";
|
sha256 = "1x9scp1jpb2d5vm2pymc39r51242b7bvhx39hp9143rw5b2w3wrm";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
perl
|
perl
|
||||||
cmake
|
cmake
|
||||||
lld
|
lld
|
||||||
libelf
|
elfutils
|
||||||
libffi
|
libffi
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user