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

update recipe and ADD efel

parent 6bcaffc6
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 PyEfel(PythonPackage):
"""Electrophys Feature Extract Library (eFEL)
"""
homepage = "https://github.com/BlueBrain/eFEL"
pypi = "efel/efel-4.0.4.tar.gz"
git = "https://github.com/BlueBrain/eFEL.git"
version('4.0.4', sha256='258c506776df609edc799338fd773e78f0f0315fd6f3e2f969478bda401a8894')
depends_on('python@3.6.9:')
depends_on('py-numpy@1.6:', type=('build', 'run'))
depends_on('py-six', type=('build', 'run'))
\ No newline at end of file
......@@ -6,7 +6,7 @@
from spack import *
class HippoUnit(PythonPackage):
class PyHippoUnit(PythonPackage):
"""A SciUnit library for data-driven validation testing of models of hippocampus
"""
......@@ -16,6 +16,6 @@ class HippoUnit(PythonPackage):
version('1.3.6', sha256='7342f77575b6d223db4194be37ab73f0eb6370844cbefd2f8374b2c7e27d7d15')
depends_on('python@3.3:')
depends_on('sciunit@0.2.1:', type=('build', 'run'))
depends_on('python@3.6.9:')
depends_on('sciunit@0.2.5.1:', type=('build', 'run'))
depends_on('efel@4.0.4:', type=('build', 'run'))
\ No newline at end of file
......@@ -37,4 +37,8 @@ spack:
- funniest1022 %gcc@10.3.0
# NRP
- py-torch~mkldnn~cuda~cudnn~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0
# EBRAINS tools and services
- py-hippounit@1.3.6 %gcc@10.3.0
# Other tools and services
- py-efel@4.0.4 %gcc@10.3.0
concretization: together
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