summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-dotcall64/package.py
blob: 3c92545fdc7b1fb427de2489bc20968bbf8b1d09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RDotcall64(RPackage):
    """dotCall64: Enhanced Foreign Function Interface Supporting Long
       Vectors."""

    homepage = "https://git.math.uzh.ch/reinhard.furrer/dotCall64"
    url      = "https://cloud.r-project.org/src/contrib/dotCall64_1.0-0.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/dotCall64"

    version('1.0-0', sha256='69318dc6b8aecc54d4f789c8105e672198363b395f1a764ebaeb54c0473d17ad')

    depends_on('r@3.1:', type=('build', 'run'))