r-expint: new package at 0.1-5 (#10043)
This commit is contained in:
parent
892ae2043f
commit
3955f7cba5
19
var/spack/repos/builtin/packages/r-expint/package.py
Normal file
19
var/spack/repos/builtin/packages/r-expint/package.py
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 2013-2018 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)
|
||||
# See the Spack documentation for more information on packaging.
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class RExpint(RPackage):
|
||||
"""expint: Exponential Integral and Incomplete Gamma Function"""
|
||||
|
||||
homepage = "https://cran.r-project.org/package=expint"
|
||||
url = "https://cran.r-project.org/src/contrib/expint_0.1-5.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/expint"
|
||||
|
||||
version('0.1-5', sha256='b03d60938cd6cf615aa3a02b1bf73436785eca89eaff56059ee0807b8244718a')
|
||||
|
||||
depends_on('r@3.3.0:', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user