AMPL
AMPL copied to clipboard
Project Setup Improvements
Background
This PR adds a Makefile
to help automate some of the scripts used in the project setup. I started with a very small file because I didn't want to convert everything until you agree with this direction. I think we can eliminate build.sh
and incorporate the rest of the scripting into the Makefile
In addition, I've adjusted the requirements files to split up anything used to run tests, as well as add explicit versions for each dependency
Relevant Issues
- Relates to https://github.com/mass-matrix/AMPL/issues/2
- Fixes https://github.com/mass-matrix/AMPL/issues/3