nixpkgs/pkgs/development
Shea Levy 55e6303d6a Add full llvm build, update libc++ and dragonegg
Some packages in the llvm suite (e.g. compiler-rt) cannot be built
separate from the build of llvm, and while some others (e.g. clang) can
the combined build is much better tested (we've had to work around
annoying issues before). So this puts llvm, clang, clang-tools-extra,
compiler-rt, lld, lldb, and polly all into one big build (llvmFull).
This build includes a static llvm, as dynamic is similarly less tested
and has known failures.

This also updates libc++ and dragonegg. libc++ now builds against
libc++abi as a separate package rather than building it during the
libc++ build.

The clang purity patch is gone. Instead, we simply set --sysroot to
/var/empty for pure builds, as all impure paths are either looked up in
the gcc prefix (which we hard-code at compile time) or in the sysroot.
This also means that if NIX_ENFORCE_PURITY is 0 then clang will look in
the normal Linux paths by default, which is the proper behavior IMO.

polly required an updated isl. When stdenv-updates is merged, perhaps we
can update the isl used by gcc and avoid having two versions.

Since llvm on its own is now separate from the llvm used by clang, I've
removed myself as maintainer from llvm and will leave maintenance of
that to those who are interested in llvm separate from clang.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 05:42:38 -05:00
..
arduino ino: update to 0.3.6 2013-11-26 23:55:31 +01:00
compilers Add full llvm build, update libc++ and dragonegg 2014-01-20 05:42:38 -05:00
eclipse ecj: Add a setup hook that makes Ant use ECJ automatically 2014-01-06 14:36:15 +01:00
guile-modules guile_lib: update from 0.2.1 to 0.2.2 2013-12-16 01:36:18 +02:00
interpreters Update Io lang to version 2013.12.04 2014-01-14 15:07:31 +01:00
libraries Add full llvm build, update libc++ and dragonegg 2014-01-20 05:42:38 -05:00
lisp-modules stumpwm: Copy stumpish to bin/, add contrib/ directory. 2014-01-05 17:38:14 +00:00
misc Some description fixes 2013-10-05 19:36:23 +02:00
mobile Make iphone SDK 7.0 the default 2014-01-15 21:52:43 +01:00
ocaml-modules Update OCaml library Camomile to version 0.8.5 2014-01-18 20:56:45 +00:00
perl-modules perlPackages.DBFile: update from 1.826 to 1.831 2013-12-21 02:28:25 +02:00
python-modules kde4(10).pykde4: fix build via downgrading sip and pyqt4 2014-01-16 08:59:31 +01:00
qtcreator qtcreator: Make the qt package optional and introduce the QtSDK 2013-10-21 09:36:45 +02:00
r-modules/generic Wrapped R's package system similarly to perlPackages 2013-09-28 13:19:43 +02:00
ruby-modules Add patch to fix GET Bucket requests to fake-s3 2013-09-04 16:42:20 -04:00
tools haskell-hasktags: upgrade to 0.68.6 2014-01-19 16:06:18 +01:00
web Fixed xcode patch to make nodejs work on darwin again 2014-01-13 13:48:04 +01:00