diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2023-04-23 13:29:22 +0300 |
---|---|---|
committer | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2023-04-23 13:29:22 +0300 |
commit | 987255bb055277a4b0cbadab98ba2905d77a202d (patch) | |
tree | b8a9f1a04420158db24609fd373d8dc9aea7ac54 /sci-physics | |
parent | sci-physics/SU2: 7.5.1 version bump (diff) | |
download | guru-987255bb055277a4b0cbadab98ba2905d77a202d.tar.gz guru-987255bb055277a4b0cbadab98ba2905d77a202d.tar.bz2 guru-987255bb055277a4b0cbadab98ba2905d77a202d.zip |
sci-physics/SU2: maintainer-needed
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>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/SU2/metadata.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sci-physics/SU2/metadata.xml b/sci-physics/SU2/metadata.xml index 361d8a68f..41dce6ab0 100644 --- a/sci-physics/SU2/metadata.xml +++ b/sci-physics/SU2/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>torokhov-s-a@yandex.ru</email> - <name>Sergey Torokhov</name> - </maintainer> + <!-- maintainer-needed --> <use> <flag name="autodiff">Enable support for reverse automatic differentiation</flag> <flag name="cgns">Build with CGNS support</flag> |