Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: af23d1e2e7e2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b50855dc353c
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 5, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    markuskowa Markus Kowalewski
    Copy the full SHA
    c997f5d View commit details

Commits on Mar 6, 2019

  1. Merge pull request #56913 from markuskowa/rm-julia06

    julia: remove 0.6.4 (julia_06)
    markuskowa authored Mar 6, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b50855d View commit details
Showing with 0 additions and 233 deletions.
  1. +0 −25 pkgs/development/compilers/julia/0002-use-system-suitesparse.patch
  2. +0 −201 pkgs/development/compilers/julia/default.nix
  3. +0 −7 pkgs/top-level/all-packages.nix
25 changes: 0 additions & 25 deletions pkgs/development/compilers/julia/0002-use-system-suitesparse.patch

This file was deleted.

201 changes: 0 additions & 201 deletions pkgs/development/compilers/julia/default.nix

This file was deleted.

7 changes: 0 additions & 7 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -7269,13 +7269,6 @@ in

jikes = callPackage ../development/compilers/jikes { };

julia_06 = callPackage ../development/compilers/julia {
gmp = gmp6;
openblas = openblasCompat;
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
llvm = llvm_39;
};

julia_07 = callPackage ../development/compilers/julia/0.7.nix {
gmp = gmp6;
openblas = openblasCompat;