Skip to content

Commit 33bf9fe

Browse files
committed
Remove regulatory_network.h from biodynamo.h
The header pulls in Boost includes which Cling (ROOT's JIT interpreter) cannot resolve at runtime on macOS, breaking unrelated tests. As an optional Boost-based behavior, it should not be auto-included. Users include core/behavior/regulatory_network.h explicitly in their simulation code when needed.
1 parent 7d15e9f commit 33bf9fe

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/biodynamo.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
#include "core/behavior/gene_regulation.h"
3232
#include "core/behavior/growth_division.h"
3333
#include "core/behavior/secretion.h"
34-
#ifdef USE_BOOST
35-
#include "core/behavior/regulatory_network.h"
36-
#endif
3734
#include "core/behavior/stateless_behavior.h"
3835
#include "core/environment/environment.h"
3936
#include "core/execution_context/copy_execution_context.h"

0 commit comments

Comments
 (0)