Unverified Commit 422e17a1 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

ieda: fix build with boost 1.89 (#500276)

parents b6d114f0 3fa2d13d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -45,6 +45,12 @@ let
      })
    ];

    postPatch = ''
      # Patch for boost1.89, should be removed after upstream update: https://gitee.com/oscc-project/iEDA/pulls/92
      sed -i '1i find_package(Boost REQUIRED)' src/operation/iPA/test/CMakeLists.txt
      sed -i 's/boost_system/Boost::headers/g' src/operation/iPA/test/CMakeLists.txt
    '';

    dontBuild = true;
    dontFixup = true;
    installPhase = ''