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

SU2 not getting all external dependencies #2363

Closed
nikishe opened this issue Oct 9, 2024 · 1 comment
Closed

SU2 not getting all external dependencies #2363

nikishe opened this issue Oct 9, 2024 · 1 comment
Labels

Comments

@nikishe
Copy link

nikishe commented Oct 9, 2024

If this is a general question or difficulty building/using the code, please open a "Discussion" instead.

Describe the bug
This might be linked to issue #2086
I am building SU2 with both Terminal and using a build system called EasyBuild.
On terminal everything went seamlessly. The issue is on EasyBuild. The meson configs are not pulling in the external files. I had to clone it recursively.

None of the following options were activated in my tests, so the external files should have been added

--no-codi         do not download own copy of CoDiPack
  --no-medi         do not download own copy of MeDiPack
  --no-opdi         do not download own copy of OpDiLib
  --no-mpp          do not download own copy of Mutationpp
  --no-coolprop     do not download own copy of CoolProp
  --no-mel          do not download own copy of MEL
  --no-mlpcpp       do not download copy of MLpCpp

**HPC

  • OS:Centos7
  • C++ compiler and version: [e.g., g++ (GCC) 12.2]
  • MPI implementation and version: [e.g., OpenMPI 4.1.4]
  • SU2 Version: 7.0.6
@nikishe nikishe added the bug label Oct 9, 2024
@pcarruscag
Copy link
Member

If you want to use the packages provided by that build system use the --no-* options and point to the packaged provided by the build system.

@pcarruscag pcarruscag added question and removed bug labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants