open-mpi 3.1.2
Closes #31421. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
b4effd21dd
commit
715bdc44d4
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class OpenMpi < Formula
|
class OpenMpi < Formula
|
||||||
desc "High performance message passing library"
|
desc "High performance message passing library"
|
||||||
homepage "https://www.open-mpi.org/"
|
homepage "https://www.open-mpi.org/"
|
||||||
url "https://www.open-mpi.org/software/ompi/v3.1/downloads/openmpi-3.1.1.tar.bz2"
|
url "https://download.open-mpi.org/release/open-mpi/v3.1/openmpi-3.1.2.tar.bz2"
|
||||||
sha256 "3f11b648dd18a8b878d057e9777f2c43bf78297751ad77ae2cef6db0fe80c77c"
|
sha256 "c654ed847f34a278c52a15c98add40402b4a90f0c540779f1ae6c489af8a76c5"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "10be5db3f0ba76a49fd6643474e2e77713c1a1f15da47e1cb1d915a93d606804" => :mojave
|
sha256 "10be5db3f0ba76a49fd6643474e2e77713c1a1f15da47e1cb1d915a93d606804" => :mojave
|
||||||
|
|
Loading…
Reference in a new issue