Skip to content

Commit f667b58

Browse files
authored
Merge pull request #217 from proppy/fix-openroad-patches
pnr/openroad: update patches
2 parents 6e29a45 + 5287e37 commit f667b58

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

pnr/openroad/odb-drt-disable-tests.patch

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/src/drt/CMakeLists.txt b/src/drt/CMakeLists.txt
2-
index ce93a063e..2c3afc754 100644
2+
index ca78d0f16..a0f1bf7fa 100644
33
--- a/src/drt/CMakeLists.txt
44
+++ b/src/drt/CMakeLists.txt
5-
@@ -159,43 +159,6 @@ target_compile_options(drt
5+
@@ -166,45 +166,6 @@ target_compile_options(drt
66
$<$<CXX_COMPILER_ID:Clang>:-Wall -pedantic -Wcast-qual -Wredundant-decls -Wformat-security -Wno-gnu-zero-variadic-macro-arguments>
77
)
88

@@ -14,6 +14,8 @@ index ce93a063e..2c3afc754 100644
1414
-add_executable(trTest
1515
- ${FLEXROUTE_HOME}/test/gcTest.cpp
1616
- ${FLEXROUTE_HOME}/test/fixture.cpp
17+
- ${FLEXROUTE_HOME}/test/stubs.cpp
18+
- ${OPENROAD_HOME}/src/gui/src/stub.cpp
1719
-)
1820
-
1921
-target_include_directories(trTest
@@ -46,15 +48,3 @@ index ce93a063e..2c3afc754 100644
4648
############################################################
4749
# VTune ITT API
4850
############################################################
49-
diff --git a/src/odb/CMakeLists.txt b/src/odb/CMakeLists.txt
50-
index 7e55b669c..4614df8bf 100644
51-
--- a/src/odb/CMakeLists.txt
52-
+++ b/src/odb/CMakeLists.txt
53-
@@ -29,7 +29,6 @@ add_subdirectory(src/zutil)
54-
add_subdirectory(src/zlib)
55-
add_subdirectory(src/tm)
56-
add_subdirectory(src/cdl)
57-
-add_subdirectory(test/cpp)
58-
############################################################################
59-
################################# SWIG #####################################
60-
############################################################################

0 commit comments

Comments
 (0)