diff options
author | codeandkey <jtst@iastate.edu> | 2020-02-07 14:23:55 -0600 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2020-02-07 14:51:24 -0800 |
commit | 3e5427078d5a0d317be889058078fa4389592e8d (patch) | |
tree | 4a1ba1eb3e818274931493938b36c8466557e3e6 /var | |
parent | 3a3a58a10690dcf1fce94d8671a665a514e0e5ab (diff) | |
download | spack-3e5427078d5a0d317be889058078fa4389592e8d.tar.gz spack-3e5427078d5a0d317be889058078fa4389592e8d.tar.bz2 spack-3e5427078d5a0d317be889058078fa4389592e8d.tar.xz spack-3e5427078d5a0d317be889058078fa4389592e8d.zip |
r-evd: new package at 2.3-3
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/r-evd/package.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-evd/package.py b/var/spack/repos/builtin/packages/r-evd/package.py new file mode 100644 index 0000000000..c30bac399c --- /dev/null +++ b/var/spack/repos/builtin/packages/r-evd/package.py @@ -0,0 +1,16 @@ +# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack import * + + +class REvd(RPackage): + """evd: Functions for Extreme Value Distributions""" + + homepage = "https://cloud.r-project.org/package=evd" + url = "https://cloud.r-project.org/src/contrib/evd_2.3-3.tar.gz" + list_url = "https://cloud.r-project.org/src/contrib/Archive/evd" + + version('2.3-3', sha256='2fc5ef2e0c3a2a9392425ddd45914445497433d90fb80b8c363877baee4559b4') |