Skip to content
Snippets Groups Projects
Commit 6bcaffc6 authored by Shailesh Appukuttan's avatar Shailesh Appukuttan
Browse files

add HippoUnit

parent 91d71a22
No related branches found
No related tags found
1 merge request!66Add hippounit
# Copyright 2013-2021 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 HippoUnit(PythonPackage):
"""A SciUnit library for data-driven validation testing of models of hippocampus
"""
homepage = "https://github.com/kalilab/hippounit/"
pypi = "hippounit/hippounit-1.3.6.tar.gz"
git = "https://github.com/kalilab/hippounit.git"
version('1.3.6', sha256='7342f77575b6d223db4194be37ab73f0eb6370844cbefd2f8374b2c7e27d7d15')
depends_on('python@3.3:')
depends_on('sciunit@0.2.1:', type=('build', 'run'))
depends_on('efel@4.0.4:', type=('build', 'run'))
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment