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

from spack import *


class RRodbc(RPackage):
    """An ODBC database interface."""

    homepage = "https://cran.rstudio.com/web/packages/RODBC/"
    url      = "https://cran.rstudio.com/src/contrib/RODBC_1.3-13.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/RODBC/"

    version('1.3-13', 'c52ef9139c2ed85adc53ad6effa7d68e')

    depends_on('unixodbc')