fix(GraphNetwork): working on loads of small bugs
Fized stoichiometry matrix initialization, added penames to reablib reactions, began work on LogicalReaction to sum the contributions of different fitting functions provided by reaclib
This commit is contained in:
@@ -2,4 +2,8 @@ cppad_dep = declare_dependency(
|
||||
include_directories: include_directories('include'),
|
||||
)
|
||||
|
||||
message('Registering CppAD headers for installation...')
|
||||
install_subdir('include/cppad', install_dir: get_option('includedir'))
|
||||
message('Done registering CppAD headers for installation!')
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
config_p = subproject('libconfig')
|
||||
config_dep = config_p.get_variable('config_dep')
|
||||
config_dep = config_p.get_variable('config_dep')
|
||||
libconfig = config_p.get_variable('libconfig')
|
||||
@@ -1,2 +1,3 @@
|
||||
const_p = subproject('libconstants')
|
||||
const_dep = const_p.get_variable('const_dep')
|
||||
libconst = const_p.get_variable('libconst')
|
||||
@@ -1,4 +1,5 @@
|
||||
logging_p = subproject('liblogging')
|
||||
liblogging = logging_p.get_variable('liblogging')
|
||||
|
||||
logging_dep = logging_p.get_variable('logging_dep')
|
||||
quill_dep = logging_p.get_variable('quill_dep')
|
||||
|
||||
Reference in New Issue
Block a user