commit: 987255bb055277a4b0cbadab98ba2905d77a202d Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Sun Apr 23 10:29:22 2023 +0000 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> CommitDate: Sun Apr 23 10:29:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=987255bb
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 <AT> gmail.com> for work on unbundle of thirdparty libraries. Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> sci-physics/SU2/metadata.xml | 5 +---- 1 file changed, 1 insertion(+), 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>[email protected]</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>
