Christoph Deil

Results 98 comments of Christoph Deil

Please also document how to install Bento in the site-packages that `--user` refers to with setuptools, e.g. here: http://cournape.github.io/Bento/html/install.html#bento-based-installer

I don't want to install Python packages into the system `site-packages`, only in my home directory. And the recommended `./bentomaker install` doesn't accept a `--user` option and it's not clear...

I saw that Bento has a [bentomaker configure --prefix](http://cournape.github.io/Bento/html/tutorial.html#bentomaker) option. But that's much less convenient than a `--user` option ... make me manually figure out where the `site-packages` in my...

I've found this fork by @redodo: https://github.com/redodo/lunch https://pypi.python.org/pypi/lunch But it also gives test errors on Python 3: https://gist.github.com/cdeil/fe6c116791c36b980dd1 and has the disadvantage that the `lunch` package on `PyPI` installs itself...

Found this: ``` $ ls -1 tests/libgamma/0.0/ build_fail_list gen_fail_list groups run_fail_list scenario view_tests.html ``` Here's how to get a list of failed builds: ``` $ head -n2 tests/libgamma/0.0/build_fail_list tests/libgamma/0.0/groups/GSparseMatrix/functions/_Z9cs_cumsumPiS_i tests/libgamma/0.0/groups/GEventCube/classes/GEventCube/_ZN10GEventCube12free_membersEv...

For `gammalib` I get this in the debug log: ``` Failed to initialize parameters of these symbols: GFitsImageLongLong::GFitsImageLongLong [in-charge] (int nx, long long const* pixels) GCTAModelRadialRegistry::copy_members (GCTAModelRadialRegistry const& registry) GEvents::GEvents...

@aponomarenko Thanks for all your testing and improvements for gammalib. I just checked, the OpenMP linking issue is resolved in the `git devel` branch. We have the api-sanity-checker running in...

Thanks for the info, this is pretty useful! Can you add the unexpected output warning description to the documentation? The library I tried the api-sanity-checker on is here: http://gammalib.sourceforge.net

I am working on gammalib ( http://gammalib.sourceforge.net ), in case you want to have a look at the exceptions. I don't think there is anything the api-sanity-checker can do to...

That is good to know that ABRT warnings are normal when running the api-sanity-checker on a library with exceptions and I'm not doing something wrong. If there is a way...