* [gentoo-commits] repo/gentoo:master commit in: media-gfx/solvespace/files/
@ 2022-09-12 18:17 Matthew Smith
0 siblings, 0 replies; only message in thread
From: Matthew Smith @ 2022-09-12 18:17 UTC (permalink / raw
To: gentoo-commits
commit: f3a81d71b2cf89ac4d556ecd38345920ac4e699d
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Sep 12 17:22:15 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 18:17:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a81d71
media-gfx/solvespace: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.36 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/27231
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
.../files/solvespace-3.0-use-system-mimalloc.patch | 74 ----------------------
1 file changed, 74 deletions(-)
diff --git a/media-gfx/solvespace/files/solvespace-3.0-use-system-mimalloc.patch b/media-gfx/solvespace/files/solvespace-3.0-use-system-mimalloc.patch
deleted file mode 100644
index 485a870449b2..000000000000
--- a/media-gfx/solvespace/files/solvespace-3.0-use-system-mimalloc.patch
+++ /dev/null
@@ -1,74 +0,0 @@
-From eb8cd7a379503a0206d6ff43a2ce0749a32f2a37 Mon Sep 17 00:00:00 2001
-From: Matthew Smith <matthew@gentoo.org>
-Date: Fri, 11 Mar 2022 18:11:27 +0000
-Subject: [PATCH] build: Use system mimalloc
-
----
- CMakeLists.txt | 8 --------
- src/CMakeLists.txt | 12 +++---------
- 2 files changed, 3 insertions(+), 17 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index bdd3670..93485d7 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -173,14 +173,6 @@ endif()
- message(STATUS "Using in-tree libdxfrw")
- add_subdirectory(extlib/libdxfrw)
-
--message(STATUS "Using in-tree mimalloc")
--set(MI_OVERRIDE OFF CACHE BOOL "")
--set(MI_BUILD_SHARED OFF CACHE BOOL "")
--set(MI_BUILD_OBJECT OFF CACHE BOOL "")
--set(MI_BUILD_TESTS OFF CACHE BOOL "")
--add_subdirectory(extlib/mimalloc EXCLUDE_FROM_ALL)
--set(MIMALLOC_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/extlib/mimalloc/include)
--
- if(WIN32 OR APPLE)
- # On Win32 and macOS we use vendored packages, since there is little to no benefit
- # to trying to find system versions. In particular, trying to link to libraries from
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 5ac7b41..9f4e2f7 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -55,10 +55,7 @@ target_include_directories(slvs
-
- target_link_libraries(slvs
- ${util_LIBRARIES}
-- mimalloc-static)
--
--add_dependencies(slvs
-- mimalloc-static)
-+ mimalloc)
-
- set_target_properties(slvs PROPERTIES
- PUBLIC_HEADER ${CMAKE_SOURCE_DIR}/include/slvs.h
-@@ -213,9 +210,6 @@ add_library(solvespace-core STATIC
- ${solvespace_core_HEADERS}
- ${solvespace_core_SOURCES})
-
--add_dependencies(solvespace-core
-- mimalloc-static)
--
- target_link_libraries(solvespace-core
- ${OpenMP_CXX_LIBRARIES}
- dxfrw
-@@ -223,7 +217,7 @@ target_link_libraries(solvespace-core
- ${ZLIB_LIBRARY}
- ${PNG_LIBRARY}
- ${FREETYPE_LIBRARY}
-- mimalloc-static)
-+ mimalloc)
-
- if(Backtrace_FOUND)
- target_link_libraries(solvespace-core
-@@ -430,4 +424,4 @@ if(APPLE)
- COMMENT "Bundling executable solvespace-cli"
- VERBATIM)
- endif()
--endif()
-\ No newline at end of file
-+endif()
---
-2.35.1
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-09-12 18:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-12 18:17 [gentoo-commits] repo/gentoo:master commit in: media-gfx/solvespace/files/ Matthew Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox