Commit graph

10 commits

Author SHA1 Message Date
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
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Frederik Rietdijk 9969d855a8 python3Packages.kiwisolver: 1.2.0 -> 1.3.1 2020-12-01 14:44:14 +01:00
zowoq 0cff30bb44 python: editorconfig fixes 2020-08-27 12:51:02 -07:00
Frederik Rietdijk 9a49beb08d python.pkgs.kiwisolver: fix build 2020-06-11 10:00:25 +02:00
Frederik Rietdijk 77811a3b3a python: kiwisolver: 1.1.0 -> 1.2.0 2020-06-11 10:00:01 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 985925f037 python: kiwisolver: 1.0.1 -> 1.1.0 2019-10-27 16:26:46 +01:00
Chen Yu dd7af301b4
Fix the problem of it not compling in macOS 2018-06-16 02:00:33 +08:00
Frederik Rietdijk c10f34445e python.pkgs.kiwisolver: init at 1.0.1 2018-04-08 11:34:57 +02:00