John Paul Adrian Glaubitz

Results 98 comments of John Paul Adrian Glaubitz

> On May 20, 2021, at 7:24 PM, Gilberto Lopez Zayas ***@***.***> wrote: > Hi @glaubitz , > Yea we got a few problems with adding the dependencies as submodules,...

> Does this mean that you just downloaded the project and built? Yes, downloaded from the tarball. Most distributions will use the tarball for creating a package, not check out...

I agree with @ncoder-1 . It's just a workaround and not addressing the actual problem which is the incorrect use of CMake module paths. FWIW, it can be helpful to...

@r-burns The problem is that the package ignores the common standard paths for cmake which is why it's so difficult to get it to build as a package. I have...

OK, I actually found the time for some digging now. I completely forgot that I was already patching `CMAKE_MODULE_PATH` myself. What I need to do is add a `find_package()` line...

I have finally packaged all the dependencies in openSUSE now: > https://build.opensuse.org/project/show/devel:libraries:c_c++ However, I'm still not sure how to proceed with all the custom commands that the `CMakeFiles.txt` defines such...

> Wdym, what's the issue? Are you saying that the AwsFindPackage include still fails? Yes. The NixOS patch doesn't seem to be sufficient for current SDK versions. > Not sure...

@SamuraiCrow I need to update the instructions anyway as I forgot to incorporate ```clang``` as well. @DestyNova This is the main development repository and development is indeed currently stalled but...

This fixes it provided that #​49562 is fixed: diff --git a/compiler-rt/cmake/base-config-ix.cmake b/compiler-rt/cmake/base-config-ix.cmake index 1edab43e7c0d..0ff9930e2616 100644 --- a/compiler-rt/cmake/base-config-ix.cmake +++ b/compiler-rt/cmake/base-config-ix.cmake @@ -189,8 +189,12 @@ macro(test_targets) elseif("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "s390x") test_target_arch(s390x "" "")...