Skip to content

Commit d1c83cb

Browse files
authored
Merge pull request #2432 from su2code/add_fado
Add FADO to installation
2 parents 1f449b2 + 4d9a0d9 commit d1c83cb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@
2727
[submodule "subprojects/MLPCpp"]
2828
path = subprojects/MLPCpp
2929
url = https://github.com/EvertBunschoten/MLPCpp.git
30+
[submodule "externals/FADO"]
31+
path = externals/FADO
32+
url = https://github.com/pcarruscag/FADO.git

SU2_PY/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ install_data(['FSI_tools/__init__.py',
7070
install_data(['SU2_Nastran/__init__.py',
7171
'SU2_Nastran/pysu2_nastran.py'],
7272
install_dir: join_paths(get_option('bindir'), 'SU2_Nastran'))
73+
74+
install_subdir(['../externals/FADO'], install_dir: get_option('bindir'))

externals/FADO

Submodule FADO added at de31864

0 commit comments

Comments
 (0)