sci-physics/SU2: unbundle everything

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-17 11:38:38 +02:00
parent 708e6f9ec8
commit b220eda93c
6 changed files with 379 additions and 9 deletions

View File

@@ -6,11 +6,16 @@
<name>Sergey Torokhov</name>
</maintainer>
<use>
<flag name="cgns">Build with CGNS support (bundled)</flag>
<flag name="autodiff">Enable support for reverse automatic differentiation</flag>
<flag name="cgns">Build with CGNS support</flag>
<flag name="directdiff">Enable support for forward automatic differentiation</flag>
<flag name="librom">Enable LLNL libROM support</flag>
<flag name="mixed-precision">Use single precision floating point arithmetic for sparse algebra</flag>
<flag name="mkl">Enable Intel MKL support</flag>
<flag name="mpp">Enable Mutation++ library support</flag>
<flag name="openblas">Enable OpenBLAS support</flag>
<flag name="parmetis">Enable Parmetis support (Metis support is always on)</flag>
<flag name="openblas">Enable BLAS and LAPACK support via OpenBLAS</flag>
<flag name="parmetis">Enable Parmetis support</flag>
<flag name="pastix">Enable PaStiX support</flag>
<flag name="tecio">Enable TECIO support</flag>
<flag name="tutorials">Install Tutorials files</flag>
</use>