Hintzelab / MABE

Modular Agent Based Evolution Framework
Other
78 stars 24 forks source link

MBuild.py suggestion #46

Open cliff-bohm opened 7 years ago

cliff-bohm commented 7 years ago

MBuild should be able to auto create buildOptions.txt from existing directories

then: no buildOptions.txt will need to be shipped with MABE. MBuild.py will auto create buildOptions.txt if none is found and this file will have preset modules (i.e. not all modules are compiled by default). A user can generate a buildOptions.txt, alter it and run MBuild.py (which will then obey buildOptions.txt) If one of the default modules directories is missing, then MBuild.py will assume "you know what you are doing" and build all available modules.

cgnitash commented 6 years ago

I think this is what the -i option does. Is that right?

JorySchossau commented 6 years ago

Close. It currently doesn't automatically do the right thing if no buildOptions exists and - i was not used.

On Tue, Apr 24, 2018, 13:49 cgnitash notifications@github.com wrote:

I think this is what the -i option does. Is that right?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Hintzelab/MABE/issues/46#issuecomment-384021584, or mute the thread https://github.com/notifications/unsubscribe-auth/ACjbeXB5Uqj9wtAgUb1RKLfnhBq9lClfks5tr2WvgaJpZM4QdySA .

cgnitash commented 6 years ago

aah I see. sounds like it's an open then.