guix/gnu
Jean-Baptiste Volatier a1a7e2b951
gnu: julia: Fix llvm-julia version.
LLVM bundled in the binary julia distributed by upstream has its
version with a "jl" suffix. The llvm-julia package does not have
this suffix, which causes some packages (e. g. LLVM.jl) to fail to
load.

LLVM.jl does this in order to be sure that it is loading a LLVM as
patched for julia and not LLVM from the distribution which will
lack the correct patches on distribs other than GUIX.

I guess there might be other packages that rely on this, so we
should fix our llvm-julia package.

* gnu/packages/julia.scm (llvm)
[source]: Add missing upstream patch
[arguments]: Add configure-flag to set a "jl" suffix to llvm version
(julia)[arguments]: Symlink llvm to llvm-11jl.so

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-15 22:38:09 +02:00
..
bootloader
build build: bootloader: Add GPT support. 2021-11-12 13:26:52 +00:00
home gnu: home: services: Fix typo. 2021-11-14 17:37:54 -08:00
installer
machine
packages gnu: julia: Fix llvm-julia version. 2021-11-15 22:38:09 +02:00
platforms
services gnu: hpcguix-web: Update to 0.2.0. 2021-11-15 17:55:50 +01:00
system image: Support generating GPT images via partition-table-type. 2021-11-12 12:06:58 +00:00
tests gnu: hpcguix-web: Update to 0.2.0. 2021-11-15 17:55:50 +01:00
artwork.scm
bootloader.scm
ci.scm
home.scm
image.scm image: Support generating GPT images via partition-table-type. 2021-11-12 12:06:58 +00:00
installer.scm
local.mk gnu: Add rust-adblock-0.4. 2021-11-15 11:39:17 +01:00
machine.scm
packages.scm
platform.scm
services.scm
system.scm
tests.scm