Mario Emmenlauer

Results 51 issues of Mario Emmenlauer

**Describe the bug** I'm using cmake do make a deployable archive of my application. When I started linking oneDAL dynamically, the building of the archive failed. I have patched cmake...

Since Ubuntu 22.04 has come out we tried to update, but now our CDash instance stopped working. The website said php 7.3 or newer would be supported, but it seems...

I'm using CDash 3.0.3 on a self-hosted server in our internal network. On the same network (even the same network switch), I run a number of CI computers. All of...

**Describe the bug** This is a build issue that has come up after upgrading Visual Studio to v16.11.9. The build still worked with LLVM 13.0.0 and MSVC v16.11.7, but fails...

build issue

This PR adds a new cmake option `GTEST_HAS_ABSL` that defaults to `OFF`. When setting to true, cmake will search for absl and link the required libraries to build gtest with...

cla: yes

I've just checked the xsimd build on MacOS 11 on Azure. There are some errors in the configure step. I think they come from a malformed variable specification in the...

With latest xsimd 9.0.1 I get a failed test on macOS with XCode 13.4.1 (current latest): ``` 1: [ RUN ] xsimd_api_float_types_functions/2.asin 1: /Users/bdaci01/builds/nK4EB_yB/0/BioDataAnalysis/xsimd/test/test_xsimd_api.cpp:357: Failure 1: Expected equality of these...

I'm using cdash on an internal privately hosted server with plain http. Since the server is not public I can not easily use trusted SSL certificates with LetsEncrypt or similar...

Vigra currently uses a cache variable `VIGRA_STATIC_LIB` to specify static or shared library builds. In the cmake world it is more common to use `BUILD_SHARED_LIBS`. This PR replaces `VIGRA_STATIC_LIB` with...