Julianus Pfeuffer
Julianus Pfeuffer
I assume you want to enable the usage of arrow, too? Note, static arrow is not an option here.
Why dont you do the usual sync with out nightlies? We spent a whole GSOC project on refining them.
I mean bioconda does not even support windows, so I am not sure if this was ever tried. The gist is, arrow-cpp is deprecated and not the right package to...
You probably mean using conda in regular OpenMS builds. Which only had issues during packaging (which is not needed in conda-build). So I assume it would even work on Windows...
I did a PR from our adapted nightly_w_arrow branch under #61322
Cool. FYI I was curious and did a first attempt on fixing CI.
For macos13 (i.e. xcode
> > For macos13 (i.e. xcode > That's a bug on Apple's side, right? Hot fix on our side using: > ``` > if(APPLECLANG) > if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "15.0.0") > target_link_options(${arg_CMAKE_TARGET}...
> When looking at https://cdash.seqan.de/viewBuildError.php?buildid=273559 > I incidentally found that the call to `cl.exe` uses `/showIncludes`: > ``` > FAILED: src/openms/CMakeFiles/OpenMS.dir/source/DATASTRUCTURES/LPWrapper.cpp.obj > ccache C:\PROGRA~1\MICROS~2\2022\ENTERP~1\VC\Tools\MSVC\1440~1.338\bin\Hostx64\x64\cl.exe /showIncludes > ``` > > Where...
Nice addition, also the clean ups of the docs. But, this most likely won't work out of the box with the current KNIME and probably Galaxy wrappers. They will look...