depot/third_party/nixpkgs/pkgs/development/compilers/julia
Default email 0d9fc34957 Project import generated by Copybara.
GitOrigin-RevId: 5ed481943351e9fd354aeb557679624224de38d5
2023-01-20 11:41:00 +01:00
..
patches Project import generated by Copybara. 2023-01-20 11:41:00 +01:00
1.6-bin.nix Project import generated by Copybara. 2022-08-12 15:06:08 +03:00
1.8-bin.nix Project import generated by Copybara. 2023-01-20 11:41:00 +01:00
1.8.nix Project import generated by Copybara. 2023-01-11 08:51:40 +01:00
1.9.nix Project import generated by Copybara. 2023-01-20 11:41:00 +01:00
README.md Project import generated by Copybara. 2021-05-03 22:48:10 +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.