Add ebrains drive
Merge request reports
Activity
Incorporates changes suggested in https://gitlab.ebrains.eu/technical-coordination/project-internal/devops/platform/ebrains-spack-builds/-/merge_requests/58
Edited by Shailesh Appukuttanadded 32 commits
-
72ed678f...dd0e51d7 - 31 commits from branch
technical-coordination/project-internal/devops/platform:master
- b2a4169c - Merge branch 'master' into 'ADD_ebrains_drive'
-
72ed678f...dd0e51d7 - 31 commits from branch
Hi @shailesh,
Build failed for this MR. Check the result here:
https://gitlab.ebrains.eu/technical-coordination/project-internal/devops/platform/ebrains-spack-builds/-/jobs/25447Full build logs attached spack-build-out.txt
It seems that a module is needed that is not available.
ModuleNotFoundError: No module named 'version_query'
Most likely it needs to be spack packaged as well.
I had used a dependency graph for identifying the dependencies in the spack recipes. E.g. for the ebrains-drive package, the dependency graph tool looks as follows:
But the spack recipe additionally needs to know of the packages even used within setup.py (which won't be found at the installed location, but has to be seen in the source repo), such as:
from setuptools import setup, find_packages from version_query import predict_version_str
Will make those changes and resubmit.
Edited by Shailesh Appukuttanmentioned in merge request !76 (merged)