summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* ghc: add new version 8.6.2Peter Simons2018-11-06
|
* ghc-8.2.1-binary: Patch shebang causing failures in Centos 6Renato Alves2018-11-05
|
* graalvm: More fixesTim Steinbach2018-11-04
|
* graalvm 1.0.0-rc8 fixesvolth2018-11-04
|
* graalvm: 1.0.0-rc3 -> 1.0.0-rc8Tim Steinbach2018-11-04
|
* Merge pull request #49653 from peti/drop-old-ghc-versionsPeter Simons2018-11-03
|\ | | | | drop old ghc versions 7.10.3, 8.0.2, and 8.4.3.
| * Drop obsolete GHC versions 7.10.3, 8.0.2, and 8.4.3.Peter Simons2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | We keep the latest minor release of each one of the last 3 major releases, which currently are GHC versions 8.2.2, 8.4.4, and 8.6.1. We also have ghc-HEAD, but this doesn't count. Dropping these compilers implied that we have to drop the corresponding versions of ghcjs, too. We can also drop a shitload of obsolete compiler patches that newer versions no longer need. At some point, we can probably simplify the generic builder, too.
* | x11basic: init at 1.26Edward Tjörnhammar2018-11-03
|/
* Merge pull request #49250 from royneary/nim-0.19Gabriel Ebner2018-11-02
|\ | | | | nim: 0.18.0 -> 0.19.0
| * nim: update nodejs-slimroyneary2018-10-31
| |
| * nim: move build time dependencies into nativeBuildInputsroyneary2018-10-31
| |
| * nim: disable test supposedly broken on Aarch64royneary2018-10-27
| |
| * nim: don't hardcode gccroyneary2018-10-27
| |
| * nim: 0.18.0 -> 0.19.0royneary2018-10-27
| | | | | | | | | | | | | | | | | | - remove sqlite as dependency (I don't see why it's needed) - run checkPhase after installPhase (at least one test assumes the standard library in ../lib relative to the nim binary) - the broken tests pass now or don't exist anymore - two of the tests requiring network access pass now without network access - the tests in manyloc do not download dependencies and are passing now
* | Merge pull request #49605 from mroi/swift-4.2.1Will Dietz2018-11-01
|\ \ | | | | | | swift: 4.1.3 -> 4.2.1
| * | swift: 4.1.3 -> 4.2.1Michael Roitzsch2018-11-01
| | | | | | | | | | | | | | | | | | | | | * necessary tweaks and patches to get swift 4.2.1 to build * disabled more tests because they would require additional patching * delete empty directories from final build output * some minor cleanup
* | | oraclejdk: remove version 10taku02018-11-01
| | |
* | | Merge pull request #48326 from jerith666/jdk11Franz Pletz2018-11-01
|\ \ \ | | | | | | | | openjdk: 10.0.2 -> 11.0.1
| * | | openjdk: 10.0.2 -> 11.0.1Matt McHenry2018-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the jre is no longer an official part of the jdk (jmod is recommended as a replacement when needing to create smaller runtime images) * darwin continues to use zulu from azul * apps that used 10 now use 11 (eclipse, bazel, josm)
| * | | jdk: give more detail when bootstrap jdks are missingMatt McHenry2018-10-25
| | | |
* | | | sbcl: 1.4.12 -> 1.4.13Tomas Hlavaty2018-10-31
| | | |
* | | | sbcl: include info manualTomas Hlavaty2018-10-31
| | | |
* | | | closurecompiler: 20180805 -> 20180910 (#48529)R. RyanTM2018-10-31
| | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/closure-compiler/versions
* | | | Merge pull request #49476 from Synthetica9/cuda-updateFrederik Rietdijk2018-10-31
|\ \ \ \ | |_|/ / |/| | | cudatoolkit, cudnn: many updates
| * | | cudatoolkit, cudnn: many updatesPatrick Hilhorst2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cudatoolkit_9_1: 9.1.85.1 -> 9.1.85.3 cudatoolkit_9_2: init at 9.2.148.1 cudatoolkit_9: 9.1.85.1 -> 9.2.148.1 cudatoolkit_10, cudatoolkit_10_0: init at 10.0.130 cudnn_cudatoolkit_9_0: 7.0.5 -> 7.3.0 cudnn_cudatoolkit_9_1: init at 7.1.3 cudnn_cudatoolkit_9_2: init at 7.2.1 cudnn_cudatoolkit_9: 7.0.5 (9.1) -> 7.3.1 (9.2) cudnn_cudatoolkit_10, cudnn_cudatoolkit_10_0: init at 7.3.1
* | | | ocamlPackages_latest.ocaml: 4.07.0 -> 4.07.1Vincent Laporte2018-10-30
| | | |
* | | | mentorToolchains: removeMatthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mentorToolchains.armLinuxGnuEabi is replaced with: - pkgsCross.pogoplug4.buildPackages.gcc - pkgsCross.pogoplug4.buildPackages.binutils and mentorToolchains.armEabi is replaced with: - pkgsCross.arm-embedded.buildPackages.gcc - pkgsCross.arm-embedded.buildPackages.binutils Fixes #39087
* | | | gcc-arm-embedded: removeMatthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | replace with: - pkgsCross.arm-embedded.buildPackages.gcc - pkgsCross.arm-embedded.buildPackages.binutils
* | | | treewide: use gnu toolchain for avr/arm-embeddedMatthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages should in theory work with our GCC toolchains, but there are some definite breakages that need to be tracked down. Comparing output of these to old gcc-arm-embedded is important. Affected packages include: - axolooti - avrdudess - opentx - microscheme - betaflight - inav - blackmagic - simavr - gnuk
* | | | gcc: support avrMatthew Bauer2018-10-29
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - respect libc’s incdir and libdir - make non-unix systems single threaded - set LIMITS_H_TEST to false for avr - misc updates to support new libc’s - use multilib with avr For threads we want to use: - posix on unix systems - win32 on windows - single on everything else For avr: - add library directories for avrlibc - to disable relro and bind - avr5 should have precedence over avr3 - otherwise gcc uses the wrong one
* | | Merge pull request #49369 from Mic92/mono-cleanup3Jörg Thalheim2018-10-29
|\ \ \ | | | | | | | | mono46: mark as insecure (CVE-2018-1002208)
| * | | mono46: add CVE-2018-1002208Jörg Thalheim2018-10-28
| | | |
* | | | Merge pull request #49252 from zarelit/crystal_playJörg Thalheim2018-10-28
|\ \ \ \ | | | | | | | | | | crystal: fix "play" subcommand
| * | | | crystal: fix "play" subcommandDavid Costa2018-10-27
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Merlin Göttlinger <megoettlinger@gmail.com>
* | | | | Merge branch 'master' into mono-cleanupJörg Thalheim2018-10-28
|\ \ \ \ \
| * | | | | mono44: remove insecure versionJörg Thalheim2018-10-28
| | |/ / / | |/| | | | | | | | | | | | | | | | | | This version is also affected by CVE-2018-1002208. It has no user in nixpkgs.
* / | | | mono40: removeJörg Thalheim2018-10-28
|/ / / /
* | | | adoptopenjdk-bin: support darwin platformtaku02018-10-28
| | | |
* | | | adoptopenjdk-bin: init at 11taku02018-10-28
| | | |
* | | | reason: 3.3.3 -> 3.3.7 (#49325)Vincent Laporte2018-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * reason: 3.3.3 -> 3.3.7 * reason: makeWrapper needed at build time only moved makeWrapper from buildInputs to nativeBuildInputs
* | | | Merge pull request #48879 from baracoder/dotnet-sdk-403Renaud2018-10-27
|\ \ \ \ | | | | | | | | | | dotnet-sdk: 2.1.402 -> 2.1.403
| * | | | dotnet-sdk: 2.1.402 -> 2.1.403Herman Fries2018-10-23
| | | | |
* | | | | Merge pull request #49204 from r-ryantm/auto-update/ponycSilvan Mosberger2018-10-27
|\ \ \ \ \ | |_|_|_|/ |/| | | | ponyc: 0.24.4 -> 0.25.0
| * | | | ponyc: 0.24.4 -> 0.25.0R. RyanTM2018-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ponyc/versions
* | | | | mono: Unbreak on aarch64 (#49164)adisbladis2018-10-26
| | | | |
* | | | | cargo: fix darwin buildDaiderd Jordan2018-10-26
| | | | | | | | | | | | | | | | | | | | It depends the Security framework now.
* | | | | rustc: fix moved tests and darwin buildDaiderd Jordan2018-10-26
| | | | |
* | | | | rust: 1.29.1 -> 1.30.0Jörg Thalheim2018-10-26
| |_|/ / |/| | |
* | | | ghc: fix typo in 8.6.1 compiler nameGuillaume Bouchard2018-10-24
|/ / /
* | | ats2: 0.3.11 -> 0.3.12Brandon Elam Barker2018-10-23
| | |