Bob van der Linden
0c481966b6
oraclejdk: added architecture attribute
...
This attribute is needed by some other packages. The lack of this
attribute makes nox-review fail on a system where
jdk = oraclejdk7;
2015-10-22 20:44:45 +02:00
Jude Taylor
f77bf46c1e
go-1.5: fix build on darwin, set to default version for all platforms
2015-10-19 16:14:36 -07:00
Nikolay Amiantov
d5a532ea8d
Merge pull request #10202 from abbradar/llvm-debug
...
llvm: add debug builds support
2015-10-19 11:15:56 +03:00
Ricardo M. Correia
3d5ba0d5d6
rustcMaster: 2015-09-23 -> 2015-10-17
...
The build was changed to compile with the bundled LLVM because compiling
against the system's LLVM now fails with compilation errors.
2015-10-18 04:12:11 +02:00
David Waern
d1360231d1
ghcjs: make it easier to override shims and ghcjs-boot
2015-10-16 21:58:44 +02:00
Philipp Hausmann
30d82d4a64
uhc: Update to 1.1.9.1
2015-10-15 15:01:26 +02:00
Thomas Tuegel
a8353b27ff
remove julia03
2015-10-11 10:06:39 -05:00
Thomas Tuegel
d5326814a8
remove julia02
2015-10-11 10:06:27 -05:00
Thomas Tuegel
708c8ff240
llvm33: patches from julia-0.4.0
2015-10-11 09:16:06 -05:00
Thomas Tuegel
384b828642
julia: 0.3.11 -> 0.4.0
2015-10-11 09:15:50 -05:00
Vladimír Čunát
3077bdfd71
Merge #10229 : update and fix sbcl and cmucl
...
And related changes.
2015-10-09 18:49:01 +02:00
Arseniy Seroka
bcf536ff3f
Merge pull request #10194 from vbgl/ocaml-4.2.2
...
OCaml: 4.02.1 → 4.02.3
2015-10-06 02:07:54 +03:00
Arseniy Seroka
b3796cd0e7
Merge pull request #10214 from henrytill/mozart-fix
...
mozart: fix tcl/tk issues and clean up
2015-10-06 02:05:51 +03:00
Renzo Carbonara
5ed4e0c2fd
pkgs bumps: ghcjs, ghcjs-boot, ghcjs-shims, ghcjs-dom
2015-10-05 01:20:22 -03:00
Tomas Hlavaty
da8b05363b
sbclBootstrap: don't patchelf on darwin
...
00935b2554 (commitcomment-13552300)
2015-10-04 21:08:49 +02:00
Tomas Hlavaty
7b252d94a6
cmucl: 20b -> 21a
2015-10-04 21:08:46 +02:00
Tomas Hlavaty
502f13d625
sbcl: 1.2.15 -> 1.2.16
2015-10-04 21:08:41 +02:00
Henry Till
7670739d21
mozart: fix tcl/tk issues and clean up
2015-10-03 17:26:10 -04:00
Nikolay Amiantov
e2e4e59975
llvm: add debug builds support
2015-10-03 14:18:57 +03:00
Vincent Laporte
9fa9c87485
ocaml: 4.02.2 -> 4.02.3
2015-10-03 08:26:42 +02:00
Vincent Laporte
67e38dfe23
ocaml: 4.02.1 -> 4.02.2
2015-10-03 08:26:42 +02:00
Vladimír Čunát
673f3de193
lisps: some refactoring
2015-10-01 11:20:24 +02:00
Tomas Hlavaty
29f120d7b2
sbcl: improve bootstrap and add arm support
...
clisp bootstrap is very slow and clisp doesn't compile on arm
now it is possible to also bootstrap using ccl:
sbclBootstrapHost = "${ccl}/bin/${ccl.CCL_RUNTIME} -b -n";
or alternatively using clisp
sbclBootstrapHost = "${clisp}/bin/clisp -norc";
2015-09-30 23:40:58 +02:00
Tomas Hlavaty
64bde29a31
sbcl: 1.2.14 -> 1.2.15
2015-09-30 23:36:40 +02:00
Tomas Hlavaty
f9f919e2bf
ccl: also on arm
2015-09-30 23:36:40 +02:00
Brian McKenna
2db64534f1
oraclejdk8: Fix installation of JCE
...
Oracle changed the path of the files.
Previous versions looked like:
$ jar tf UnlimitedJCEPolicyJDK7.zip
UnlimitedJCEPolicy/
UnlimitedJCEPolicy/US_export_policy.jar
UnlimitedJCEPolicy/local_policy.jar
UnlimitedJCEPolicy/README.txt
The new version looks like:
$ jar tf jce_policy-8.zip
UnlimitedJCEPolicyJDK8/
UnlimitedJCEPolicyJDK8/local_policy.jar
UnlimitedJCEPolicyJDK8/README.txt
UnlimitedJCEPolicyJDK8/US_export_policy.jar
A better solution is probably just to trim the directory off completely.
2015-09-27 20:28:49 +10:00
William A. Kennington III
d5395b0506
Merge pull request #10024 from mayflower/update-rust
...
Update rust and dependants
2015-09-23 22:43:25 -07:00
William A. Kennington III
4856efb704
rustc: Disable system jemalloc until we can make it compatible
2015-09-23 22:31:28 -07:00
William A. Kennington III
5856e44258
jemalloc: Fix jemalloc prefix for applications which expect ^malloc
2015-09-23 20:48:14 -07:00
Robin Gloster
1aff911601
rustUnstable: 2015-09-05 -> 2015-09-23
2015-09-23 21:16:16 +00:00
William A. Kennington III
de2906e670
rustc: Update both versions of the compiler
...
rustc: 1.2.0 -> 1.3.0
rustcMaster: 2015-09-05 -> 2015-09-21
This also removes the llvm bundling which reduced immediate the closure size
by ~50MB. It also tries to reduce some of the superfluous dependencies
to help reduce the number of potential rebuilds (namely removing git).
2015-09-23 12:30:00 -07:00
Renzo Carbonara
8ce1f6efcd
bump ghcjs, ghcjs-boot, ghcjs-shims
2015-09-23 15:08:19 +02:00
Vladimír Čunát
76ef7a93e3
Merge: xlibs and x11 attribute cleanup
...
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00
William A. Kennington III
2a0c18835a
llvm: Install utilities for use with rustc
2015-09-21 14:38:49 -07:00
Luca Bruno
af011439b7
urweb: add back openssl configure flags to fix build, cc @aseipp
2015-09-21 10:45:22 +02:00
Thomas Tuegel
87e5b5c3ef
julia03: add i686-linux to platforms
2015-09-19 09:38:37 -05:00
Thomas Tuegel
32b9ac5117
julia03: re-enable tests
2015-09-19 09:28:22 -05:00
Thomas Tuegel
51bbf7f2a3
julia03: re-enable tests
2015-09-19 08:43:07 -05:00
Thomas Tuegel
1daa0b39f6
julia03: use system LLVM
...
It should be safe to use the Nixpkgs LLVM again, now that the approriate
patches have been backported. Hopefully, this will also fix the i686
build.
2015-09-19 08:15:33 -05:00
Thomas Tuegel
4a8fbb789a
llvm_33: backport patch from LLVM 3.5
...
This patch was backported from LLVM 3.5 by the Julia project.
2015-09-19 08:14:46 -05:00
William A. Kennington III
a1db11198e
icedtea_web: 1.6 -> 1.6.1
2015-09-18 14:52:51 -07:00
Vladimír Čunát
0fdb93864e
Merge new texlive infrastructure, /CC #287
2015-09-18 20:52:34 +02:00
Thomas Tuegel
2948e85526
julia: re-enable tests
2015-09-18 11:31:05 -05:00
Thomas Tuegel
5428096873
julia: does not currently build on i686-linux
2015-09-18 11:30:02 -05:00
Thomas Tuegel
1c40404cb2
Revert "julia: fix i686 build"
...
This reverts commit 02fc4551f5
.
2015-09-18 11:29:26 -05:00
Johannes Bornhold
ee799e05bf
dmd: Disable unsupported linker flags if stdenv.isClang
...
Close #9692 .
Was able to build dmd on darwin, but it could not be used due to those flags.
2015-09-17 21:19:47 +02:00
Vladimír Čunát
e922b6b0a2
oracle{jdk,jre}: add meta.platforms to fix #9786
...
It won't be built by Hydra anyway due to being unfree.
2015-09-17 20:17:12 +02:00
Vladimír Čunát
c1bcf671dd
gcl: don't depend on TeX
...
It doesn't seem to need it or use it at all.
2015-09-17 19:23:17 +02:00
Arseniy Seroka
69ea3f4a9a
Merge pull request #9867 from AndersonTorres/intercal
...
Intercal: a quick fix to find gcc
2015-09-16 22:53:05 +03:00
Thomas Tuegel
3dcff36085
julia: build dependencies with same openblas
2015-09-16 11:19:03 -05:00