summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* openjdk: passthru the architecture attribute like oracle jdk6 does.Shea Levy2012-08-27
|
* go: improving the expression so it works if overriden by hg srcLluis Batlle2012-08-26
| | | | | | | | Users might want to override the 'src' and 'name' of go from 'hg'. I make the expression compatible with that. Aside, I also set GOARM in the wrapper for it to build programs fine on armv5tel by default.
* go: Removing an out of date commentLluis Batlle2012-08-26
|
* go: make it accept armv5telLluis Batlle2012-08-26
| | | | | It doesn't build though, due to some problems fixed in go trunk. But I failed to port them over to 1.0.2.
* openjdk bootstrap tarballs are on nixos.org now.Shea Levy2012-08-25
|
* urweb: Use lib.licenses.bsd3 in meta attributes.aszlig2012-08-25
|
* urweb: Update to version 20120807.aszlig2012-08-25
| | | | | | | The previous version seemed rather old and not even the examples from the official site compile with that fossil. As there are no reverse dependencies, this update should be trivial and hopefully doesn't hurt someones personal feelings.
* openjdk: Build from bootstrapShea Levy2012-08-24
|
* openjdk-bootstrap: nukerefs the whole thing and put it in a tarballShea Levy2012-08-24
|
* Add expression to create an openjdk bootstrap capable of building the full ↵Shea Levy2012-08-23
| | | | openjdk
* Prevent the JDK from appearing in the Nixpkgs channelEelco Dolstra2012-08-22
|
* Remove obsolete JDK versionsEelco Dolstra2012-08-22
| | | | | | These are the JDK 5 on powerpc-linux (no longer a maintained Nixpkgs platform), JDK 1.4 (required a manual download) and JDK 5 on Linux (idem).
* gcc-4.7: download source code from a mirror instead of hard-coding the URL ↵Peter Simons2012-08-22
| | | | of the master site
* gcc 4.5: Update to 4.5.4.Ludovic Courtès2012-08-20
|
* Julia: update source revisionMichael Raskin2012-08-18
|
* scala: cosmeticPeter Simons2012-08-16
|
* scala: enable 'fixupPhase' (among other things) which corrects the shebang ↵Peter Simons2012-08-16
| | | | paths of the installed scripts
* ghc-7.6.1-rc1: Add release candidate.Andres Loeh2012-08-13
|
* SBCL: update to 1.0.58Michael Raskin2012-08-09
|
* go: patching it to get the nixos cacert bundle taken just fineLluís Batlle i Rossell2012-08-05
|
* gcc47: disabling parallel build if profiled bootstrap requiredLluís Batlle i Rossell2012-08-03
| | | | | | | The gccinstall manual says that parallel building with a profiled bootstrap is not supported. As we don't have much means of checking if our profiled bootstrap with parallel build was good or bad, I propose going to safe terrain.
* gccgo46: removing it. I set gccgo = gcc47Lluís Batlle i Rossell2012-08-03
| | | | | gccgo46 did not build for me, and maybe never built at all. The same recipe, though, worked fine for gcc47. So let's go with gcc47.
* Adding gccgo for gcc4.7.Lluís Batlle i Rossell2012-08-03
| | | | I tested hello world, and it works.
* Julia language: update to a fresh versionMichael Raskin2012-08-02
| | | | | | | Update julia and some of its dependencies Split PCRE because a lot of packages depend on it and I am not sure we want to test them in a hurry (and Julia specifies exact version).
* Adding gcc 4.7.1.Lluís Batlle i Rossell2012-08-02
|
* Adds Ocaml 4.00.0 (first attempt)Arie Middelkoop2012-07-31
| | | | Bumps Findlib to 1.3.3 (required for ocaml 4.00)
* go: updating to 1.0.2Lluís Batlle i Rossell2012-07-29
| | | | I've only tried it in 386. We'll see if it works on amd64.
* ocaml, unison: make them build on mips (native compilers)Lluís Batlle i Rossell2012-07-27
| | | | | | I switch off the build of ocaml compilers to native code, and add a 'passthru' that unison can use to see if it needs to call the native or the bytecode compiler.
* ghc-head: bump snapshot versionAndres Loeh2012-07-18
|
* ghc-HEAD: update to a new snapshotAndres Loeh2012-07-11
|
* SBCL: update to 1.0.57Michael Raskin2012-07-07
| | | | | It looks like SBCL 1.0.58 is not coming soon, so I update to the latest release now.
* Merge pull request #24 from antono/fix-ikarus-urlShea Levy2012-06-26
|\ | | | | Fix ikarus download url (ikarus-scheme.org is down)
| * Fix ikarus download url (ikarus-scheme.org is down)Antono Vasiljev2012-06-25
| |
* | Rm vala 14 add versionsAntono Vasiljev2012-06-25
| |
* | Vala 14, 15, 16, 17. Default is 17 nowAntono Vasiljev2012-06-25
|/
* uhc: fixed building on ghc 7.2.1+Mathijs Kwik2012-06-11
| | | | | | | | | by removing the check for the 'binary' package, which is built-in from that version onward. This is a workaround for the problem where ghc's built-in libraries (like containers, array, binary) don't show up in "ghc-pkg list" output. svn path=/nixpkgs/trunk/; revision=34471
* ghc: added version 7.4.2Peter Simons2012-06-11
| | | | svn path=/nixpkgs/trunk/; revision=34460
* Patch PAKCS to build with GHC 7.4.1 .Karn Kallio2012-06-11
| | | | | | Also fix symbolic links to emacs lisp files. svn path=/nixpkgs/trunk/; revision=34430
* Updated GHC HEAD snapshot.Andres Löh2012-06-08
| | | | svn path=/nixpkgs/trunk/; revision=34379
* Fix build of ocaml 3.12.1 on darwinMarco Maggesi2012-06-06
| | | | svn path=/nixpkgs/trunk/; revision=34373
* Given that I have a vested interest in working LLVM now - add myself as ↵Michael Raskin2012-05-31
| | | | | | maintainer svn path=/nixpkgs/trunk/; revision=34302
* Adding LLVM 3.1. (as a separate attribute, because it seems to be ↵Michael Raskin2012-05-31
| | | | | | API-incompatible) svn path=/nixpkgs/trunk/; revision=34300
* Mingw changes to gcc.Lluís Batlle i Rossell2012-05-25
| | | | | | | | | | | | | Removing a gcc flag, --enable-version-specific-runtime-libs, that put gcc libs in a speparate directory instead of /lib; this broke the installation of libgcc_s.a for the case of "--enable-shared" in mingw-w64. And we already have all gccs in directories apart. I also add the option --enable-fully-dynamic-string, which is used in the prebuilt mingw64 toolchain; this way nixpkgs creates ABI-compatible binaries with mingw64 upstream. (told by jon_y on irc ##mingw) svn path=/nixpkgs/trunk/; revision=34242
* Making gcc not build libgomp with uclibc, as it lacks '-ldl' in its checks andLluís Batlle i Rossell2012-05-24
| | | | | | | | I don't know how to add it. This makes gcc build with uclibc. svn path=/nixpkgs/trunk/; revision=34231
* Fixing the mingw cross gcc. I set it not to build shared libraries, because ↵Lluís Batlle i Rossell2012-05-24
| | | | | | | | | | | | | its specs for shared libraries are wrong. It should run "-lstdc++ -lsupc++" if libstdc++-6.dll is available, and instead it runs "-lstdc++" and therefore lack symbols. I think simply few people use shared gcc libs on mingw. svn path=/nixpkgs/trunk/; revision=34225
* Adding NVIDIA CUDA toolkit and haskell-accelerate-cuda plus deps.Andres Löh2012-05-20
| | | | svn path=/nixpkgs/trunk/; revision=34186
* Upgrade ghc stable snapshot to 7.4.2rc1.Andres Löh2012-05-16
| | | | svn path=/nixpkgs/trunk/; revision=34137
* upgraded uhcMathijs Kwik2012-05-09
| | | | svn path=/nixpkgs/trunk/; revision=34026
* Fixing webserver path..Michael Raskin2012-05-07
| | | | svn path=/nixpkgs/trunk/; revision=34005
* Update Julia; a few fixes get included; changes to build systemMichael Raskin2012-05-02
| | | | svn path=/nixpkgs/trunk/; revision=33968