Unverified Commit 64edfe9a authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

tbb_{2022,2021,2020}: 2022.0.0 -> 2022.1.0; 2021.11.0 -> 2021.13.0; 2020.3 ->...

tbb_{2022,2021,2020}: 2022.0.0 -> 2022.1.0; 2021.11.0 -> 2021.13.0; 2020.3 -> 2020.3.3; shorten name; move to by-name; disable manifold failing test for openscad-unstable (#402480)
parents 6773143d 79870dbb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
  opencascade-occt_7_6_1,
  openvdb,
  qhull,
  tbb_2021_11,
  tbb_2021,
  wxGTK32,
  xorg,
  libbgcode,
@@ -54,7 +54,7 @@ let
      hash = "sha256-WNdAYu66ggpSYJ8Kt57yEA4mSTv+Rvzj9Rm1q765HpY=";
    };
  });
  openvdb_tbb_2021_8 = openvdb.override { tbb = tbb_2021_11; };
  openvdb_tbb_2021_8 = openvdb.override { tbb = tbb_2021; };
  wxGTK-override' = if wxGTK-override == null then wxGTK32 else wxGTK-override;
  opencascade-override' =
    if opencascade-override == null then opencascade-occt_7_6_1 else opencascade-override;
@@ -125,7 +125,7 @@ stdenv.mkDerivation (finalAttrs: {
      opencascade-override'
      openvdb_tbb_2021_8
      qhull
      tbb_2021_11
      tbb_2021
      wxGTK-override'
      xorg.libX11
      libbgcode
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  boost,
  fuse3,
  lib45d,
  tbb_2021_11,
  tbb_2021,
  liburing,
  installShellFiles,
}:
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
    boost
    fuse3
    lib45d
    tbb_2021_11
    tbb_2021
    liburing
  ];

+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
  opencv,
  pcre,
  systemd,
  tbb_2021_11,
  tbb_2021,
  webkitgtk_4_0,
  wxGTK31,
  xorg,
@@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
      opencascade-occt_7_6
      openvdb
      pcre
      tbb_2021_11
      tbb_2021
      webkitgtk_4_0
      wxGTK'
      xorg.libX11
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  tbb_2021_11,
  tbb_2021,
  libgit2,
  curl,
  fmt,
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
  buildInputs = [
    libgit2
    fmt
    tbb_2021_11
    tbb_2021
    nlohmann_json
    curl
  ];
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  numactl,
  mpi,
  sparsehash,
  tbb_2022_0,
  tbb_2022,
  gtest,
  mpiCheckPhaseHook,
}:
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
  propagatedBuildInputs = [
    mpi
    sparsehash
    tbb_2022_0
    tbb_2022
  ];

  cmakeFlags = [
Loading