1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

8349 commits

Author SHA1 Message Date
Milan 5622b6b6fe
openjfx14: correctly remove references to jdk11 (#96298)
The new version string for jdk11 contains a '+' character, which needs
to be escaped for use in the sed command.
Fixes #95117.
2020-08-26 23:35:20 +02:00
Benjamin Hipple d41c129198
Merge pull request #95727 from obsidiansystems/cuda11
cudatoolkit: init v11.0.3
2020-08-26 15:09:08 -04:00
Daniël de Kok 4ef21bb683
Merge pull request #96307 from r-ryantm/auto-update/fasm
fasm: 1.73.24 -> 1.73.25
2020-08-26 15:44:23 +02:00
Michael Weiss 4a82621491
llvm_11: Enable build-id when linking libLLVM shared libs
This is used by mesa.drivers (still on LLVM 9) as a cache key. I've
ported that change to LLVM 11 to test it and so that it doesn't get lost
in future versions. Credit for the change goes to David McFarland.
See #93946 for details.

Co-Authored-By: David McFarland <corngood@gmail.com>
2020-08-26 14:30:46 +02:00
R. RyanTM a4701ba18d fasm: 1.73.24 -> 1.73.25 2020-08-25 20:13:27 +00:00
Michael Weiss 28aef45a1a
Merge branch 'llvm_11' into master
This merges #94204 with the only difference being that I modified the
history into three commits that should be easier to review and
understand.

Original history: 3524f4cfa9
Modified history: df267a4cca
2020-08-25 19:44:53 +02:00
Gabor Greif df267a4cca
llvm_11: 11.0.0rc1 -> 11.0.0rc2
http://lists.llvm.org/pipermail/release-testers/2020-August/001321.html
2020-08-25 19:42:17 +02:00
Gabor Greif 0a8334d5a0
llvm_11: init at 11.0.0rc1
http://lists.llvm.org/pipermail/release-testers/2020-July/001305.html

TODO: Enable Polly.

Co-authored-by: conferno <conferno@camfex.cz>
2020-08-25 19:42:12 +02:00
Michael Weiss 28f2797a81
llvm_11: Copy all files from llvmPackages_10
This is simply the result of:
cp -r pkgs/development/compilers/llvm/10 pkgs/development/compilers/llvm/11/
2020-08-25 19:42:08 +02:00
Daniël de Kok b9ba82ef8a
Merge pull request #96209 from bobismijnnaam/aspectj-upgrade-2
aspectj: 1.5.2 -> 1.9.6
2020-08-25 10:51:33 +02:00
Bob Rubbens 258fe5828d aspectj: 1.5.2 -> 1.9.6
As discussed on the mailing list, the url is now pointed at the github
project release because the previous eclipse archive link was not kept
up-to-date anymore.

Relevant links:
- https://www.eclipse.org/lists/aspectj-dev/msg03311.html
2020-08-25 09:58:37 +02:00
Ryan Mulligan a06d52a69d
Merge pull request #95977 from r-ryantm/auto-update/kotlin
kotlin: 1.3.72 -> 1.4.0
2020-08-24 16:45:11 -07:00
Jorge Acereda bf9df74511 copper: init at 4.4 2020-08-24 15:07:01 +02:00
Frederik Rietdijk 0a874ff2a6 Merge master into staging-next 2020-08-24 11:50:58 +02:00
Austin Seipp 4875109d0f
nextpnr: 2020.07.08 -> 2020.08.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-08-23 11:01:25 -05:00
Austin Seipp 4c5dd4c73b
yosys: 2020.07.07 -> 2020.08.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-08-23 11:01:20 -05:00
Jan Tojnar 91104b5417
Merge branch 'master' into staging-next 2020-08-23 02:00:50 +02:00
Ryan Mulligan 30e0c7a762
Merge pull request #94317 from r-ryantm/auto-update/souffle
souffle: 2.0.0 -> 2.0.1
2020-08-22 09:02:43 -07:00
Silvan Mosberger 1fe7fee592
Merge pull request #93347 from symphorien/spacetime
Ocaml spacetime support
2020-08-22 16:38:54 +02:00
Daniël de Kok 280147c510
Merge pull request #95489 from danieldk/rocm-3.7.0
Update ROCm to 3.7.0
2020-08-22 13:30:01 +02:00
R. RyanTM 3fe8a88719 kotlin: 1.3.72 -> 1.4.0 2020-08-22 10:15:53 +00:00
Daniël de Kok 89567e2064 llvmPackages_rocm: 3.5.1 -> 3.7.0 2020-08-21 08:50:40 +02:00
Lassulus a81c1d1fd9
Merge pull request #95776 from wchresta/idris2-paths
idris2: Enable --install, bugfixes
2020-08-21 08:43:33 +02:00
Thomas Bereknyei a3b69f46af go_1_15: 1.15beta1 -> 1.15 2020-08-21 12:21:58 +10:00
wchresta 24d5c73aa8 idris2: Enable --install, bugfixes
This removes the need of the bin/idris2_app folder and replaces
it with proper links to the nix-storage folders.
This allows the user to override IDRIS2_PREFIX which will allow
them to use --install to install libraries.

* Fix: idris2_app/ was exposed in bin/
* Remove native Idris2 wrapper that set LD_LIBRARY_PATH
* Improve new Idris2 wrapper to set Idris2 paths to out folders
2020-08-20 22:09:05 -04:00
adisbladis 13276abce9
emacs25: Drop outdated version 2020-08-21 00:32:37 +02:00
zowoq d3ae8e194e elmPackages.elm-json: remove verifyCargoDeps 2020-08-20 10:05:23 +10:00
Matthew Bauer 164f8024e9 cudatoolkit: init v11.0.3 2020-08-19 13:34:52 -05:00
Lassulus feb9c28902
Merge pull request #95640 from valencik/idris21
idris2: 0.2.0 -> 0.2.1
2020-08-18 21:06:24 +02:00
Frederik Rietdijk 4cf394ea3f Merge master into staging-next 2020-08-18 17:55:04 +02:00
Domen Kožar f9b57fd66a
#95747: fix build of GHC 8.10.2 2020-08-18 15:56:45 +02:00
Tom Hall 92b4e00ffe llvm_10: disable failing test on 32-bit ARM 2020-08-17 18:27:21 +01:00
Frederik Rietdijk 0ac85bc455 Merge master into staging-next 2020-08-17 14:54:39 +02:00
zowoq 809f97c099 tinygo: remove enableParallelBuilding = true 2020-08-17 17:13:01 +10:00
Andrew Valencik 39cd8e3b91 idris2: 0.2.0 -> 0.2.1 2020-08-16 22:37:08 -04:00
Michael Raskin d82cf2139d
Merge pull request #94586 from kini/ccl/bump
ccl: 1.11.5 -> 1.12
2020-08-16 10:07:43 +00:00
Domen Kožar b7f877078b
Merge pull request #95156 from turboMaCk/add-elm-json
elmPackages.elm-json: init at 0.2.7
2020-08-16 11:29:27 +02:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
zowoq 42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
Keshav Kini a57289a0a1 ccl: 1.11.5 -> 1.12 2020-08-15 15:43:49 -07:00
Marek Fajkus c17f7ef666
elmPackages.elm-json: init at 0.2.7 2020-08-15 23:33:39 +02:00
Frederik Rietdijk cfe6081cee Merge staging-next into staging 2020-08-15 09:12:42 +02:00
zowoq 1790e642f2
go_1_13: remove (#95478) 2020-08-14 21:17:14 -07:00
Symphorien Gibol bddabe58fe ocaml: add spacetime support 2020-08-13 11:07:15 +02:00
Frederik Rietdijk 7e189c56a1 Merge staging-next into staging 2020-08-13 08:52:48 +02:00
Peter Simons a6a8a6f691 Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-08-12 17:56:26 +02:00
Tim Steinbach 2807aa9672
Merge pull request #95151 from yaroot/zulu
zulu8: 8.28.0.1 -> 8.48.0.53;  zulu: 10.1+11 -> 11.41.23
2020-08-11 11:49:15 -04:00
Frederik Rietdijk 46ee7ddcad Merge staging-next into staging 2020-08-11 10:26:59 +02:00
Frederik Rietdijk f707715136 Merge master into staging-next 2020-08-11 10:26:35 +02:00
Yan Su d7d22f5443 zulu: 10.1+11 -> 11.41.23 2020-08-11 17:18:30 +09:00