r-matlab: new package at v1.0.2 (#16785)
This commit is contained in:
parent
6f85dc66a7
commit
5df64769e3
1 changed files with 18 additions and 0 deletions
18
var/spack/repos/builtin/packages/r-matlab/package.py
Normal file
18
var/spack/repos/builtin/packages/r-matlab/package.py
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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 RMatlab(RPackage):
|
||||||
|
"""Emulate MATLAB code using R"""
|
||||||
|
|
||||||
|
homepage = "https://cloud.r-project.org/package=matlab"
|
||||||
|
url = "https://cloud.r-project.org/src/contrib/matlab_1.0.2.tar.gz"
|
||||||
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/matlab"
|
||||||
|
|
||||||
|
version('1.0.2', sha256='a23dec736c51ae1864c1a53caac556a2f98e8020138a3b121badb0f5b7984154')
|
||||||
|
|
||||||
|
depends_on('r@2.15:', type=('build', 'run'))
|
Loading…
Reference in a new issue