Unfortunately I have no time to maintain this package
in acceptable quality and provide needed updates on time.
Before droping of maintaining I tried to bump version to 7.5.1
and fix python 3.11 compatibility.
If anyone interesting to grub this package please note:
1. The test phase currently depends on one-header dev-cpp/catch lib,
i.e. <dev-cpp/catch-3.0:0 (starting 3.0 the header was splitted).
2. Description on the page
https://su2code.github.io/docs/Test-Cases/ states:
"Note: While many of the cases are used for regression testing,
the test case suite is provided without any guarantees on performance
or expected results. Tutorials (which are more thoroughly checked
for convergence and results) can be found here."
Therefore bundled parmetis/metis are used otherwise it
results in numerous Tutorials tests failures.
Thus it better to pass Tutorials tests than brake the package at all.
P.S.
Great thanks to Alessandro Barbieri <lssndrbarbieri@gmail.com>
for work on unbundle of thirdparty libraries.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Parmetis has free-non-comm licence type and as configure.ac
has explicit configuration option for this therefore
the USE="parmetis" introduced with forced removing of parmetis
enabling from meson.build file in scr-prepare phase.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Fix python optimized patch isn't required now.
Add optional bundled Mutation++ library support via USE="mpp"
(Mutation++: MUlticomponent Thermodynamic
And Transport properties for IONized gases in C++).
This library could be packaged later to unbundle it.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
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>