mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sci-physics/SU2: fix meson.build patch
Closes: https://bugs.gentoo.org/847346 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
@@ -44,6 +44,7 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${RDEPEND}
|
${RDEPEND}
|
||||||
|
dev-cpp/catch:0
|
||||||
dev-cpp/cli11
|
dev-cpp/cli11
|
||||||
|
|
||||||
autodiff? (
|
autodiff? (
|
||||||
|
|||||||
@@ -104,10 +104,10 @@
|
|||||||
if p.returncode() != 0
|
if p.returncode() != 0
|
||||||
error(p.stdout())
|
error(p.stdout())
|
||||||
endif
|
endif
|
||||||
@@ -280,20 +271,4 @@
|
@@ -280,21 +271,3 @@
|
||||||
get_option('enable-autodiff'), get_option('enable-directdiff'), get_option('enable-pywrapper'), get_option('enable-mkl'),
|
get_option('enable-autodiff'), get_option('enable-directdiff'), get_option('enable-pywrapper'), get_option('enable-mkl'),
|
||||||
get_option('enable-openblas'), get_option('enable-pastix'), get_option('enable-mixedprec'), get_option('enable-librom'), meson.build_root().split('/')[-1]))
|
get_option('enable-openblas'), get_option('enable-pastix'), get_option('enable-mixedprec'), get_option('enable-librom'), meson.build_root().split('/')[-1]))
|
||||||
|
-
|
||||||
-if get_option('enable-mpp')
|
-if get_option('enable-mpp')
|
||||||
- message(''' To run SU2 with Mutation++ library, add these lines to your .bashrc file:
|
- message(''' To run SU2 with Mutation++ library, add these lines to your .bashrc file:
|
||||||
-
|
-
|
||||||
@@ -124,7 +124,8 @@
|
|||||||
-
|
-
|
||||||
- '''.format(get_option('librom_root')))
|
- '''.format(get_option('librom_root')))
|
||||||
-
|
-
|
||||||
endif
|
-endif
|
||||||
|
|
||||||
--- a/SU2_CFD/include/solvers/CSolver.hpp
|
--- a/SU2_CFD/include/solvers/CSolver.hpp
|
||||||
+++ b/SU2_CFD/include/solvers/CSolver.hpp
|
+++ b/SU2_CFD/include/solvers/CSolver.hpp
|
||||||
@@ -57,9 +57,9 @@
|
@@ -57,9 +57,9 @@
|
||||||
|
|||||||
Reference in New Issue
Block a user