Skip to content

Commit

Permalink
Merge pull request #229310 from jackyliu16/loongarch-support-abseil-cpp
Browse files Browse the repository at this point in the history
abseil-cpp: Enable loongarch64
  • Loading branch information
wegank authored May 2, 2023
2 parents a970c19 + 23bd354 commit e1edd81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/libraries/abseil-cpp/202103.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/abseil/abseil-cpp/commit/5bfa70c75e621c5d5ec095c8c4c0c050dcb2957e.patch";
sha256 = "0nhjxqfxpi2pkfinnqvd5m4npf9l1kg39mjx9l3087ajhadaywl5";
})
] ++ lib.optionals stdenv.hostPlatform.isLoongArch64 [
# https://github.com/abseil/abseil-cpp/pull/1110
(fetchpatch {
url = "https://github.com/abseil/abseil-cpp/commit/808bc202fc13e85a7948db0d7fb58f0f051200b1.patch";
sha256 = "sha256-ayY/aV/xWOdEyFSDqV7B5WDGvZ0ASr/aeBeYwP5RZVc=";
})
];

cmakeFlags = [
Expand Down

0 comments on commit e1edd81

Please sign in to comment.