shalinshah1993 / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Remove 3rd party libs from src/lib folder #56

Closed shalinshah1993 closed 6 years ago

shalinshah1993 commented 6 years ago

Most of the existing libs used by simulation core are incorporated in maven central. Their jars can be removed from src/lib folder

shalinshah1993 commented 6 years ago

I am removing all the jars except scpsolver and libkiaso from libs folder. So everything except src/lib/maven

Please confirm @matthiaskoenig

matthiaskoenig commented 6 years ago

Yes, looks good. Only things needed for the maven build is src/lib/maven. Also keep the shell script for registering, i.e. register_maven_jars.sh. Everything else can be removed.

shalinshah1993 commented 6 years ago

Done https://github.com/shalinshah1993/SBSCL/commit/357125adde469b0f94445a0c4e90b89c7d0ab1ce

Closing this.

shalinshah1993 commented 6 years ago

This issue was moved to draeger-lab/SBSCL#10