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

Merge remote-tracking branch 'upstream/add-nmpi-client'

parents 0e2bcc93 ef77f7eb
No related branches found
No related tags found
No related merge requests found
# Copyright 2013-2022 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 PyHbpNeuromorphicPlatform(PythonPackage):
"""Python client for the Human Brain Project Neuromorphic Computing Platform.
"""
homepage = "https://electronicvisions.github.io/hbp-sp9-guidebook/"
pypi = "hbp_neuromorphic_platform/hbp_neuromorphic_platform-0.9.2.tar.gz"
git = "https://github.com/HumanBrainProject/hbp-neuromorphic-client.git"
maintainers = ['apdavison']
version('0.9.2', sha256='b63b6b4b29a7bf720e456498e56cdbcfc72e704c1e08c409bec06cc1026f5bc0')
depends_on('python@3.5:')
depends_on('py-requests@2.20.0:', type=('build', 'run'))
depends_on('py-click@8.0.3:', type=('build', 'run'))
depends_on('py-pyyaml@6.0:', type=('build', 'run'))
......@@ -42,6 +42,7 @@ spack:
#- 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-hbp-neuromorphic-platform@0.9.2 %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