Commit graph

12 commits

Author SHA1 Message Date
Jonathan Ringer c507165567 castxml: fix build 2021-05-08 01:29:18 -07: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
AndersonTorres a6ada3b655 castxml: 0.3.4 -> 0.4.3
Also,
- Add myself to maintainers
- Make the dependencies explicit, instead of using "indirections"
2021-03-14 22:08:22 -03:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
braunse a74a5c9d92
CastXML: refactor to avoid python2 dependency (#101996)
Switch pythonPackages.sphinx to python3Packages.sphinx. Should
only affect the build of the man-page.
2020-10-29 10:01:18 +01:00
David Rusu 48dfc9fa97
castxml: 0.2.0 -> 0.3.4 (#95080) 2020-08-13 18:51:08 +02:00
Alexander Krotov 6a5213c740 castxml: set correct -DCLANG_RESOURCE_DIR
Fixes #66456
2019-08-15 20:35:07 +09:00
Renaud d7f6429c0e
castxml: 20180403 -> 0.2.0
0.2.0 is the first tagged release from upstream
Published 2019-04-18
2019-05-22 23:43:18 +02:00
Josef Kemetmüller 4ab5625c95 castxml: Fix build (#46442) 2018-09-09 22:18:34 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan 038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
Matthieu Coudron 37210d4938 castxml: init at 20180403
4 tests are ignored because the regex don't match with custom clang
output see:
https://github.com/CastXML/CastXML/issues/90
2018-04-05 18:26:37 +09:00