summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/bpp-popgen/package.py
blob: d22e947d9c9de5e9ea1e6a3de2dc4dc8fdf02f32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2022 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 BppPopgen(CMakePackage):
    """The Bio++ Population Genetics Library"""

    homepage = "https://https://github.com/BioPP/bpp-popgen"
    url      = "https://github.com/BioPP/bpp-popgen/archive/refs/tags/v2.4.1.tar.gz"

    maintainers = ['snehring']

    version('2.4.1', sha256='03b57d71a63c8fa7f11c085e531d0d691fc1d40d4ea541070dabde0ab3baf413')

    depends_on('bpp-seq')