nixpkgs/pkgs/applications/science
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
..
astronomy celestia: 1.6.1 -> 1.6.2.2 (#117999) 2021-04-12 20:17:17 +02:00
biology octopus: 0.7.1 -> 0.7.3 2021-04-20 10:13:25 +10:00
chemistry jmol: 14.31.35 -> 14.31.36 2021-04-29 12:39:03 +00:00
electronics kicad: fix license 2021-04-10 20:39:02 +02:00
geometry tetgen: 1.5.1 -> 1.6.0 2021-04-26 01:32:28 -04:00
logic elan: 1.0.0 -> 1.0.2 2021-04-29 00:04:34 -04:00
machine-learning lzma: deprecate alias 2021-04-04 19:49:52 +02:00
math llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
medicine aliza: 1.98.43 -> 1.98.57 2021-03-27 23:49:33 +01:00
misc rink: specify license 2021-04-11 23:18:32 +02:00
molecular-dynamics mpi: use mpi attribute consistently as the default MPI implementations 2021-01-23 12:15:13 +01:00
networking/sumo sumo: init at 1.8.0 2021-03-22 12:17:15 +01:00
physics sherpa: compile with --enable-pythia flag 2021-04-13 09:34:42 -04:00
programming treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
robotics qgroundcontrol: 4.1.1 -> 4.1.2 2021-04-08 00:04:07 -04:00