My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/compilers/julia
Rik Huijzer eff17f3c4c julia_16-bin: 1.6.5 -> 1.6.6 2 years ago
..
patches julia_10-bin: deprecate 3 years ago
1.0.nix julia: switch from python2 to python3 3 years ago
1.5.nix julia: switch from python2 to python3 3 years ago
1.6-bin.nix julia_16-bin: 1.6.5 -> 1.6.6 2 years ago
1.7-bin.nix julia_17-bin: 1.7.1 -> 1.7.2 2 years ago
README.md julia: add README 3 years ago

README.md

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.