summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/papyrus/package.py
blob: c3a1f8e52c7474267dbb7f78467873d6b60f92b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 Papyrus(CMakePackage):
    """Parallel Aggregate Persistent Storage"""

    homepage = "https://code.ornl.gov/eck/papyrus"
    url      = "https://code.ornl.gov/eck/papyrus/repository/archive.tar.bz2?ref=v1.0.0"
    git      = "https://code.ornl.gov/eck/papyrus.git"

    version('develop', branch='master')
    version('1.0.0', 'fe0fca073c3604110f0507f375d71e64')

    depends_on('mpi')