-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 3f690bfcd4ad
head repository: NixOS/nixpkgs-channels
compare: 7e571eb9943d
Commits on May 26, 2020
-
See https://lists.gnu.org/archive/html/info-gnu/2020-05/msg00007.html for release information
Configuration menu - View commit details
-
Copy full SHA for 2061fb5 - Browse repository at this point
Copy the full SHA 2061fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e94f5 - Browse repository at this point
Copy the full SHA 31e94f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3ca0c - Browse repository at this point
Copy the full SHA 9b3ca0cView commit details -
openmpi: use pkgsHostTarget for gfortran
This is very confusing. “stdenv” is created from the parent stage so pkgsTargetTarget.stdenv.cc is a compiler that runs /on/ host platform and creates binaries for target platform. gfortran on the other hand is not special cased like stdenv, so the equivalent to pkgsTargetTarget.stdenv.cc is pkgsHostTarget.gfortran. I’ve rewritten this to be a little less confusing, “pkgsHostTarget” is equivalent to “pkgs” so it is unneeded. All that is left is “pkgsTargetTarget.stdenv” which is equivalent to “targetPackages.stdenv”. Fixes #88951 /cc @markuskowa @Ericson2314
Configuration menu - View commit details
-
Copy full SHA for c60144d - Browse repository at this point
Copy the full SHA c60144dView commit details
Commits on May 27, 2020
-
gcc: optimize cross-compiled libraries
`libstdc++` and a few other libraries are comiled with the options set in `EXTRA_TARGET_FLAGS`. Normally, this is filled form `EXTRA_FLAGS` inside of `builder.sh`, from which it inherits its optimization option. For cross compilers `EXTRA_TARGET_FLAGS` is set by a dedicated function that does not specify any optimization, leading to sub-par runtime performance of many C++ programs.
Configuration menu - View commit details
-
Copy full SHA for 2be2b53 - Browse repository at this point
Copy the full SHA 2be2b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 484eef5 - Browse repository at this point
Copy the full SHA 484eef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b958b71 - Browse repository at this point
Copy the full SHA b958b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e0014 - Browse repository at this point
Copy the full SHA c9e0014View commit details -
Merge pull request #89009 from wamserma/python-svgwrite-1.4.0
pythonPackages.svgwrite: 1.3.1 -> 1.4
Configuration menu - View commit details
-
Copy full SHA for 7978a7e - Browse repository at this point
Copy the full SHA 7978a7eView commit details -
Merge pull request #88974 from magnetophon/dtrx
dtrx: remove p7zip, since it's unsafe
Configuration menu - View commit details
-
Copy full SHA for 7a056d4 - Browse repository at this point
Copy the full SHA 7a056d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef5faff - Browse repository at this point
Copy the full SHA ef5faffView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9c90c - Browse repository at this point
Copy the full SHA bc9c90cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 159ffc8 - Browse repository at this point
Copy the full SHA 159ffc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d96a7 - Browse repository at this point
Copy the full SHA 99d96a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 440f352 - Browse repository at this point
Copy the full SHA 440f352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e53a7 - Browse repository at this point
Copy the full SHA 45e53a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5925f - Browse repository at this point
Copy the full SHA 1b5925fView commit details -
Merge pull request #89014 from marsam/update-nodejs-12_x
nodejs-12_x: 12.16.3 -> 12.17.0
Configuration menu - View commit details
-
Copy full SHA for 46f975f - Browse repository at this point
Copy the full SHA 46f975fView commit details -
Merge pull request #88945 from r-ryantm/auto-update/pkgconf
pkgconf: 1.6.3 -> 1.7.0
Configuration menu - View commit details
-
Copy full SHA for ec5a2bf - Browse repository at this point
Copy the full SHA ec5a2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8896de - Browse repository at this point
Copy the full SHA e8896deView commit details -
Merge pull request #88984 from matthewbauer/gfortran-no-pkgsTargetTarget
openmpi: use pkgsHostTarget for gfortran
Configuration menu - View commit details
-
Copy full SHA for 673827f - Browse repository at this point
Copy the full SHA 673827fView commit details -
Merge pull request #88988 from tobim/optimize-cross-libstdc++
gcc: optimize cross-compiled libraries
Configuration menu - View commit details
-
Copy full SHA for 7e571eb - Browse repository at this point
Copy the full SHA 7e571ebView commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.