Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mpi4py dependency from conda package build config #351

Open
yousefmoazzam opened this issue May 29, 2024 · 0 comments
Open

Remove mpi4py dependency from conda package build config #351

yousefmoazzam opened this issue May 29, 2024 · 0 comments
Labels
enhancement New feature or request packaging Conda package build or installation related

Comments

@yousefmoazzam
Copy link
Collaborator

In the work on the conda package build as a potential solution to generating the YAML templates upon installation in #347, mpi4py is needed during the build phase because:

  • the YAML templates need to be generated
  • the old loader in httomo.data.hdf5.loaders is used to generate the standard_tomo YAML template
  • in loaders.py, there is an import of mpi4py

If mpi4py isn't needed in the import of the loader to generate its YAML template, then it can be removed from the build environment.

@yousefmoazzam yousefmoazzam added enhancement New feature or request packaging Conda package build or installation related labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request packaging Conda package build or installation related
Projects
None yet
Development

No branches or pull requests

1 participant