LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.67k stars 628 forks source link

[Suggestion] Support both 64k and 4k pagesize for lwjgl jemalloc-natives-linux-ppc64le package #991

Open runlevel5 opened 1 week ago

runlevel5 commented 1 week ago

Description

Linux distro for PowerPC 64 LE tend to come in 2 pagesizes, either 4k or 64k. Fedora goes with 64k whilst Debian goes with 4k. AFAIK you could not use 64k pagesize jemalloc on 4k pagesize kernel. So is it possible to offer 2 packages of jeamalloc, each ships with lib file for specific pagesize?