Files
guru/sci-physics/SU2/metadata.xml
Sergey Torokhov 021c7068ab sci-physics/SU2: new package
The SU2 package contains several bunbled libraries that currently
aren't unbundled in ebuild.

CGNS:
Tried to unbundled CNGS but it failed to compiled against system
gcnslib-3.3.0; successfully compiled against cgnslib-3.4.0
but related tests are failed.

Metis, Parmetis:
This packages couldn't be installed simultaneously in Gentoo
and required by build system if compiled via meson build system
with mpi option being enabled. They could be optionaly chosen
if autotools build system is used (ebuild uses meson).

Some addidional features disabled due to their experimantal status
or due to requirement to download additional third-party libraries.
At this moment ebuild doesn't provide such features to be built.
They are also will be bundled if implemented and compiled statically.

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2020-05-12 01:56:45 +03:00

29 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>torokhov-s-a@yandex.ru</email>
<name>Sergey Torokhov</name>
</maintainer>
<use>
<flag name="cgns">Build with CGNS support (bundled)</flag>
<flag name="mkl">Enable Intel MKL support</flag>
<flag name="openblas">Enable OpenBLAS support</flag>
<flag name="tecio">Enable TECIO support</flag>
<flag name="tutorials">Install Tutorials files</flag>
</use>
<longdescription>
The SU2 suite is an open-source collection of C++ based software tools
for performing Partial Differential Equation (PDE) analysis and solving
PDE-constrained optimization problems.
The toolset is designed with Computational Fluid Dynamics (CFD)
and aerodynamic shape optimization in mind, but is extensible
to treat arbitrary sets of governing equations such as potential flow,
elasticity, electrodynamics, chemically-reacting flows, and many others.
</longdescription>
<upstream>
<remote-id type="github">su2code/SU2</remote-id>
</upstream>
</pkgmetadata>