packaging dependencies and testing

2016-02-18 Thread Subhasis Ray
Hi, I am trying to build a package for moose (https://github.com/BhallaLab/moose-core). It builds and runs on latest cygwin using setup.py. I have two questions regarding packaging for cygwin: 1) moose depends on libsbml, which does not have any package for cygwin but I built it on my local cygwin

Re: packaging dependencies and testing

2016-02-18 Thread Yaakov Selkowitz
On 2016-02-18 14:40, Subhasis Ray wrote: I am trying to build a package for moose (https://github.com/BhallaLab/moose-core). It builds and runs on latest cygwin using setup.py. I have two questions regarding packaging for cygwin: 1) moose depends on libsbml, which does not have any package for

Re: packaging dependencies and testing

2016-02-18 Thread Marco Atzeri
On 18/02/2016 21:40, Subhasis Ray wrote: Hi, I am trying to build a package for moose (https://github.com/BhallaLab/moose-core). It builds and runs on latest cygwin using setup.py. I have two questions regarding packaging for cygwin: 2) Is there a way that I can check that my package works