nixpkgs/pkgs/development/compilers/julia
stuebinm ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
..
patches julia_110: skip more flaky tests 2024-01-25 07:35:18 -05:00
1.6-bin.nix julia_16-bin: 1.6.6 -> 1.6.7 2023-12-26 17:05:44 -05:00
default.nix julia_110-bin: 1.10.1 -> 1.10.2 2024-03-01 21:40:54 -05:00
generic-bin.nix julia-bin: skip more flaky tests 2024-01-25 07:37:48 -05:00
generic.nix treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
README.md julia: fix URL to building instruction in README 2023-10-25 13:05:58 +02:00

Julia

Julia, as a full-fledged programming language with an extensive standard library that covers numerical computing, can be somewhat challenging to package. This file aims to provide pointers which could not easily be included as comments in the expressions themselves.

For Nixpkgs, the manual is as always your primary reference, and for the Julia side of things you probably want to familiarise yourself with the README , build instructions, and release process. Remember that these can change between Julia releases, especially if the LTS and release branches have deviated greatly. A lot of the build process is underdocumented and thus there is no substitute for digging into the code that controls the build process. You are very likely to need to use the test suite to locate and address issues and in the end passing it, while only disabling a minimal set of broken or incompatible tests you think you have a good reason to disable, is your best bet at arriving at a solid derivation.