From 9697a85c98e67bd13a596ff3fa00489bcd48edbe Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Fri, 24 Jan 2025 17:37:08 -0800 Subject: [PATCH] fixes for importing easily --- SU2_PY/meson.build | 2 +- TestCases/serial_regression.py | 4 ++++ externals/FADO | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/SU2_PY/meson.build b/SU2_PY/meson.build index 5c00ac9b1ad..ced81290346 100644 --- a/SU2_PY/meson.build +++ b/SU2_PY/meson.build @@ -71,4 +71,4 @@ install_data(['SU2_Nastran/__init__.py', 'SU2_Nastran/pysu2_nastran.py'], install_dir: join_paths(get_option('bindir'), 'SU2_Nastran')) -install_subdir(['../externals/FADO'], install_dir: join_paths(get_option('bindir'), 'FADO')) +install_subdir(['../externals/FADO'], install_dir: get_option('bindir')) diff --git a/TestCases/serial_regression.py b/TestCases/serial_regression.py index b4b9cd473a9..7f8baec7e9a 100644 --- a/TestCases/serial_regression.py +++ b/TestCases/serial_regression.py @@ -30,6 +30,10 @@ from TestCase import TestCase from TestCase import parse_args +import FADO +FADO.printDocumentation() + + def main(): '''This program runs SU2 and ensures that the output matches specified values. This will be used to do checks when code is pushed to github diff --git a/externals/FADO b/externals/FADO index ee0eb0ba08e..de318644e81 160000 --- a/externals/FADO +++ b/externals/FADO @@ -1 +1 @@ -Subproject commit ee0eb0ba08e04c83051d805ee64de6d97d9fda38 +Subproject commit de318644e81037cfd20af3e12c51bf14dcdf77ba