Bernd

Results 23 issues of Bernd

**Describe the bug** While packaging v5.2.2 for Gentoo Linux, a few unit tests failed to succeed with default `ASSIMP_DOUBLE_PRECISION=OFF`. When using `ASSIMP_DOUBLE_PRECISION=ON` some more unit tests related to FBX are...

Bug

Closes: https://bugs.gentoo.org/862900 Bug: https://discourse.salome-platform.org/t/build-issue-with-medfile-and-lto-werror-lto-type-mismatch/323/2 Signed-off-by: Bernd Waibel

assigned
self-maintained
bug linked

WIP PySide6 currently fails for Python 3.11 with the below issue, of which I don't yet know how to solve it or whether it's root is with Python, shiboken or...

new package
assigned
self-maintained

profiles: mask cgns USE flag on arm{,64} for sci-libs/vtk Package not yet keyworded for these arches. Bug: https://bugs.gentoo.org/864791 sci-libs/vtk: add Qt6 support - bump to EAPI 8 - enable support...

assigned
self-maintained
bug linked

Closes: https://bugs.gentoo.org/861953 Signed-off-by: Bernd Waibel

assigned
self-maintained
bug linked

While packaging OpenEXR 2.5.8 for Gentoo, I noticed, the exec_prefix for the pkgconfig file of PyIlmBase is wrong. According to GNU standards[1], it should usually be `${prefix}`, which IMO implies...

Today I noticed there's a reference to `-lIlmImf` in the pkg-config file for PyIlmBase (v2.5). For a successful build PyIlmBase only needs to have IlmBase installed, but not OpenEXR, so...

I noticed https://github.com/AcademySoftwareFoundation/openexr/issues/624#issuecomment-798805372 today, which let me think you will maybe want to eliminate all warnings. Having ignored these so far, there are several warnings when building against boost-1.75.0 with...

good first issue

When building with python support, `-DPYTHON=ON`, the build installs an addtional cmake file, named after the lowercase CMAKE_BUILD_TYPE variable, i.e. `ImathConfig-release.cmake` for the Release build type. This file is identical...

The variable `LIBCLIPBOARD_MINOR_VERSION` is set to 0 in CMakeLists.txt, even for tag v1.1. Shouldn't this be set to 1 for that tag and the current HEAD?