Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa22903f1bb7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb7ecd3b6f43
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 9, 2019

  1. openmpi: 4.0.1 -> 4.0.2

    removed upstream patch
    markuskowa committed Oct 9, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    callahad Dan Callahan
    Copy the full SHA
    9b04b8c View commit details
  2. Merge pull request #70849 from markuskowa/upd-openmpi

    openmpi: 4.0.1 -> 4.0.2
    markuskowa authored Oct 9, 2019
    Copy the full SHA
    eb7ecd3 View commit details
Showing with 2 additions and 10 deletions.
  1. +2 −10 pkgs/development/libraries/openmpi/default.nix
12 changes: 2 additions & 10 deletions pkgs/development/libraries/openmpi/default.nix
Original file line number Diff line number Diff line change
@@ -9,25 +9,17 @@
}:

let
version = "4.0.1";
version = "4.0.2";

in stdenv.mkDerivation rec {
pname = "openmpi";
inherit version;

src = with stdenv.lib.versions; fetchurl {
url = "https://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${pname}-${version}.tar.bz2";
sha256 = "02cpzcp113gj5hb0j2xc0cqma2fn04i2i0bzf80r71120p9bdryc";
sha256 = "0ms0zvyxyy3pnx9qwib6zaljyp2b3ixny64xvq3czv3jpr8zf2wh";
};

patches = [
(fetchpatch {
name = "openmpi-mca_btl_vader_component_close-segfault.patch";
url = "https://github.com/open-mpi/ompi/pull/6526.patch";
sha256 = "0s7ac9rkcj3fi6ampkvy76njlj478yyr4zvypjc7licy6dgr595x";
})
];

postPatch = ''
patchShebangs ./