Commit 1bd32785 authored by Adkins, Cameron's avatar Adkins, Cameron
Browse files

boost: use boost182 in various places for mingw

parent 84e3ec37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  stdenv,
  fetchFromGitHub,
  cmake,
  boost,
  boost182,
  zlib,
}:

@@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
  version = "5.4.3";
  outputs = [
    "out"
    "lib"
    "dev"
  ];

@@ -25,7 +24,7 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ cmake ];
  buildInputs = [
    boost
    boost182
    zlib
  ];

@@ -35,6 +34,7 @@ stdenv.mkDerivation rec {
    # Needed with GCC 12
    "-Wno-error=array-bounds"
    "-Wno-error=unknown-pragmas"
    "-Wno-maybe-uninitialized"
  ]);

  meta = with lib; {
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  stdenv,
  fetchurl,
  cmake,
  boost,
  boost182,
  gmp,
  mpfr,
}:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
  # note: optional component libCGAL_ImageIO would need zlib and opengl;
  #   there are also libCGAL_Qt{3,4} omitted ATM
  buildInputs = [
    boost
    boost182
    gmp
    mpfr
  ];