Julianus Pfeuffer

Results 1011 comments of Julianus Pfeuffer

Regarding runtime binaries. If you do not `make install` the binaries and libs won't be stripped. Another path to explore. Make install will install out of the build directory though....

If you want to avoid contrib containers you can also build remaining dependencies in the corresponding action (CI, pyopenms, this docker action) Even better, add it to cmake and build...

Ah I misremembered the end of the thread here. I think you can remove. The inability to get the full contrib on manylinux does not stop us from building the...

I have a very similar issue on macOS, zsh. I run my program for 30 seconds, interrupt it with ctrl-c, ..., nothing happens. No error, no popping up of the...

Also doxygen 1.11.0. I think since we require docs in the tests now, we should also install a recent version of doxygen independently of the packaging variable.

Oh sorry I thought 1.11 was super old somehow. It is indeed the newest and includedoc is still listed as a command (though obsolete)

Maybe, but IMHO even if it works it is similarly confusing because you will have to use different functions depending on the exact feature type.

Mayyybe autowrap can do it automatically if you add wrap-as append to both. Never did it. But for normal overloaded methods it does create a dispatch function automatically.

Couldn't we instead of copying just provide an (inefficient) view on our AoS data? We had the Gsoc project that was basically done except for some std::iterator support or something...