limann77
limann77
I'm building with an Arch-like distro against Python 3.10: ``` build() { cd "$srcdir/$_pkgname" python -m build --wheel --no-isolation } package() { cd "$srcdir/$_pkgname" python -m installer --destdir="$pkgdir" dist/*.whl }...
## How to Reproduce Use build recipe from https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=virtualbox-kvm Note: Possibly unrelated to the KVM patchset, maybe worthy to be documented. ### Bug 1 Description ``` ./VirtualBox-7.2.0/src/VBox/Runtime/common/misc/buildconfig.cpp: In function »uint32_t...
I'm trying to build git master OpenCV+contrib with gcc 15.2.1. My build with ``` cmake -B build -S $pkgname \ -DWITH_VTK=OFF \ -DWITH_OPENCL=OFF \ -DWITH_OPENGL=ON \ -DWITH_TBB=ON \ -DBUILD_WITH_DEBUG_INFO=OFF \...
Hoi Joren, I'm trying to package Olaf for my distro. It would be great if I could do `make DESTDIR="$pkgdir/" install`. Having sudo in an install script is certainly not...
I've noticed that the recent changes to H5FD subfiling API of HDF5 in https://github.com/HDFGroup/hdf5/commit/877cbf79a74be03d658a34c98946c85e474ed71e are out-of-sync (beyond https://github.com/Unidata/netcdf-c/commit/85ad2de310b9c4f23dd0d8bf906c511ba3b30c3a) with NetCDF leading to a build error: ``` ./netcdf-c/libhdf5/H5FDhttp.c:57:2: error: #error "Cannot...