summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-qtl/package.py
blob: fcacfb58af75530826cdae201c58ea0372fd5f3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 RQtl(RPackage):
    """qtl: Tools for Analyzing QTL Experiments"""

    homepage = "http://rqtl.org"
    url      = "https://cran.r-project.org/src/contrib/qtl_1.44-9.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/qtl"

    version('1.44-9', sha256='315063f0c3fbb95cd2169eb4109ade0339e8f3c28670b38c3167214b9bdf950e')

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