Skip to content
Snippets Groups Projects
Commit 6fcdf1cd authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Merge remote-tracking branch 'upstream/ADD_hippounit'

parents ce950cba bf127d6f
No related branches found
No related tags found
1 merge request!66Add hippounit
Pipeline #16754 failed with stage
in 15 minutes and 12 seconds
# 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
# 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 PyHippounit(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.6.9:')
depends_on('py-sciunit@0.2.5.1:', type=('build', 'run'))
depends_on('efel@4.0.4:', type=('build', 'run'))
......@@ -37,9 +37,11 @@ spack:
#- py-ebrains-drive@0.4.0 %gcc@10.3.0
#- py-vf-client@0.6.3 %gcc@10.3.0
- py-hbp-archive@1.1.1 %gcc@10.3.0
- py-morphounit@1.0.4 %gcc@10.3.0
- py-neurom@1.4.10 %gcc@10.3.0
- py-morphio@3.1.1 %gcc@10.3.0
#- py-morphounit@1.0.4 %gcc@10.3.0
#- py-neurom@1.4.10 %gcc@10.3.0
#- py-morphio@3.1.1 %gcc@10.3.0
- py-hippounit@1.3.6 %gcc@10.3.0
- py-efel@4.0.4 %gcc@10.3.0
#- py-torch~mkldnn~cuda~cudnn~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0
#- py-lfpy@2.2.3 %gcc@10.3.0
#- biobb-common %gcc@10.3.0
......
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