summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/bpp-popgen/package.py
blob: 6aa6a9a2ca7a80516fec38c8b6305f123c939a66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2024 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.package 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")

    license("CECILL-2.0")

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

    depends_on("bpp-seq")