summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge pull request #117892 from 7c6f434c/quicklisp-updatesMichael Raskin2021-03-28
|\ | | | | quicklispPackages: update, sbcl: 2.0.8 -> 2.1.2, and related stuff
| * sbcl: init 2.1.2, default 2.0.8 -> 2.1.2Michael Raskin2021-03-28
| |
* | julia: use system blas only when not darwinBen Siraphob2021-03-28
| |
* | llvmPackages_6.llvm-manpages: unbreaksternenseemann2021-03-27
|/ | | | | | enableSharedLibraries defaulted to true which caused a phase to try to use the $lib output which doesn't exist for the llvm-manpages derivation.
* Merge pull request #117240 from eraserhd/fix-gambit-compiler-pathsMichael Raskin2021-03-26
|\ | | | | gambit: fix compiler paths
| * gambit: fix compiler pathsJason Felice2021-03-22
| | | | | | | | | | | | Prior to the recent merge, the full paths were specified here, so gambit would get the full paths and not need to propagate the compiler inputs.
* | nim: cross-compilation fixesEmery Hemingway2021-03-26
| | | | | | | | | | | | | | | | * Import with callPackages * Use buildPackages for building a cross-compiler * Patch-out potential conflicts in nim.cfg * Generate a configuration with toolchain detection * Build with strictDeps enabled
* | Merge pull request #116781 from cust0dian/adoptopenjdk-16taku02021-03-26
|\ \ | | | | | | adoptopenjdk-bin: add 16.0.0
| * | adoptopenjdk: add 16.0.0Serg Nesterov2021-03-22
| | |
* | | haxe*: set licenses according to upstream opam filesternenseemann2021-03-25
| | | | | | | | | | | | | | | | | | Upstream specifies MIT and GPL2+ in its opam file, so we run with this. There doesn't seem to have been any license change and I couldn't track down the mentioned docs/license.txt.
* | | neko: try to list applying licenses more accuratelysternenseemann2021-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | As a side note: This change shows why `with` can be dangerous business: It doesn't shadow any existing bindings which can be unexpected. If I were to use with licenses; [ … ] here, zlib in the with block would actually be the zlib passed via the function arguments instead of the zlib from licenses which would be expected. This was what caused the previous eval error.
* | | haxe: 3.4.6 -> 4.2.1sternenseemann2021-03-25
| | | | | | | | | | | | | | | | | | | | | | | | haxe_4_2: init at 4.2.1 haxe_3_4, haxe_3_2 still exist. Co-authored-by: Daniel Firth <dan.firth@homotopic.tech>
* | | neko: 2.2.0 -> 2.3.0Daniel Firth2021-03-25
| | | | | | | | | | | | Co-authored-by: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>
* | | Merge pull request #117570 from FRidh/python2aliasFrederik Rietdijk2021-03-25
|\ \ \ | | | | | | | | Python: be explicit on whether it is python2 or python3 that is used
| * | | dtc: don't require pythonFrederik Rietdijk2021-03-25
| | | |
| * | | cmdstan: use python3Frederik Rietdijk2021-03-25
| | | |
* | | | julia: add update script, and 1.5.3 -> 1.5.4 (#116466)Samuel Ainsworth2021-03-25
| | | |
* | | | llvmPackages_rocm: 4.0.1 -> 4.1.0Daniël de Kok2021-03-24
|/ / /
* | | elmPackages.elm-format: fix buildMarek Fajkus2021-03-23
| | | | | | | | | | | | closes #117336
* | | Merge pull request #117185 from r-ryantm/auto-update/gleamRyan Mulligan2021-03-22
|\ \ \ | | | | | | | | gleam: 0.14.2 -> 0.14.3
| * | | gleam: 0.14.2 -> 0.14.3R. RyanTM2021-03-22
| | | |
* | | | openjdk/darwin: move version out of nameBen Siraphob2021-03-22
| |_|/ |/| |
* | | urn: all platformsBen Siraphob2021-03-22
|/ /
* | Merge pull request #86200 from jamesottaway/patch-1Sandro2021-03-22
|\ \ | |/ |/| dotnetCorePackages: Fix `combinePackages` example
| * dotnetCorePackages: Fix `combinePackages` exampleJames Ottaway2021-01-29
| |
* | Merge pull request #111161 from r-ryantm/auto-update/corralSandro2021-03-21
|\ \ | | | | | | pony-corral: 0.4.0 -> 0.4.1
| * | pony-corral: 0.4.0 -> 0.4.1R. RyanTM2021-01-29
| |/
* | bs-platform: remove myself from maintainersAntonio Nuno Monteiro2021-03-21
| |
* | Merge pull request #113747 from r-burns/nixpkgs-gcc-decfloatJohn Ericson2021-03-21
|\ \ | | | | | | gcc: don't disable decimal-float when cross-compiling
| * | gcc: don't disable decimal-float when cross-compilingRyan Burns2021-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This causes some minor ugliness during stdenv bootstrap on powerpc64le using cross-compiled bootstrap tools. MPFR wants to use decimal floats by default so they have to be manually disabled in the configure flags when using cross-compiled bootstrap tools. The lineage of this particular configure flag traces back to 2010 (!) It was added in commit: 9b1d5353a951a29e33a3a137cb3d5246c1eff6a7 I've built various cross bootstrap tools and they seem to work fine, so I don't think this is needed anymore.
* | | Merge pull request #116935 from hercules-ci/unsupported-jdkstaku02021-03-21
|\ \ \ | | | | | | | | adoptopenjdk-bin: mark insecure 13 and 14
| * | | adoptopenjdk-{13,14}: mark insecureRobert Hensing2021-03-19
| | | |
* | | | Merge pull request #116833 from thefloweringash/compiler-rt-archJohn Ericson2021-03-19
|\ \ \ \ | | | | | | | | | | llvmPackages_{10,11}.compiler-rt: restrict build to current arch
| * | | | llvmPackages_{10,11}.compiler-rt: restrict build to current archAndrew Childs2021-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround for build failure after adding mandatory -arch argument. Nixpkgs targets a single architecture, so this saves a small amount of wasted build effort. See https://github.com/NixOS/nixpkgs/pull/114817#issuecomment-802709527
| * | | | llvmPackages_*.compiler-rt: use darwinArchAndrew Childs2021-03-19
| | | | |
* | | | | Merge pull request #116096 from NixOS/haskell-updatesPeter Simons2021-03-19
|\ \ \ \ \ | |/ / / / |/| | | | Update Haskell package set to Stackage Nightly 2021-03-17 (plus other fixes)
| * | | | Merge origin/master into haskell-updates.Peter Simons2021-03-17
| |\ \ \ \
| * | | | | ghc: drop obsolete compiler version 8.10.3Peter Simons2021-03-12
| | | | | |
| * | | | | ghc: drop obsolete compiler version 8.10.2Peter Simons2021-03-12
| | | | | |
| * | | | | ghc: drop obsolete compiler version 8.10.1Peter Simons2021-03-12
| | | | | |
| * | | | | ghc: drop obsolete compiler version 8.8.3Peter Simons2021-03-12
| | | | | |
| * | | | | ghc: drop obsolete compiler version 8.8.2Peter Simons2021-03-12
| | | | | |
| * | | | | ghc: drop unused binary compiler version 8.2.2Peter Simons2021-03-12
| | | | | |
| * | | | | ghc: drop obsolete version 8.6.5Peter Simons2021-03-12
| | | | | |
* | | | | | Merge master into staging-nextFrederik Rietdijk2021-03-19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #115381 from rskew/masterSandro2021-03-19
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | swiProlog: fix and document pack installRowan Skewes2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pack install location to swipl pack path Document using local pack install
* | | | | | | Merge branch 'master' into staging-nextJan Tojnar2021-03-18
|\| | | | | |
| * | | | | | dmd: 2.091.1 -> 2.095.1Thomas Mader2021-03-18
| | | | | | |
| * | | | | | ldc: 1.24.0 -> 1.25.1Thomas Mader2021-03-18
| | | | | | |