-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Milestone
Description
As it is now, the build script always creates mechanism.so in model/configuration. This makes the --shared-lib flag of the executable basically useless (although it still needs to be explicitly set if --model or --configuration are not set to the default values).
This is not a big issue, but it would make sense to
- reintroduce the argument for the shared library in
build.sh
OR
- remove the
--shared_libflag (the easiest way would be to just hardcode it, like forreactionRates_dir)
Reactions are currently unavailable