mpi-serial: add v2.5.0 (#41885)
This commit is contained in:
parent
f765f658ae
commit
582476849e
1 changed files with 7 additions and 2 deletions
|
@ -11,12 +11,13 @@
|
|||
class MpiSerial(AutotoolsPackage):
|
||||
"""A single processor implementation of the mpi library."""
|
||||
|
||||
homepage = "https://github.com/MCSclimate/mpi-serial"
|
||||
url = "https://github.com/MCSclimate/mpi-serial/archive/refs/tags/MPIserial_2.3.0.tar.gz"
|
||||
homepage = "https://github.com/ESMCI/mpi-serial"
|
||||
url = "https://github.com/ESMCI/mpi-serial/archive/refs/tags/MPIserial_2.3.0.tar.gz"
|
||||
|
||||
# notify when the package is updated.
|
||||
maintainers("jedwards4b")
|
||||
|
||||
version("2.5.0", sha256="2faf459ea1f37020662067e7ab6c76b926501c4b94e8fdf77591c0040ba1f006")
|
||||
version("2.3.0", sha256="cc55e6bf0ae5e1d93aafa31ba91bfc13e896642a511c3101695ea05eccf97988")
|
||||
|
||||
variant(
|
||||
|
@ -35,6 +36,10 @@ class MpiSerial(AutotoolsPackage):
|
|||
|
||||
provides("mpi")
|
||||
|
||||
depends_on("autoconf", type="build", when="@2.5.0")
|
||||
depends_on("automake", type="build", when="@2.5.0")
|
||||
depends_on("libtool", type="build", when="@2.5.0")
|
||||
|
||||
def flag_handler(self, name, flags):
|
||||
spec = self.spec
|
||||
config_flags = []
|
||||
|
|
Loading…
Reference in a new issue