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

Merge remote-tracking branch 'upstream/ADD_ebrains_drive'

parents 61407d74 b2a4169c
No related branches found
No related tags found
1 merge request!62Add ebrains drive
Pipeline #16727 failed with stage
in 20 minutes and 31 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 PyEbrainsDrive(PythonPackage):
"""Python client interface for EBRAINS Collaboratory Seafile storage
"""
homepage = "https://github.com/HumanBrainProject/ebrains-drive/blob/master/doc.md"
pypi = "ebrains-drive/ebrains-drive-0.4.0.tar.gz"
git = "https://github.com/HumanBrainProject/ebrains-drive.git"
version('0.4.0', sha256='3bc4a68cf27501c7bd5dc861334a8d9ef478b68d4437a6087bcd8f9eab7e5225')
depends_on('python@3.6.9:')
depends_on('py-requests@2.26.0:', type=('build', 'run'))
\ No newline at end of file
...@@ -33,6 +33,7 @@ spack: ...@@ -33,6 +33,7 @@ spack:
- py-cerebrus %gcc@10.3.0 - py-cerebrus %gcc@10.3.0
- py-sciunit@0.2.5.1 %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-quantities-scidash@0.12.4.3 %gcc@10.3.0
- py-ebrains-drive@0.4.0 %gcc@10.3.0
#- py-torch~mkldnn~cuda~cudnn~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %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 #- py-lfpy@2.2.3 %gcc@10.3.0
#- biobb-common %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