mpi 4.1.6 -> 5.0.2 https://repology.org/project/openmpi/versions attrpath: mpi Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/openmpi/default.nix b/pkgs/development/libraries/openmpi/default.nix index 8c54c13c9139..f1319e2e1122 100644 --- a/pkgs/development/libraries/openmpi/default.nix +++ b/pkgs/development/libraries/openmpi/default.nix @@ -20,11 +20,11 @@ stdenv.mkDerivation rec { pname = "openmpi"; - version = "4.1.6"; + version = "5.0.2"; src = with lib.versions; fetchurl { url = "https://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${pname}-${version}.tar.bz2"; - sha256 = "sha256-90CZRIVRbetjtTEa8SLCZRefUyig2FelZ7hdsAsR5BU="; + sha256 = "sha256-7katju7iw/9wdyFgv/h3y/OMMwoLw7PdyBFkizOWaY8="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mpi nix build failed. checking for repo version... v5.0.2 checking Open SHMEM version... 5.0.2 checking Open SHMEM release date... Feb 06, 2024 checking Open SHMEM repository version... v5.0.2 checking for repo version... v5.0.2 checking Open Portable Access Layer version... 5.0.2 checking Open Portable Access Layer release date... Feb 06, 2024 checking Open Portable Access Layer repository version... v5.0.2 checking for bootstrap Autoconf version... 2.71 checking for bootstrap Automake version... 1.16 checking for bootstrap Libtool version... 2.4.6 *** Initialization, setup configure: builddir: /build/openmpi-5.0.2 configure: srcdir: /build/openmpi-5.0.2 configure: WARNING: An MPI C++ bindings-related command line option configure: WARNING: was given to "configure". configure: WARNING: configure: WARNING: This command line option will be removed in a future configure: WARNING: version of Open MPI; you should discontinue using it. configure: WARNING: You have been warned! configure: WARNING: configure: WARNING: The MPI C++ bindings were deprecated in the MPI-2.2 configure: WARNING: standard in 2009, and removed from the MPI-3.0 configure: WARNING: standard in 2012. The MPI C++ bindings were then configure: WARNING: removed from Open MPI v5.0.0 in 2022. configure: WARNING: configure: WARNING: If you need support for the MPI C++ bindings, you configure: WARNING: will need to use an older version of Open MPI. configure: error: Build cannot continue.