Vladimír Čunát
c0518e6777
ghc: fixup recent changes with multiple outputs
2016-01-12 23:57:47 +01:00
Vladimír Čunát
9d1343414a
gcc: switch back to 4.9
...
Also sync a tiny difference in docs outputs from gcc-5.
I originally assumed that people will push gcc-5 support to master
long before closure-size gets there, but I overestimated the situation.
We haven't really settled even the issue of ABI switch,
so let's use the same gcc version on closure-size and master.
2015-12-31 10:34:58 +01:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Arseniy Seroka
801d4298dc
Merge pull request #11938 from NeQuissimus/kotlinb4hf
...
kotlin: 1.0.0-beta-4583 -> 1.0.0-beta-4584
2015-12-25 17:27:06 +03:00
Moritz Ulrich
c11f6c9dc7
rustc-1.5.0: Don't force bundled LLVM
2015-12-24 21:14:06 +01:00
Robin Gloster
b26aa99d9d
rustc: 1.4.0 -> 1.5.0
2015-12-24 21:14:06 +01:00
Moritz Ulrich
b45161fbbe
llvm: Add backported patch for Rust.
...
Rust runs into a bug with LLVM 3.7.0 that's fixed in the upcoming
release 3.7.1. This commit backports this fix.
2015-12-24 21:14:06 +01:00
Tim Steinbach
84accab674
kotlin: 1.0.0-beta-4583 -> 1.0.0-beta-4584
2015-12-24 13:24:57 -05:00
Tim Steinbach
eb8e309d2b
kotlin: 1.0.0-beta-3595 -> 1.0.0-beta-4583, fixes #11883
2015-12-23 01:50:06 +01:00
Gaëtan André
ff58a9831b
matter-compiler: initial expression, fixes #11780
2015-12-18 15:49:57 +01:00
Peter Simons
1f108490f1
ghc-HEAD: update build instructions and bump version to current Git master
...
Closes https://github.com/NixOS/nixpkgs/issues/10752 .
2015-12-16 21:33:56 +01:00
Peter Simons
878692e645
ghc-7.10.3: remove the obsolete build.mk file
...
New versions of GHC allow us to specify those things on the
command-line, so the build.mk file is no longer necessary.
2015-12-16 21:33:56 +01:00
Peter Simons
a421e7bd4a
ghc-7.10.3: don't pass compiler or linker flags through a response file
...
The new GHC version contains a patch [1] that passes linker and compiler flags
to GCC via response files rather than directly on the command-line. This is
supposed to be beneficial on Windows and other platforms that have trouble
dealing with long argument lists. On NixOS, however, this feature breaks the
flag handling provided by gcc-wrapper [2] and therefore causes the entire GHC
build to fail.
This issue has been reported upstream at [3]. It's not clear yet how to remedy
this problem, but until we've figured that out we just don't pass compiler flags
in response files on NixOS to fix https://github.com/NixOS/nixpkgs/issues/10752 .
[1] 296bc70b5f
[2] https://github.com/NixOS/nixpkgs/issues/11762
[3] https://ghc.haskell.org/trac/ghc/ticket/11147
2015-12-16 21:33:56 +01:00
Peter Simons
eae27e7798
ghc: update version 7.10.3 to 7.10.3a
...
Apply upstream patches that fix minor cosmetic issues in the documentation.
2015-12-16 21:33:56 +01:00
Rene Donner
36ab097c6c
julia: 0.4.0 -> 0.4.2
2015-12-15 20:38:08 +01:00
Shea Levy
fb21fe3001
Merge branch 'update_gcc5' of git://github.com/lancelotsix/nixpkgs
2015-12-12 09:31:02 -05:00
Lancelot SIX
4cf6fef6fc
pkgs.gcc5: 5.2.0 -> 5.3.0
...
gcc-5.3.0 is a bug-fix release from the GCC 5 branch.
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00002.html
2015-12-12 14:41:53 +01:00
David A Roberts
7200a5c079
cmdstan: init at 2.9.0
2015-12-12 22:42:01 +10:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Arseniy Seroka
a075650b1d
Merge pull request #11568 from benley/patch-1
...
closure-compiler: allow building on darwin
2015-12-10 17:31:16 +03:00
Ricardo M. Correia
6baa633064
rustcMaster: 2015-11-01 -> 2015-12-09
2015-12-09 20:15:59 +01:00
Peter Simons
4cca974eb6
ghc: add version 7.10.3
2015-12-09 16:03:20 +01:00
Benjamin Staffin
8d3b318c42
closure-compiler: allow building on darwin
...
Near as I can tell it works fine.
2015-12-09 00:48:15 -08:00
Tim Steinbach
85c051b2f3
kotlin: 1.0.0-beta-3594 -> 1.0.0-beta-3595
2015-12-08 02:34:09 +00:00
zimbatm
8111e1c902
go: 1.5.1 -> 1.5.2, fixes #11498
2015-12-08 02:09:59 +01:00
Emery Hemingway
2b6dcdfcd0
Rename 'emery' maintainer handle to 'ehmry', fixes #11493
...
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Arseniy Seroka
1764a05710
Merge pull request #11473 from NeQuissimus/master
...
Add Kotlin
2015-12-06 00:30:19 +03:00
Tim Steinbach
a356c3fa47
kotlin: init at 1.0.0-beta-3594
2015-12-05 21:23:22 +00:00
Vladimír Čunát
e2f5ba1937
treewide: fix invocations of installBin command
...
I've removed the trivial command in 4e72b61de
.
I think `install -Dt "$out/bin"` is a better replacement anyway,
as it can be easily used to other directories than $out/bin.
/cc @ehmry who seems to maintain many packages with this usage.
(BTW, it would be better to have maintainer attribute same as github
username, as it makes pinging maintainers much easier.)
2015-12-05 13:59:05 +01:00
Vladimír Čunát
263fd55d4b
Merge recent staging built on Hydra
...
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Thomas Mader
ef17efa99b
dmd: add gcc runtime dependency because dmd uses the linker of gcc on linux.
...
From #11327 .
2015-12-03 16:32:27 +01:00
Arseniy Seroka
f35b417dc4
Merge pull request #11357 from samuelrivas/scala-propagate-jre
...
scala: setup classpath
2015-12-02 22:52:22 +03:00
Luca Bruno
e289717414
rename moveToOutput and propagatedBuildInputs
2015-12-02 10:05:36 +01:00
Tomas Hlavaty
058cd04be4
Revert "sbcl: cleaner xc-host"
...
This reverts commit 393f0eecae
.
2015-11-30 22:33:44 +01:00
Tomas Hlavaty
c6365ec0df
sbcl: 1.3.0 -> 1.3.1
2015-11-30 22:25:06 +01:00
Jude Taylor
c20b6846f2
rustc: build on darwin
2015-11-30 12:54:04 -08:00
Samuel Rivas
b1429a2713
scala: setup classpath
2015-11-30 15:18:50 +01:00
Pascal Wittmann
44cb13be5c
jsonnet: fix evaluation
2015-11-29 17:34:10 +01:00
Aristid Breitkreuz
780f6788b6
Merge pull request #11341 from benley/jsonnet-0.8.5
...
jsonnet: init at 0.8.5
2015-11-29 17:18:10 +01:00
Luca Bruno
920b1d3591
Merge branch 'master' into closure-size
2015-11-29 16:50:26 +01:00
Shea Levy
ffc1762715
ats2: 0.1.12 -> 0.2.4
2015-11-29 10:04:57 -05:00
Benjamin Staffin
99b8c7cff0
jsonnet: init at 0.8.5
2015-11-29 04:13:00 -08:00
Aristid Breitkreuz
1742774df8
ispc: init at <GH master>
...
Intel SPMD Program Compiler
An open-source compiler for high-performance SIMD programming on the CPU
https://ispc.github.io/
2015-11-29 00:21:13 +01:00
Peter Simons
fcc876c3f5
Merge pull request #11270 from Ericson2314/patch-2
...
ghcjs: bump version number to 0.2.0
2015-11-28 21:44:08 +01:00
Vincent Laporte
a3fa690fa2
ocaml: add local copy of the ocamlbuild patch
2015-11-28 09:48:55 +01:00
Tomas Hlavaty
b8bef08d1b
mkcl: add myself as a maintainer
2015-11-26 08:24:02 +01:00
Tomas Hlavaty
f54a2aa137
cmucl: add myself as a maintainer
2015-11-26 08:24:02 +01:00
Tomas Hlavaty
a0d1478fa0
ccl: add myself as a maintainer
2015-11-26 08:24:02 +01:00
Tomas Hlavaty
5441ab8afc
sbcl: add myself as a maintainer
2015-11-26 08:24:02 +01:00
Tomas Hlavaty
540db34fff
sbcl: remove obsolete dependency on which
2015-11-26 08:24:02 +01:00