about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development
Commit message (Collapse)AuthorAge
* clang_11: forward-port #91293Gabor Greif2020-11-27
| | | | (cherry picked from commit 7a30df9225e3c47080744535ccbb0a1202b36a3a)
* llvmPackages_11: 11.0.0rc5 -> 11.0.0Gabor Greif2020-11-27
| | | | | | | | | | https://lists.llvm.org/pipermail/release-testers/2020-October/001377.html https://lists.llvm.org/pipermail/llvm-announce/2020-October/000089.html Fixes: - builds on Darwin - builds `libcxx` on Linux (cherry picked from commit cffb7cfbf755e5166a3a41594978e838942ef17f)
* llvmPackages_11.compiler-rt: enable support for i486 i586 i686Holger Wünsche2020-11-27
| | | | | | | | | compiler-rt (and as a result clang) can't be build for i686 (as noticed here: #99984). The patch adds the required variables and should result in the same behavior as in the nixpkgs-llvm10. It essentially forces to use i386 buildins when using i486, i586 or i686, which are not supported. Fixes #100392 (cherry picked from commit 6948875e73a855b8a0c665301576dcd9653b9e15)
* gcc: fix manpage symlinks when arch tuple is in the file nameAlexandria Corkwell2020-11-27
| | | | | | | | | | | | | | In some cases, such as when building cross compilers, the binaries and manpages contain the target architecture tuple, such as `i686-w64-mingw32-g++.1`. Ensure the symlink created to save space with the duplicated manpage (`g++.1 -> gcc.1`) properly handles such cases and generates symlinks such as `i686-w64-mingw32-g++.1 -> i686-w64-mingw32-gcc.1`. Previously in such cases, a broken `gcc.1` link would be created instead. (cherry picked from commit eed46887ca8b4b4f0fe473e32e042c0ee3a6eee5)
* buildRustCrate: fix target config environment variables on 32-bit ARMBen Wolsieffer2020-11-27
| | | | (cherry picked from commit f0fdecfbb45c74bfb6f46017563e7ec941b604e9)
* llvm_11: link to the llvm compiler-rt share directory from the wrapper (#100190)TredwellGit2020-11-27
| | | | | | | | | A port of #85925 for LLVM 11 to enable CFI for Chromium. This is required for features such as `-fsanitize=cfi` that (by default) load the file `…/resource-root/share/cfi_blacklist.txt`. (cherry picked from commit 03dd1b355b6c7379500becdf170850a5a1dfea5a)
* llvm_10: link to the llvm compiler-rt share directory from the wrapperAndreas Rammhold2020-11-27
| | | | | | | This is required for features such as `-fsanitze=cfi` that (by default) load the file `…/resource-root/share/cfi_blacklist.txt`. (cherry picked from commit d17650b654aa649ee5161b629d70b62c265b1825)
* rust: 1.46.0 -> 1.47.0Finn Behrens2020-11-27
| | | | (cherry picked from commit 75ead1b43a0d41199d0a14e44da4bf8a11dbeedc)
* llvmPackages_11.clang-unwrapped: Inherit clang-tools-extra_srcMichael Weiss2020-11-27
| | | | | | | So that it can be accessed via llvmPackages_11.clang-unwrapped.clang-tools-extra_src (e.g. useful for nix-prefetch-url). (cherry picked from commit 72cc4d2f0a80fdf183bb8a23f75de553a0b81b78)
* llvm_11: 11.0.0rc3 -> 11.0.0rc5Gabor Greif2020-11-27
| | | | (cherry picked from commit a64eabfe7c5c206209fce9d00f941389ff15dd8c)
* llvm_11: 11.0.0rc2 -> 11.0.0rc3Gabor Greif2020-11-27
| | | | (cherry picked from commit 1c0cbf8aea860d7a08948b4706846058e073f5ea)
* nspr: 4.28 -> 4.29Vladimír Čunát2020-11-27
| | | | | | | I found nothing like release notes. It certainly is a companion version for nss 3.57 (parent commit). Firefox appears to be OK. (cherry picked from commit 0cc9dd7c16ea3db534274225617c22160eca4311)
* nss: 3.56 -> 3.57Vladimír Čunát2020-11-27
| | | | | | | | | | Release notes seem "boring": https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.57_release_notes My understanding is that this version will be needed in Firefox 82 released in one month from now: https://wiki.mozilla.org/NSS:Release_Versions (cherry picked from commit 80d90e69fef396bc7981f0dc499aabdfa33d69c8)
* llvmPackages_rocm: 3.7.0 -> 3.8.0Daniël de Kok2020-11-27
| | | | (cherry picked from commit 2db575ecae0195a5c1d025c1180008f95b263f3c)
* rust: remove 1.44.1 since firefox and thunderbird build with 1.46Bas van Dijk2020-11-27
| | | | (cherry picked from commit c01133316f7bac9d45c8afa2f4778b6cd76d1015)
* makeRustPlatform: Put back in it's own file.John Ericson2020-11-27
| | | | | | | | | | We expose it on the top level, but I don't think it makes sense to pull it from a specific version of the rust tools when it is in fact version agnostic. This reverts a tiny portion of 912dca193aee9da77a4d429285db53729d81aa3d. (cherry picked from commit 54b4b470c3a7149a7c459d92859a51c2e7a04cf7)
* rust: 1.45.2 -> 1.46.0Bas van Dijk2020-11-27
| | | | | | | | | | | | | | | | | | This adds the rust toolchain 1.46.0: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1460-2020-08-27 Because rustc-1.46.0 enables static PIE by default for `x86_64-unknown-linux-musl` this release will suffer from: https://github.com/NixOS/nixpkgs/issues/94228 So this commit doesn't remove the 1.45.2 release. This commit also specifies the right LLVM packages to use for each rust release. (cherry picked from commit b837bd4305144d04bdbb796507aa57691976336d)
* lldb_5, lldb_6: add patch for >=python-3.7Maxim Krivchikov2020-11-27
| | | | (cherry picked from commit 172f3a197e38c885bc5a183ecb12b47081d78819)
* gcc10: 10.1.0 -> 10.2.0Vladimír Čunát2020-11-27
| | | | | | | | It's supposed to be just bugfixes. I tested building some projects with gcc10. Also gfortran10 still builds. I don't expect issues. This causes basically no rebuilds, as we use 9 by default. (cherry picked from commit 51ccf2d4badea4d709f8087e3fdb3fff3956d556)
* gcc.arch: refactor, move tables under lib/volth2020-11-27
| | | | (cherry picked from commit cf7b63df5b9efdef4e8e1b3261d7040199f7e671)
* platform.gcc.arch: support for AMD CPUsvolth2020-11-27
| | | | (cherry picked from commit 463db72e631e0bd4a835796324eb1981071c6ee4)
* gcc: Only use strip -x if building libgccjit on darwinAndreas Fuchs2020-11-27
| | | | | | | It's not necessary to use strip -x otherwise, so let's just use it for the JIT library. (cherry picked from commit 41e34e76d8802feaa9c13f88a5f032c529fc74e9)
* gcc: On darwin, adjust IDs of installed .so files alsoAndreas Fuchs2020-11-27
| | | | | | | | | | | | Turns out that libgccjit gets installed as a .so file, which the gcc builder.sh didn't change: It only touched .dylib files; that means that anything linking in libgccjit.so would receive an "Image not found" error at load time. With this change, we invoke `install_name_tool` on .so files too, adjusting their dynamic linker ID, so that they too can be found. (cherry picked from commit 175995986337e58e8ceec72d09515332fe363d3a)
* gcc: Fix building libgccjit on darwin, using strip -xAndreas Fuchs2020-11-27
| | | | | | | | The default `strip` invocation tries to strip global symbols from the library, and refuses because those are indirect symbol table references. (cherry picked from commit 038e86ffbb76bd54b922e68f5514102e36bec96b)
* emscripten: precompile libraries for wasm2cGabriel Ebner2020-11-27
| | | | (cherry picked from commit ad330434031519fd5dd7e52f32d7d8a30f36a4db)
* emscripten: make emconfigure use wrapped binariesGabriel Ebner2020-11-27
| | | | (cherry picked from commit fc0f11e3d533fadbb7d2330b3d3b50bd4eae298e)
* emscripten: precompile libc, etc.Gabriel Ebner2020-11-27
| | | | (cherry picked from commit bc9760b842abdb4aac17543a3ae8decae5e6530e)
* emscripten: fix node modulesGabriel Ebner2020-11-27
| | | | (cherry picked from commit 3f30e70d294b95acd20090b50534e7568d6b3527)
* emscripten: 2.0.0 -> 2.0.1Gabriel Ebner2020-11-27
| | | | (cherry picked from commit beb0339ce5dd74800fe8d57323afbb4b9dd017a0)
* emscripten: add node dependencies for acorn-optimizerGabriel Ebner2020-11-27
| | | | (cherry picked from commit 48dc384a3cc28fdd8ef133df9b11ca1bd814e62e)
* emscripten: 1.39.1 -> 2.0.0Gabriel Ebner2020-11-27
| | | | (cherry picked from commit 2d39da2084d5286bcefcf3e45c27fb140b350b19)
* gcc10: fix building darwin->linux cross compilerMatthew Bauer2020-11-27
| | | | | | same as 459c60dda2406d2207d2afd90f210ffc87efde54 but for gcc10 (cherry picked from commit 0b8312660aaa34cc87bdf5e3776bcaf4c5ba3c59)
* llvm_11: Enable build-id when linking libLLVM shared libsMichael Weiss2020-11-27
| | | | | | | | | | 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> (cherry picked from commit 4a8262149139a9dee25a63a2d2c2888ede7d73dd)
* llvm_11: 11.0.0rc1 -> 11.0.0rc2Gabor Greif2020-11-27
| | | | | http://lists.llvm.org/pipermail/release-testers/2020-August/001321.html (cherry picked from commit df267a4cca6814261e10e9e3cb87fb706519307d)
* llvm_11: init at 11.0.0rc1Gabor Greif2020-11-27
| | | | | | | | | http://lists.llvm.org/pipermail/release-testers/2020-July/001305.html TODO: Enable Polly. Co-authored-by: conferno <conferno@camfex.cz> (cherry picked from commit 0a8334d5a0097d7235edfc12ff216cce87aa5a2c)
* llvm_11: Copy all files from llvmPackages_10Michael Weiss2020-11-27
| | | | | | | This is simply the result of: cp -r pkgs/development/compilers/llvm/10 pkgs/development/compilers/llvm/11/ (cherry picked from commit 28f2797a81e738234cdc57a688afb136f692672b)
* llvmPackages_rocm: 3.5.1 -> 3.7.0Daniël de Kok2020-11-27
| | | | (cherry picked from commit 89567e206406672ba156ba44e23f93cc215a8223)
* llvm_10: disable failing test on 32-bit ARMTom Hall2020-11-27
| | | | (cherry picked from commit 92b4e00ffe12bb8381b4cb1241c8db1fd39d6549)
* treewide: Get rid of `cc.gcc`John Ericson2020-11-27
| | | | | | | Instead, we have a new `gccForLibs`, which has the appropriate definition for e.g. avoiding `x86_32` linking problems. (cherry picked from commit 92f96f47b05543074e61f1879769d52aa3ddfe66)
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-11-27
| | | | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom). (cherry picked from commit d0677e6d45c4acf9fdd3f09e77f7201794a45a82)
* llvm: setup some symlinks for compatibility with binutilsMatthew Bauer2020-11-27
| | | | | | | | | | | This is needed for cross-compiling for LLVM. After https://github.com/NixOS/nixpkgs/pull/94088, we still need some of these, so I’ve whitelisted those that are in binutils. /cc @DavidTruby (cherry picked from commit b331c72f032389c7156ff1d30117f91c95bbeedb)
* llvmPackages_10: 10.0.0 -> 10.0.1Gabor Greif2020-11-27
| | | | | | | This is a purely bugfix release. See: http://lists.llvm.org/pipermail/release-testers/2020-July/001297.html (cherry picked from commit e51d3a039929f18a8b590a62045ac5d13ad7a055)
* llvmPackages_{8..10}: comment out broken manpagesHolger Wünsche2020-11-27
| | | | | | | | | This disables all manpages packages depending on recommonmark. This can be undone once recommonmark supports sphinx 3. The other manpage-packages don't use recommonmark and don't need to be commented out. (cherry picked from commit c4740fcb1b939feb4491e842e5e467f9b9d91f3d)
* llvm*: remove symlinks to llvm-diff, llvm-as and associated LLVM IR utilities.David Truby2020-11-27
| | | | | | | | | These llvm-prefixed utilities are not drop-in replacements for the utilities with similar names, they are specifically for operating on LLVM IR files. Symlinking these without the prefix causes incompatibilities with tools that expect diff, as and others to behave normally. (cherry picked from commit 46e5ea5af6474a7c5f841fcdb516de64b98995fe)
* stdenv: make -nostdinc work as intendedJörg Thalheim2020-11-27
| | | | | | | Right now we add glibc to search path also -nostdinc was provided, which breaks projects providing their own gcc. (cherry picked from commit 96092dc93640b8ad6520a8bae6f78d62eaba0ec2)
* clang_{5..10}: add RTTIHolger Wünsche2020-11-27
| | | | | | | This fixes problems with missing symbols when using clang as library and is most likely a result of llvm being build with RTTI enabled. (cherry picked from commit 0f0b14258be090303c5013c2e29234040fa9766c)
* GCC: fix compilation on MacOS 10.15Calvin Loncaric2020-11-27
| | | | | | | | | MacOS 10.15 now includes "aligned_alloc". Disagreement between the headers and the binaries about whether aligned_alloc exists leads to a compilation failure (see #73319 and the detailed comment in this commit). (cherry picked from commit 3a79681eb45df9c89d1de613114394f49582f0d6)
* redox: add as targetAaron Janse2020-11-27
| | | | (cherry picked from commit 60fd049b6552d73a5162109e7d8aa0839b54c398)
* llvmPackages_rocm: init at 3.5.1Daniël de Kok2020-11-27
| | | | (cherry picked from commit e492cd92a918068c50b65ea04ef062d4acc8814c)
* gcc49: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | | | | | The same `libsanitizer` problem as in llvm<10 and newer GCCs. https://hydra.nixos.org/build/122902814 https://hydra.nixos.org/build/122903349 (cherry picked from commit 114f97e77e0f9bba09edf2251963495a41baeb64)