Skip to content

Commit

Permalink
pnr/openroad: refresh patches
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Oct 2, 2023
1 parent 4478848 commit 0ac38c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pnr/openroad/remove-boost-span-deps.patch
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ index f2e7d900d..08cf44ee8 100644
-
} // namespace odb
diff --git a/src/utl/CMakeLists.txt b/src/utl/CMakeLists.txt
index 85a1250d4..99e01b846 100644
index 162e96e32..731be637d 100644
--- a/src/utl/CMakeLists.txt
+++ b/src/utl/CMakeLists.txt
@@ -35,7 +35,7 @@
Expand All @@ -53,18 +53,18 @@ index 85a1250d4..99e01b846 100644
swig_lib(NAME utl
NAMESPACE utl
diff --git a/src/utl/include/utl/CFileUtils.h b/src/utl/include/utl/CFileUtils.h
index a3c6d8024..192b1a89d 100644
index 9864badad..d18421924 100644
--- a/src/utl/include/utl/CFileUtils.h
+++ b/src/utl/include/utl/CFileUtils.h
@@ -32,7 +32,6 @@

#pragma once

-#include <boost/core/span.hpp>
#include <cstdint>
#include <cstdio>
#include <string>

@@ -54,13 +53,4 @@ namespace utl {
@@ -55,13 +54,4 @@ namespace utl {
// logger->error is used to throw.
std::string GetContents(FILE* file, Logger* logger);

Expand Down

0 comments on commit 0ac38c8

Please sign in to comment.