openroad: unpin Boost

Doesn’t fully build for me due to the tests mentioned in
<https://github.com/NixOS/nixpkgs/pull/369735#issuecomment-2568320644>,
but gets past all the C++ compilation and fails on the same tests
as without this change, so this seeems safe to get rid of the sole
remaining user of Boost 1.80. Upstream pins no specific version in
their build system (though their Dockerfile installs the version from
CentOS 7, which is the truly ancient Boost 1.53).
This commit is contained in:
Emily
2025-01-02 20:27:51 +00:00
parent ab065822e5
commit 080f7e9b06
@@ -9,7 +9,7 @@
git,
python3,
swig,
boost180,
boost,
cbc, # for clp
cimg,
clp, # for or-tools
@@ -70,7 +70,7 @@ mkDerivation rec {
];
buildInputs = [
boost180
boost
cbc
cimg
clp