build(python): gridfire uses fourdst wheel in python mode

This commit is contained in:
2026-06-12 14:30:59 -04:00
parent 3b9a6eba5a
commit 61cd7359d4
16 changed files with 469 additions and 321 deletions

View File

@@ -4,5 +4,9 @@
#gtest_nomain_dep = dependency('gtest', main: false, required : true)
# Subdirectories for unit and integration tests
subdir('graphnet_sandbox')
subdir('extern')
if get_option('build_tests') and not get_option('build_python')
subdir('graphnet_sandbox')
subdir('extern')
else
message('Tests disabled by build options! To enable them build with build_tests = true and build_python=false')
endif