Commit graph

14 commits

Author SHA1 Message Date
Felix Buehler 7907d80379 intel-graphics-compiler: deprecate phases and replace it with runCommandLocal 2021-08-08 23:55:07 +02:00
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
Frederik Rietdijk 8527e634c3 intel-graphics-compiler: use python3 2021-04-03 17:06:10 +02:00
Ben Siraphob acc5f7b18a pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
R. RyanTM 8b895c9bcf intel-graphics-compiler: 1.0.4062 -> 1.0.4241 2020-07-03 18:56:15 +00:00
R. RyanTM 3f5c873d26 intel-graphics-compiler: 1.0.3627 -> 1.0.4062 2020-06-17 12:40:07 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM f01a99ac30 intel-graphics-compiler: 1.0.3151 -> 1.0.3627 2020-04-05 23:59:00 +00:00
R. RyanTM b6245f5061 intel-graphics-compiler: 1.0.3041 -> 1.0.3151 2020-03-06 07:20:10 +01:00
R. RyanTM 4b69067b6b intel-graphics-compiler: 1.0.2878 -> 1.0.3041 2019-12-23 09:29:44 -08:00
R. RyanTM 7ff9169bf3 intel-graphics-compiler: 1.0.2714.1 -> 1.0.2878
(#74424)
2019-11-30 21:07:12 +01:00
R. RyanTM d8e9b89b48 intel-graphics-compiler: 1.0.10 -> 1.0.2714.1
(#72540)
2019-11-13 23:23:52 +01:00
Craig Hall 4d23dbc029 intel-graphics-compiler: init at 1.0.10 2019-09-01 16:53:58 +01:00