Peter Simons
8196130a1d
Merge pull request #6711 from phile314/dev
...
haskell: Add uhc compiler
2015-03-10 11:22:15 +01:00
Philipp Hausmann
2eacaa856b
haskell-uhc: Remove explicit dependency on binary
2015-03-10 00:19:10 +01:00
Arseniy Seroka
b172b9fb37
Merge pull request #6731 from globin/update-rust
...
Update rust to new nightly (2015-03-09)
2015-03-09 21:59:03 +03:00
Robin Gloster
3a32dae799
update rust to new nightly (2015-03-09)
2015-03-09 18:37:30 +01:00
Peter Simons
e2b033cad9
ghc: re-instate code that configures statically linked builds by default
...
The compiler should not expect to have dynamic versions of all libraries
available, because that configuration doesn't play along nicely with statically
linked libraries.
Fixes https://github.com/NixOS/nixpkgs/issues/6399 .
2015-03-09 15:55:24 +01:00
Eduard Bachmakov
4731485ca2
llvm-3.5: enable RTTI to support mesa
...
Extracted from #6367 .
2015-03-09 15:55:23 +01:00
Philipp Hausmann
1ce75368f1
Add uhc haskell compiler
2015-03-09 13:38:28 +01:00
William A. Kennington III
c9ec23d55c
Merge pull request #6673 from taku0/oraclejdk-8u40
...
oraclejdk: bump to 8u40
2015-03-08 19:16:44 -07:00
William A. Kennington III
2e6e6f9178
Merge pull request #6684 from j-keck/update-scala
...
update scala to 2.10.5 and 2.11.6
2015-03-08 16:08:40 -07:00
Michael Raskin
a36c914020
update sbcl
2015-03-09 01:03:01 +03:00
Michael Raskin
3d4f7be9a3
Update ECL
2015-03-09 01:03:01 +03:00
Shea Levy
e57e44f867
llvm-3.6 packages: Build everything (except clang and llvm) with clang
2015-03-07 13:08:34 +00:00
Shea Levy
b37fd11351
llvm-3.6 packages: Rearrange directory structure
2015-03-07 12:51:06 +00:00
Shea Levy
3ed077a69b
lldb-3.5 is broken, bug in the cmake
...
lldb-3.6 is working (just waiting on a staging fix to merge), so let's just
mark this broken until we decide to nuke 3.5 all together.
Fixes #6636 refs #6668
2015-03-06 16:16:20 -05:00
Shea Levy
c62b5456f5
Merge branch 'llvm-3.6' of git://github.com/Ralith/nixpkgs into llvm-3.6-merge
...
LLVM, clang, and lldb 3.6iLLVM, clang, and lldb 3.6
Conflicts:
pkgs/top-level/all-packages.nix
2015-03-06 19:10:10 +00:00
Shea Levy
6b53021205
Merge branch 'master' into staging
2015-03-06 19:02:36 +00:00
Shea Levy
55cf015142
clang-3.6: provide path to gcc on Linux
...
gcc contains core runtime bits that aren't available elsewhere for Linux.
Refs #6449
2015-03-06 13:49:49 +00:00
Shea Levy
494ae5fbeb
clang: provide path to gcc on Linux
...
gcc contains core runtime bits that aren't available elsewhere for Linux.
Fixes #6449 refs #6668
2015-03-06 08:36:42 -05:00
Shea Levy
c08a0d240c
ats2: bump
2015-03-05 18:21:56 -05:00
j-keck
7da51f9eb7
scala: update to 2.11.6
2015-03-05 20:49:28 +01:00
j-keck
a1a585078a
scala_2_10: update to 2.10.5
2015-03-05 20:49:28 +01:00
Moritz Kiefer
4f3f301807
openjdk8: update to jdk8u40-b25
2015-03-05 18:04:21 +01:00
taku0
137f281849
oraclejdk: bump to 8u40
2015-03-05 23:01:21 +09:00
Peter Simons
1d953779b0
Merge remote-tracking branch 'origin/master' into staging.
2015-03-05 12:24:57 +01:00
Benjamin Saunders
f1b7e4d127
LLVM, clang, and lldb 3.6
2015-03-05 06:44:09 +01:00
Eelco Dolstra
6f33aa8465
orig-gcc -> orig-cc
2015-03-04 22:15:46 +01:00
Eelco Dolstra
97fcb33ac2
cudatoolkit: Fix gcc -> cc
...
Urgh, we shouldn't have renamed gcc to cc...
2015-03-04 22:15:46 +01:00
William Roe
7dcde14809
go: Update to version 1.4.2
2015-03-04 11:55:47 +00:00
Peter Simons
38c67a358e
yap: mark 32 bit Linux build broken
2015-03-04 11:14:58 +01:00
Dan Peebles
57250fc2cc
Enable cgo on darwin
2015-03-03 20:03:48 -05:00
William A. Kennington III
adbba6eded
Merge pull request #6528 from codyopel/stdenv-fixes
...
remove stdenv.isBSD
2015-03-02 20:10:07 -08:00
Bjørn Forsman
c47a3b0663
microscheme: update to latest release (0.9.2)
...
* Don't "externalize url/rev/sha256 to permit easier override".
Just override 'src' itself. Then you can get the source from anywhere,
not just git. I needed to touch this anyway, because I want to use
fetchzip instead of fetchgit for releases (no need to clone repo).
* Latest release has "make install" improvements, simplifying our
install.
2015-03-02 21:55:55 +01:00
Georges Dubus
9e59c9ad84
Merge pull request #6623 from woehr/master
...
Upgrade Rust compiler
2015-03-02 21:38:29 +01:00
Peter Simons
5341196f01
Merge branch 'master' into staging.
2015-03-02 21:10:36 +01:00
Jordan Woehr
5821e91bd1
Restructure rustc derivations for ease of updating.
...
Update racerRust to use new rustcMaster and upgrade cargoSnapshot so racer builds.
2015-03-02 12:40:55 -07:00
Eelco Dolstra
ea0d6a7fc0
Add CUDA toolkit 6.5
2015-03-02 00:24:00 +01:00
Pascal Wittmann
92664a84ad
nasm: update from from 2.11.05 to 2.11.08
...
2.11.06 had a bug that broke syslinux [1], this bug was
fixed in 2.11.07, but there was never a tar-ball release
of that version.
[1] http://sourceforge.net/p/nasm/mailman/message/33074214/
2015-02-26 14:43:44 +01:00
Peter Simons
d6c295e469
Merge remote-tracking branch 'origin/master' into staging.
2015-02-25 20:18:28 +01:00
codyopel
e29b0da9c7
remove stdenv.isBSD
2015-02-24 22:15:51 -05:00
Aistis Raulinaitis
9adb387327
Ur/Web version bump
2015-02-23 02:40:27 -08:00
vbgl
6668a05abc
Merge pull request #6521 from lostdj/ltp/upstream-master/emscripten1.29.10
...
emscripten: update from 1.29.3 to 1.29.10.
2015-02-23 11:03:54 +01:00
Vladimír Čunát
bc51573f8a
dragonegg-3.5: fix by dropping included patch
...
It seems to compile a hello-world fine.
2015-02-23 09:37:07 +01:00
Peter Simons
b8bf8e502c
ghc: re-instate code that configures statically linked builds by default
...
The compiler should not expect to have dynamic versions of all libraries
available, because that configuration doesn't play along nicely with statically
linked libraries.
Fixes https://github.com/NixOS/nixpkgs/issues/6399 .
2015-02-22 21:55:27 +01:00
Eduard Bachmakov
c0def4a169
llvm-3.5: enable RTTI to support mesa
...
Extracted from #6367 .
2015-02-22 20:03:14 +01:00
lostdj
bca50ddb7d
emscripten: update from 1.29.3 to 1.29.10.
2015-02-22 21:35:38 +03:00
Ben Darwin
63d61cee7f
teyjus: 2.0-b2
2015-02-21 19:55:24 -05:00
Luca Bruno
3391728c63
dragonegg: fix sha256
2015-02-20 14:51:24 +01:00
Jim Garrison
66097d8f4f
julia: 0.3.5 -> 0.3.6
2015-02-19 00:07:20 -08:00
Dan Peebles
c6ce6460c4
Rearrange llvm dependencies slightly to avoid unnecessary dependencies on darwin (binutils is only used for gold integration, which doesn't apply on darwin)
2015-02-18 02:05:56 -05:00
Dan Peebles
3a423e4405
It doesn't appear to be necessary to force the libc++abi rpath in libc++, and removing it helps disentangle the upcoming darwin stdenv from its bootstrap tools
2015-02-17 22:39:31 -05:00