StefanBruens
StefanBruens
The defragmentation is run unconditionally, even if the majority of extens is still large, e.g.: ` /usr/sbin/filefrag -v /usr/lib/sysimage/rpm/Packages ``` Filesystem type is: 9123683e File size of /usr/lib/sysimage/rpm/Packages is 129085440...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Forums discussion - ### Version 0.20 (Release) ### Full version info ```shell FreeCAD...
- [x] Checked for duplicates ### Describe the bug ``` [ 1675s] [100%] Generating tutorials/hsimple.root [ 1675s] cd /home/abuild/rpmbuild/BUILD/root-6.26.06/_builddir/tutorials && LD_LIBRARY_PATH=/home/abuild/rpmbuild/BUILD/root-6.26.06/_builddir/lib: ROOTIGNOREPREFIX=1 ROOT_HIST=0 /home/abuild/rpmbuild/BUILD/root-6.26.06/_builddir/bin/root.exe -l -q -b -n -x hsimple.C...
- [x] Checked for duplicates ### Describe the bug When trying to build with `--builtin_llvm=OFF --builtin_clang=OFF --builtin_cling=ON`, CMake reports an error ``` [ 52s] -- Enabled support for: builtin_cling builtin_openui5...
In case `builtin_clang=OFF` and/or `builtin_llvm=OFF` is passed to CMake, an awkward warning is generated https://github.com/root-project/root/blob/69002fa23d19ad50ff8dd6c7678a6343748ba3fd/cmake/modules/RootBuildOptions.cmake#L391-L395 The `NOT`s seem to be incorrect.
On aarch64 the following 2 tests fail: 14 - common_pca (Failed) 125 - test_non_linear (Failed) _Originally posted by @jspricke in https://github.com/PointCloudLibrary/pcl/issues/5127#issuecomment-1013163562_ On ppc64le, `test_non_linear` fails, but `common_pca` passes. **Expected behavior**...
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/blob/a056e181c216b8124048bf1c7a2408bcbef44cf2/src/liboslexec/llvm_util.cpp#L48 https://github.com/llvm/llvm-project/commit/89b57061f7b769e9ea9bf6ed686e284f3e55affe > Move TargetRegistry.(h|cpp) from Support to MC
There is some assumption Partio uses size_t for its index type: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/blob/7e34ce27c7f759b40333a99cf26860f99c9ba2dd/src/liboslexec/pointcloud.cpp#L360-L365 which is apparently wrong (for the last 12 years): https://github.com/wdas/partio/blob/7cb3743c6e19c04ac049c05f8f81af2f24410ea3/src/lib/Partio.h#L55 `typedef uint64_t ParticleIndex;` On 32 bit archs the...
### Problem ``` /home/stefan/Documents/Sources/OpenShadingLanguage/src/osltoy/osltoyrenderer.cpp: In constructor ‘OSL_v1_11::OSLToyRenderer::OSLToyRenderer()’: /home/stefan/Documents/Sources/OpenShadingLanguage/src/osltoy/osltoyrenderer.cpp:82:42: error: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct OSL_v1_11::ShaderGlobals’ with no trivial copy-assignment; use assignment or value-initialization instead [-Werror=class-memaccess]...
The Triangles() and Nodes() accessors have been deprecated in favor of the Triangle(index) and Node(index) methods, available since OCC 7.2.0, i.e. for over 5 years. The Nodes() method has been...