ieda: fix build with boost 1.89

Signed-off-by: Emin <me@emin.chat>
This commit is contained in:
Emin
2026-03-16 10:55:34 +08:00
parent 31eaa93e3f
commit 3fa2d13d0a
+6
View File
@@ -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 = ''