mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
36 lines
1.7 KiB
XML
36 lines
1.7 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="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 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>
|
|
<longdescription lang="en">
|
|
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>
|