Closed takuti closed 8 years ago
Hi, running the tests on Travis is great!
gsl
is only used in the tests (to check the mcmc sampler) if I remember right. We could drop the argp-standalone
dependency its only required for the cli interface. #8
But we would have to add it back in if want to check the cli interface too (but I think it's broken for osx anyway).
OK. I understand the situation. I will keep in track this project and help OS X supports as much as possible :)
:+1:
Hello. I have updated
.travis.yml
and some files to run tests on Travis after finishing the build :white_check_mark:Importantly, without
gsl
, tests will be failed on OS X even though I replacedpkg-config --cflags gsl glib-2.0
withpkg-config --cflags glib-2.0
. So, I again insertgsl
into thebrew
command. Since its dependency is more complicated than we expected, we need to carefully check if the library can be dropped.