diff --git a/packages/ebrains-drive/package.py b/packages/py-ebrains-drive/package.py similarity index 95% rename from packages/ebrains-drive/package.py rename to packages/py-ebrains-drive/package.py index 10f4a831cddbd503932a83c5474e79aba2504804..7730881ffb4e51b95691a4b29581c0c3d15979c3 100644 --- a/packages/ebrains-drive/package.py +++ b/packages/py-ebrains-drive/package.py @@ -6,7 +6,7 @@ from spack import * -class EbrainsDrive(PythonPackage): +class PyEbrainsDrive(PythonPackage): """Python client interface for EBRAINS Collaboratory Seafile storage """ diff --git a/spack.yaml b/spack.yaml index 0d262fa14ec3c7026c1a0d6696d43bbbe1382525..298561024ab56f27ddbb099c5a38a56f882ee699 100644 --- a/spack.yaml +++ b/spack.yaml @@ -37,4 +37,6 @@ 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 + # Storage access + - py-ebrains-drive@0.4.0 %gcc@10.3.0 concretization: together