r-viennacl: new package (#25398)

Co-authored-by: Alex C Leute <aclrc@rit.edu>
This commit is contained in:
Jen Herting 2021-08-16 04:13:28 -04:00 committed by GitHub
parent 1fa5642858
commit 5f50f3329f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
# Copyright 2013-2021 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 RRviennacl(RPackage):
"""RViennaCL: 'ViennaCL' C++ Header Files"""
homepage = "https://cloud.r-project.org/package=RViennaCL"
url = "https://cloud.r-project.org/src/contrib/RViennaCL_1.7.1.8.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/RViennaCL"
version('1.7.1.8', sha256='adcc74537337582153d5b11d281e391e91a7f3afae116aa1b9a034ffd11b0252')