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

Merge remote-tracking branch 'upstream/ADD_hbpArchive'

parents b8ab978a ac9d59f3
No related branches found
No related tags found
1 merge request!64Add hbp archive
Pipeline #16731 passed with stage
in 35 minutes and 28 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 PyHbpArchive(PythonPackage):
"""A high-level API for interacting with the Human Brain Project
archival storage at CSCS
"""
homepage = "https://hbp-archive.readthedocs.io/"
pypi = "hbp-archive/hbp_archive-1.1.1.tar.gz"
git = "https://github.com/HumanBrainProject/hbp_archive.git"
version('1.1.1', sha256='08059d3bcca4dcbc36951c82e75513bc50d8d59f1720a28bebf57a622d869f41')
depends_on('python@3.6.9:')
depends_on('py-lxml@4.6.4:', type=('build', 'run'))
depends_on('py-keystoneauth1@4.3.1:', type=('build', 'run'))
depends_on('py-python-keystoneclient@4.2.0:', type=('build', 'run'))
depends_on('py-python-swiftclient@3.12.0:', type=('build', 'run'))
......@@ -34,8 +34,9 @@ spack:
- py-cerebrus %gcc@10.3.0
- py-sciunit@0.2.5.1 %gcc@10.3.0
- py-quantities-scidash@0.12.4.3 %gcc@10.3.0
- py-ebrains-drive@0.4.0 %gcc@10.3.0
- py-vf-client@0.6.3 %gcc@10.3.0
#- 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-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