Chris Bielow

Results 169 comments of Chris Bielow

why are examples not shipped with Conda?

> The problem might not only be restricted to the util. We probably should also output a warning / error in the library if the data is empty. E.g., throwing...

IMHO this should work without FORCE, since failing without FORCE will: 1) crash the workflow -- imagine this happening in iteration 999 of 1000 ... very frustrating 2) for the...

given that Metal is proprietary, I'd say option 2 is out of question for multiple reasons. Option 1 seems very attractive, since MacOS has cost us lots of maintenance effort...

tried on Windows with a VS2022. With some minor tweaks in the conan files I get to the OpenMS configure step, but this ``` c:\temp\openms\build>.\cmake\bin\cmake .. ``` fails with: ```...

this is the diff of things I needed to change to get Conan to run: ``` c:\temp\openms>git diff diff --git a/conanfile.txt b/conanfile.txt index ab497be54a..cc4afc32c4 100644 --- a/conanfile.txt +++ b/conanfile.txt @@...

I pulled the latest changes and played around a bit more. First, I tried to add QtWebEngine, but Conan bails out with ``` ERROR: qt/5.15.5: Invalid configuration: Found Python 2...

I will look into it

maybe https://www.computerhope.com/unix/strip.htm helps a bit?

just a few thoughts: some of the libs mentioned above have a) not been touched for a few years (which probably means they are dead) b) are not cross platform...