bupc: 2020.12.0 -> 2022.10.0 (#502354)

This commit is contained in:
Michael Daniels
2026-04-05 15:05:37 +00:00
committed by GitHub
+5 -2
View File
@@ -8,17 +8,20 @@
stdenv.mkDerivation (finalAttrs: {
pname = "berkeley_upc";
version = "2020.12.0";
version = "2022.10.0";
src = fetchurl {
url = "https://upc.lbl.gov/download/release/berkeley_upc-${finalAttrs.version}.tar.gz";
hash = "sha256-JdpFORlXHpCQE+TivoQQnjQlxQN7C8BNfHvTOSwXbYQ=";
hash = "sha256-ZckvdxDixr06BTzJ0ErEdtmR4G05llIUsVgLEUR65LU=";
};
postPatch = ''
patchShebangs .
'';
# gcc 15
env.NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types";
# Used during the configure phase
env.ENVCMD = "${coreutils}/bin/env";