summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cotter/package.py
blob: 3614f68ef5cd03059bfdaad229403f5262b5fa91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2020 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 Cotter(CMakePackage):
    """Andre Offringa's cotter pre-processing pipeline."""

    homepage = "https://github.com/MWATelescope/cotter"
    git      = "https://github.com/MWATelescope/cotter.git"

    version('master', branch='master')
    version('20190205', commit='b7b07f3298a8d57b9dfff0b72fc21e68b23a42da')

    depends_on('erfa')
    depends_on('pal')
    depends_on('aoflagger')