summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-polyclip/package.py
blob: 9b61268b36977a7f4995beb8c386c7f1756ab014 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 RPolyclip(RPackage):
    """polyclip: Polygon Clipping"""

    homepage = "https://cloud.r-project.org/package=polyclip"
    url      = "https://cloud.r-project.org/src/contrib/polyclip_1.10-0.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/polyclip"

    version('1.10-0', sha256='74dabc0dfe5a527114f0bb8f3d22f5d1ae694e6ea9345912909bae885525d34b')

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