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

Script for building dependencies references non-existing requirements files for LibEnsemble and Optimas #473

Open
RTSandberg opened this issue Nov 27, 2023 · 1 comment
Assignees
Labels
component: documentation Docs, readme and manual component: python Python bindings component: third party Changes in ImpactX that reflect a change in a third-party library install

Comments

@RTSandberg
Copy link
Member

The dependency building script has the lines
python3 -m pip install -r $HOME/src/impactx/Tools/LibEnsemble/requirements.txt
python3 -m pip install -r $HOME/src/impactx/Tools/optimas/requirements.txt
But the Tools directory is no longer part of the ImpactX project. Should these lines be updated?

@ax3l ax3l added component: documentation Docs, readme and manual install component: python Python bindings component: third party Changes in ImpactX that reflect a change in a third-party library labels Nov 28, 2023
@ax3l
Copy link
Member

ax3l commented Nov 28, 2023

Thx!

Refers to these lines:

python3 -m pip install -r $HOME/src/impactx/Tools/LibEnsemble/requirements.txt
# optional: for optimas (based on libEnsemble & ax->botorch->gpytorch->pytorch)
python3 -m pip install --upgrade torch # CUDA 11.7 compatible wheel
python3 -m pip install -r $HOME/src/impactx/Tools/optimas/requirements.txt

@ax3l ax3l self-assigned this Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: documentation Docs, readme and manual component: python Python bindings component: third party Changes in ImpactX that reflect a change in a third-party library install
Projects
None yet
Development

No branches or pull requests

2 participants