From 080f7e9b06ff531439ff78385f97f5e0d8fa2bfa Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 2 Jan 2025 20:02:29 +0000 Subject: [PATCH] openroad: unpin Boost MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doesn’t fully build for me due to the tests mentioned in , 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). --- pkgs/applications/science/electronics/openroad/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/electronics/openroad/default.nix b/pkgs/applications/science/electronics/openroad/default.nix index 4558a9f69b4b..e6278d57f160 100644 --- a/pkgs/applications/science/electronics/openroad/default.nix +++ b/pkgs/applications/science/electronics/openroad/default.nix @@ -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