Support Aparapi development and execution environment on NixOS #12

Open
opened 2024-06-12 12:12:40 +00:00 by CoreRasurae · 0 comments
CoreRasurae commented 2024-06-12 12:12:40 +00:00 (Migrated from git.cleverthis.com)

Currently Aparapi does not work on NixOS, because it requires to load several shared libraries

  • Aparapi is split in a Java component and multiple C++ components cross-compile for diverse systems and platforms
  • The C++ shared libraries are provided by Aparapi-JNI project that tries to load those libraries based on the system running the code.
  • This ticket is about finding a proper configuration that allows Aparapi to run under NixOS
Currently Aparapi does not work on NixOS, because it requires to load several shared libraries * Aparapi is split in a Java component and multiple C++ components cross-compile for diverse systems and platforms * The C++ shared libraries are provided by Aparapi-JNI project that tries to load those libraries based on the system running the code. * This ticket is about finding a proper configuration that allows Aparapi to run under NixOS
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
infrastructure/nixos-config#12
No description provided.