guix/guix/build-system
Jean-Baptiste Volatier 3af351a7de
build-system/julia: Enable Julia Pkg to find installed packages.
Julia's built-in package manager (Pkg) looks for packages in
JULIA_DEPOT_PATH/packages/PACKAGENAME/XXXX, where XXXX is a string
encoding package UUID and SHA1 of files.  The link-depot phase creates
a link at the correct location to allow Pkg to find packages that were
already installed by Guix.

* guix/build/julia-build-system.scm (link-depot): New phase.
(%package-path): Modified package path from packages/ to loadpath/.
(project.toml->uuid): New procedure, retrive package uuid from TOML file.
(precompile, check): Adjust to the change in paths.
(%standard-phases): Add link-depot phase.
(julia-build): Add julia-package-uuid keyword.
* guix/build-system/julia.scm (julia-build): Also use the
julia-package-uuid keyword.
* gnu/packages/julia-jll.scm (julia-bzip2-jll, julia-cairo-jll,
julia-compilersupportlibraries-jll, julia-expat-jll, julia-ffmpeg-jll,
julia-fontconfig-jll, julia-freetype2-jll, julia-fribidi-jll,
julia-gettext-jll, julia-glib-jll, julia-gr-jll, julia-gumbo-jll,
julia-imagemagick-jll, julia-jllwrappers-jll, julia-jpegturbo-jll,
julia-lame-jll, julia-libass-jll, julia-libfdk-aac-jll,
julia-libffi-jll, julia-libgcrypt-jll, julia-libglvnd-jll,
julia-libgpg-error-jll, juli-libiconv-jll, julia-libmount-jll,
julia-libpng-jll, julia-libsass-jll, julia-libtiff-jll,
julia-libuuid-jll, julia-libvorbis-jll, julia-lzo-jll,
julia-mbedtls-jll, julia-ogg-jll, julia-openspecfun-jll,
julia-openssl-jll, julia-opus-jll, julia-pcre-jll, julia-pixman-jll,
julia-qt5base-jll, julia-wayland-jll, julia-wayland-protocols-jll,
julia-x264-jll, julia-x265-jll, julia-xkbcommon-jll, julia-xml2-jll,
julia-xorg-libpthread-stubs-jll, julia-xorg-libx11-jll,
julia-xorg-libxau-jll, julia-xorg-libxcb-jll, julia-xorg-libxcursor-jll,
julia-xorg-libxdmcp-jll, julia-xorg-libxext-jll,
julia-xorg-libxfixes-jll, julia-xorg-libxi-jll,
julia-xorg-libxinerama-jll, julia-xorg-libxkbfile-jll,
julia-xorg-libxrandr-jll, julia-xorg-libxrender-jll,
julia-xorg-xcb-util-jll, julia-xorg-xcb-util-keysyms-jll,
julia-xorg-xcb-util-renderutil-jll, julia-xorg-xcb-util-wm-jll,
julia-xorg-xkbcomp-jll, julia-xorg-xkeyboard-config-jll,
julia-xorg-xtrans-jll, julia-xslt-jll, julia-zlib-jll, julia-zstd-jll)
[argument]: Adjust the order of the phases to the change in the
julia-build-system.
* gnu/packages/julia-xyz.scm (julia-bufferedstreams, julia-calculus,
julia-dataframes, julia-datavalues, julia-distances, julia-documenter,
julia-dualnumbers, julia-ellipsisnotation, julia-expronicon,
julia-fileio, julia-fixedpointnumbers, julia-functionwrappers,
julia-fuzzycompletions, julia-genericlinearalgebra, julia-genericschur,
julia-geometrybasics, julia-imagemagick, julia-infinity,
julia-matrixfactorizations, julia-media, julia-missings, julia-nnlib,
julia-optimtestproblems, julia-orderedcollections, julia-prettytables,
julia-pycall, julia-quadmath, julia-safetests, julia-stackviews)
[arguments]: Correct paths to reflect change of %package-path modify
order of phases as link-depot needs to run on an unmodified src
directory add package-name-uuid keyword argument to packages without
Project.toml file.
* gnu/packages/julia.scm (julia)[native-search-paths]: Correct paths to
reflect change of %package-path modify order of phases as link-depot
needs to run on an unmodified src directory.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-16 14:39:51 +02:00
..
android-ndk.scm
ant.scm guix: java-utils: Add Maven-related phases. 2020-07-17 04:10:28 +02:00
asdf.scm build-system: asdf: Work around package-name->name+version bug. 2021-05-08 13:42:38 +02:00
cargo.scm build-system/cargo: Propagate crates across builds. 2021-03-14 19:52:44 +02:00
chicken.scm build-system: chicken: Add 'egg-uri' procedure. 2021-08-30 14:38:50 +02:00
clojure.scm build-system/clojure: Provide only the right modules in scope. 2020-01-08 23:21:14 +01:00
cmake.scm build-system: cmake: Add substitutable keyword. 2020-06-16 16:40:27 +03:00
copy.scm build-system: Fix copy-build-system default install plan. 2020-02-24 11:22:02 +01:00
dub.scm
dune.scm guix: dune-build-system: Put dune into a reproducible release mode. 2021-09-08 13:39:27 +02:00
emacs.scm build-system/emacs: Allow usage of #:parallel-tests? key 2020-08-09 22:12:40 +02:00
font.scm
glib-or-gtk.scm gnu: gcc: Switch back to using 'C_INCLUDE_PATH' instead of 'CPATH'. 2020-02-06 18:47:15 +01:00
gnu.scm build-system/gnu: Cross builds properly handle #:allowed-references & co. 2020-06-20 23:35:58 +02:00
go.scm build-system/go: Fix building on host's secondary architecture. 2021-10-18 14:53:17 +03:00
guile.scm build-system/guile: Expose #:scheme-file-regexp. 2020-05-18 15:37:23 +02:00
haskell.scm build-system/haskell: Disable parallel builds. 2020-10-19 00:07:37 +02:00
julia.scm build-system/julia: Enable Julia Pkg to find installed packages. 2021-11-16 14:39:51 +02:00
linux-module.scm build-system: linux-module: Build and install in parallel. 2021-10-01 21:27:35 +02:00
maven.scm build-system/maven: Make default-maven-plugins a procedure. 2020-07-17 09:45:19 +01:00
meson.scm gnu: gcc: Switch back to using 'C_INCLUDE_PATH' instead of 'CPATH'. 2020-02-06 18:47:15 +01:00
minetest.scm gnu: minetest: move to minetest.scm. 2021-08-20 13:37:32 +02:00
minify.scm build: Update uglifyjs for minify-build-system. 2021-07-19 14:46:28 +03:00
node.scm gnu: Add node-lts. 2021-04-02 18:04:24 +02:00
ocaml.scm guix: ocaml: Add package-with-ocaml4.09. 2020-11-10 16:02:59 +01:00
perl.scm
python.scm gnu: Use PACKAGE/INHERIT in more places. 2021-03-17 03:58:10 -04:00
qt.scm build-system: qt: Exclude useless inputs from wrapped variables. 2021-07-02 16:50:09 -04:00
r.scm guix: Upgrade to Bioconductor 3.14. 2021-11-07 22:34:34 +00:00
rakudo.scm
renpy.scm Update copyright assignments for Liliana Marie Prikler. 2021-09-25 09:34:36 +02:00
ruby.scm
scons.scm
texlive.scm build-system/texlive: Update to texlive-2019.3, revision 51265. 2020-01-14 00:18:09 +01:00
trivial.scm
waf.scm