Peter Simons
b579f4fd5c
ghc-7.0.2: fix build on Darwin
...
There were two problems preventing GHC 7.0.2 from being built on MacOS. For
one, the 'configure' script automatically added the flag
-isysroot /Developer/SDKs/MacOSX10.5.sdk
to the command-line that's being passed to GCC. This setting doesn't work with
our GCC, and resulted in build errors because standard headers like <stdargs.h>
could no longer be found.
Secondly, the build depends on install_name_tool, which has been added as a
buildInput.
These changes trigger a re-build on all platforms, not just on Darwin. I
realize that this could have been avoided by adding some cruft. However, I
didn't want to add cruft, so there you are.
svn path=/nixpkgs/trunk/; revision=26513
2011-03-25 12:55:37 +00:00
Karn Kallio
7df7521dd1
Add the PAKCS (Portland Aachen Kiel Curry System) Curry compiler to Nixpkgs.
...
svn path=/nixpkgs/trunk/; revision=26497
2011-03-24 19:22:30 +00:00
Michael Raskin
36af24fc05
Fix SWI-Prolog build
...
svn path=/nixpkgs/trunk/; revision=26407
2011-03-17 22:09:22 +00:00
Karn Kallio
33fb7aef16
Update flapjax compiler to the latest release, version 2.1
...
Also add to nixpkgs new dependencies from hackage.
svn path=/nixpkgs/trunk/; revision=26283
2011-03-11 16:49:56 +00:00
Andres Löh
92db39f586
Added ghc-7.0.2.
...
This is supposed to become the new default version of GHC once
the new Haskell Platform is released (but only then).
svn path=/nixpkgs/trunk/; revision=26217
2011-03-09 08:29:12 +00:00
Andres Löh
b13e4ebdef
Updated ghc HEAD expression to 7.0.2-rc2.
...
svn path=/nixpkgs/trunk/; revision=26127
2011-03-01 11:56:41 +00:00
Michael Raskin
9e204fec07
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=26124
2011-02-27 18:56:15 +00:00
Eelco Dolstra
4f87b5338c
* Clang/LLVM updated to 2.8.
...
svn path=/nixpkgs/trunk/; revision=25777
2011-02-05 15:45:02 +00:00
Karn Kallio
fca3859da8
Update urweb to latest released version.
...
svn path=/nixpkgs/trunk/; revision=25680
2011-01-24 15:27:07 +00:00
Michael Raskin
b3583dc847
Build ECL with DFFI
...
svn path=/nixpkgs/trunk/; revision=25610
2011-01-18 17:36:25 +00:00
Michael Raskin
cbabeeb588
Update ECL
...
svn path=/nixpkgs/trunk/; revision=25593
2011-01-16 22:45:05 +00:00
Rob Vermaas
0b747487fd
only build dragonegg on linux
...
svn path=/nixpkgs/trunk/; revision=25417
2011-01-05 10:13:28 +00:00
Marco Maggesi
f2f1009d98
* Fix building of OCaml on Darwin. Gnu sed changed its behavior after version 4.2.1 (bug?), here we add a simple workaround
...
svn path=/nixpkgs/trunk/; revision=25330
2011-01-01 17:26:07 +00:00
Eelco Dolstra
aa6f43149a
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25308
2010-12-28 16:42:00 +00:00
Karn Kallio
801ce7d5fb
Add Concurrent Clean to NixPkgs.
...
svn path=/nixpkgs/trunk/; revision=25276
2010-12-25 15:13:07 +00:00
Eelco Dolstra
569ae5fe13
* Get dev86 to compile. Apparantly it has trouble with the latest
...
gcc/binutils.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25246
2010-12-22 18:34:21 +00:00
Eelco Dolstra
c14382cb45
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25225
2010-12-21 15:14:33 +00:00
Michael Raskin
8235b75b87
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=25217
2010-12-21 05:21:33 +00:00
Lluís Batlle i Rossell
a360198627
Fixing the gcc postPatch, for the static stage of the cross-compiler
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25215
2010-12-20 17:35:34 +00:00
Lluís Batlle i Rossell
b48b2a7bb4
Merging from trunk. I solved some trivial merge conflicts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25188
2010-12-17 20:39:58 +00:00
Michael Raskin
b1b17da07c
Alleviate race condition: give Xvfb 10 seconds to start up. I hate the fact that EQL build even needs it, but it does run a Qt application to generate some file
...
svn path=/nixpkgs/trunk/; revision=25168
2010-12-17 10:59:09 +00:00
Ludovic Courtès
fff4a6c8b4
GCC 4.5: Fix the `GLIBC_DYNAMIC_LINKER' macro on NixOS and in cross builds.
...
Among others, this should fix the dynamic linker path reported by
"gcc --help --verbose".
svn path=/nixpkgs/branches/stdenv-updates/; revision=25131
2010-12-14 17:08:43 +00:00
Marco Maggesi
86e19c4888
* Narrow ocaml platforms to linux and darwin
...
svn path=/nixpkgs/trunk/; revision=25062
2010-12-11 14:29:37 +00:00
Lluís Batlle i Rossell
ee04ffcb55
Updating from trunk. I resolved simple conflicts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
2010-12-11 12:47:00 +00:00
Marco Maggesi
9568a1bc80
* Enable hydra compilation for ocaml 3.11.1 (error in the previous commit)
...
svn path=/nixpkgs/trunk/; revision=25043
2010-12-09 15:44:05 +00:00
Marco Maggesi
7b49a49cbb
* Enable hydra compilation for ocaml 3.11.1
...
svn path=/nixpkgs/trunk/; revision=25042
2010-12-09 15:41:14 +00:00
Marco Maggesi
114fa21c48
* Add ocaml 3.12.0
...
svn path=/nixpkgs/trunk/; revision=25040
2010-12-09 14:03:13 +00:00
Michael Raskin
c9c133ab11
Use requireFile for the form-hidden download of JDK 5 (or 1.5, who cares)
...
svn path=/nixpkgs/trunk/; revision=24972
2010-12-05 11:42:24 +00:00
Michael Raskin
c2a8d34118
Add a note about chroot builds
...
svn path=/nixpkgs/trunk/; revision=24968
2010-12-04 13:07:10 +00:00
Michael Raskin
0141bfec63
Update SWI Prolog
...
svn path=/nixpkgs/trunk/; revision=24966
2010-12-04 11:16:39 +00:00
Michael Raskin
31b22ed108
Merge from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24820
2010-11-23 08:57:29 +00:00
Rob Vermaas
5f0674d59d
update java-front
...
svn path=/nixpkgs/trunk/; revision=24812
2010-11-22 14:51:25 +00:00
Michael Raskin
6af8a1debd
Merging from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24804
2010-11-22 11:39:42 +00:00
Tobias Hammerschmidt
b9a1196479
jdk5 updated to 1.5.22
...
svn path=/nixpkgs/trunk/; revision=24802
2010-11-22 08:58:00 +00:00
Andres Löh
d233819021
Bumped ghc-7.0.1 from rc2 to released version.
...
svn path=/nixpkgs/trunk/; revision=24770
2010-11-19 13:05:39 +00:00
Michael Raskin
fb58f74d82
Updating from trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24745
2010-11-17 17:03:09 +00:00
Michael Raskin
c308846055
Ignore the utime issue - tell tar we do not care about times in the first place
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24729
2010-11-17 12:45:14 +00:00
Michael Raskin
66d71d2e18
Restore fpc 2.4.0 - needed for Lazarus
...
svn path=/nixpkgs/trunk/; revision=24704
2010-11-15 21:09:58 +00:00
Michael Raskin
8a93e97370
Fix Lazarus version specification
...
svn path=/nixpkgs/trunk/; revision=24702
2010-11-15 20:29:20 +00:00
Michael Raskin
84de039c9e
Update FPC
...
svn path=/nixpkgs/trunk/; revision=24699
2010-11-15 20:26:06 +00:00
Peter Simons
0460e3f2f7
Enable building of static libraries so that urweb can build statically
...
linked binaries.
svn path=/nixpkgs/trunk/; revision=24692
2010-11-15 17:47:36 +00:00
Michael Raskin
ed7bb66d5a
Update Vala
...
svn path=/nixpkgs/trunk/; revision=24686
2010-11-15 06:16:41 +00:00
Lluís Batlle i Rossell
951ccd21a1
Fixing ghdl build (its Makefiles cannot stand enableParallelBuild)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24679
2010-11-12 21:04:19 +00:00
Lluís Batlle i Rossell
8746de3ae8
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24674
2010-11-11 22:18:14 +00:00
Michael Raskin
5d0d35d0da
Update SBCL; and not believe "Download Now" links anymore...
...
svn path=/nixpkgs/trunk/; revision=24653
2010-11-10 22:26:35 +00:00
Michael Raskin
7da1dc10d9
fpc should not use lib64-located ld-linux.so..
...
svn path=/nixpkgs/trunk/; revision=24645
2010-11-10 16:38:22 +00:00
Lluís Batlle i Rossell
42c6582491
Updating a gnat patch made for 4.4 to 4.5
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24632
2010-11-09 19:18:37 +00:00
Peter Simons
95c614def0
Advance urweb to latest release version 20101102.
...
svn path=/nixpkgs/trunk/; revision=24619
2010-11-08 10:40:25 +00:00
Marco Maggesi
caf0e7209a
Add CMUCL Common Lisp compiler
...
svn path=/nixpkgs/trunk/; revision=24618
2010-11-08 08:58:50 +00:00
Lluís Batlle i Rossell
f4a73e2ddd
Updating mono from 2.6 to 2.8
...
svn path=/nixpkgs/trunk/; revision=24614
2010-11-07 21:25:28 +00:00