Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/cpp-taskflow/files/, dev-cpp/cpp-taskflow/
Date: Tue, 30 Jun 2020 19:43:45
Message-Id: 1593497149.b6fc075df417744e70a37aa1006a9f650cd56747.andrewammerlaan@gentoo
1 commit: b6fc075df417744e70a37aa1006a9f650cd56747
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Tue Jun 30 06:05:49 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Jun 30 06:05:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6fc075d
7
8 dev-cpp/cpp-taskflow: Remove, package is in ::gentoo.
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 dev-cpp/cpp-taskflow/Manifest | 2 -
13 dev-cpp/cpp-taskflow/cpp-taskflow-2.3.1.ebuild | 38 -----------------
14 dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild | 39 -----------------
15 dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild | 38 -----------------
16 .../files/cpp-taskflow-2.3.1-fix-lib-path.patch | 49 ----------------------
17 ...pp-taskflow-2.3.1-optional-tests-examples.patch | 49 ----------------------
18 .../files/cpp-taskflow-2.4.0-fix-lib-path.patch | 49 ----------------------
19 .../cpp-taskflow-2.4.0-fix-version-number.patch | 13 ------
20 ...pp-taskflow-2.4.0-optional-tests-examples.patch | 42 -------------------
21 .../files/cpp-taskflow-9999-fix-lib-path.patch | 49 ----------------------
22 ...cpp-taskflow-9999-optional-tests-examples.patch | 42 -------------------
23 dev-cpp/cpp-taskflow/metadata.xml | 15 -------
24 12 files changed, 425 deletions(-)
25
26 diff --git a/dev-cpp/cpp-taskflow/Manifest b/dev-cpp/cpp-taskflow/Manifest
27 deleted file mode 100644
28 index 408dc82..0000000
29 --- a/dev-cpp/cpp-taskflow/Manifest
30 +++ /dev/null
31 @@ -1,2 +0,0 @@
32 -DIST cpp-taskflow-2.3.1.tar.gz 98888910 BLAKE2B 3ecbc3eaf8db68ded66222c512ff7e22633fc0276eaff8ca9fd43bad13bb810ef064d0c8e762a960cdfff9197e4a810b75005a0063042c724b42599a2716e609 SHA512 94d5784198571886520d9f5d69dbce659c3cd214d986e9ac001816033d7719ae21d22ed2f5879549df15b23035d06200938a07928dd773f507317ede8a121899
33 -DIST cpp-taskflow-2.4.0.tar.gz 76993334 BLAKE2B 8f257165ab72dbe6c1cf6a86886669008e9f16f1dfd4871defc452bdb9dfa3e45ab9bfbbdc874b4ba566a2a7d8984a666ce2933b2c6d2215467f7fbfa03ac520 SHA512 dd6c7500e39d7058871280d12e120bd28d9609e5289f1d7851b3b59e2c1bfe74d3040d902bd5b26895e558b563c8abad878e7bc343e199e7356940c02a64217f
34
35 diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-2.3.1.ebuild b/dev-cpp/cpp-taskflow/cpp-taskflow-2.3.1.ebuild
36 deleted file mode 100644
37 index ced7f05..0000000
38 --- a/dev-cpp/cpp-taskflow/cpp-taskflow-2.3.1.ebuild
39 +++ /dev/null
40 @@ -1,38 +0,0 @@
41 -# Copyright 2020 Gentoo Authors
42 -# Distributed under the terms of the GNU General Public License v2
43 -
44 -EAPI=7
45 -
46 -inherit cmake
47 -
48 -DESCRIPTION="Modern C++ Parallel Task Programming"
49 -HOMEPAGE="https://cpp-taskflow.github.io"
50 -if [[ ${PV} == 9999 ]]; then
51 - EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git"
52 - inherit git-r3
53 - KEYWORDS=""
54 -else
55 - SRC_URI="https://github.com/cpp-taskflow/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
56 - KEYWORDS="~amd64 ~x86"
57 -fi
58 -
59 -LICENSE="MIT"
60 -SLOT="0"
61 -IUSE="test"
62 -
63 -DEPEND=""
64 -RDEPEND="${DEPEND}"
65 -BDEPEND=""
66 -RESTRICT="!test? ( test )"
67 -
68 -PATCHES=(
69 - "${FILESDIR}"/${P}-optional-tests-examples.patch
70 - "${FILESDIR}"/${P}-fix-lib-path.patch
71 -)
72 -
73 -src_configure() {
74 - local mycmakeargs=(
75 - -DTF_BUILD_TESTS=$(usex test ON OFF)
76 - )
77 - cmake_src_configure
78 -}
79
80 diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild b/dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild
81 deleted file mode 100644
82 index 8edadb7..0000000
83 --- a/dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild
84 +++ /dev/null
85 @@ -1,39 +0,0 @@
86 -# Copyright 2020 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -
91 -inherit cmake
92 -
93 -DESCRIPTION="Modern C++ Parallel Task Programming"
94 -HOMEPAGE="https://cpp-taskflow.github.io"
95 -if [[ ${PV} == 9999 ]]; then
96 - EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git"
97 - inherit git-r3
98 - KEYWORDS=""
99 -else
100 - SRC_URI="https://github.com/cpp-taskflow/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
101 - KEYWORDS="~amd64 ~x86"
102 -fi
103 -
104 -LICENSE="MIT"
105 -SLOT="0"
106 -IUSE="test"
107 -
108 -DEPEND=""
109 -RDEPEND="${DEPEND}"
110 -BDEPEND=""
111 -RESTRICT="!test? ( test )"
112 -
113 -PATCHES=(
114 - "${FILESDIR}"/${P}-optional-tests-examples.patch
115 - "${FILESDIR}"/${P}-fix-lib-path.patch
116 - "${FILESDIR}"/${P}-fix-version-number.patch
117 -)
118 -
119 -src_configure() {
120 - local mycmakeargs=(
121 - -DTF_BUILD_TESTS=$(usex test ON OFF)
122 - )
123 - cmake_src_configure
124 -}
125
126 diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild b/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild
127 deleted file mode 100644
128 index ced7f05..0000000
129 --- a/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild
130 +++ /dev/null
131 @@ -1,38 +0,0 @@
132 -# Copyright 2020 Gentoo Authors
133 -# Distributed under the terms of the GNU General Public License v2
134 -
135 -EAPI=7
136 -
137 -inherit cmake
138 -
139 -DESCRIPTION="Modern C++ Parallel Task Programming"
140 -HOMEPAGE="https://cpp-taskflow.github.io"
141 -if [[ ${PV} == 9999 ]]; then
142 - EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git"
143 - inherit git-r3
144 - KEYWORDS=""
145 -else
146 - SRC_URI="https://github.com/cpp-taskflow/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
147 - KEYWORDS="~amd64 ~x86"
148 -fi
149 -
150 -LICENSE="MIT"
151 -SLOT="0"
152 -IUSE="test"
153 -
154 -DEPEND=""
155 -RDEPEND="${DEPEND}"
156 -BDEPEND=""
157 -RESTRICT="!test? ( test )"
158 -
159 -PATCHES=(
160 - "${FILESDIR}"/${P}-optional-tests-examples.patch
161 - "${FILESDIR}"/${P}-fix-lib-path.patch
162 -)
163 -
164 -src_configure() {
165 - local mycmakeargs=(
166 - -DTF_BUILD_TESTS=$(usex test ON OFF)
167 - )
168 - cmake_src_configure
169 -}
170
171 diff --git a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.3.1-fix-lib-path.patch b/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.3.1-fix-lib-path.patch
172 deleted file mode 100644
173 index 2b89307..0000000
174 --- a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.3.1-fix-lib-path.patch
175 +++ /dev/null
176 @@ -1,49 +0,0 @@
177 -diff --git a/CMakeLists.txt b/CMakeLists.txt
178 -index c267f84..3f357aa 100644
179 ---- a/CMakeLists.txt
180 -+++ b/CMakeLists.txt
181 -@@ -16,6 +16,7 @@ option(TF_BUILD_BENCHMARKS "Enables build of benchmarks" OFF)
182 -
183 - # Include additional language check
184 - include(CheckLanguage)
185 -+include(GNUInstallDirs)
186 -
187 - # Compiler vendors
188 - ## g++
189 -@@ -157,8 +158,8 @@ target_link_libraries(
190 - #set(CMAKE_CXX_EXTENSIONS OFF)
191 -
192 - # installation path
193 --set(TF_INC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include")
194 --set(TF_LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib")
195 -+set(TF_INC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}")
196 -+set(TF_LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
197 - set(TF_UTEST_DIR ${PROJECT_SOURCE_DIR}/unittests)
198 - set(TF_EXAMPLE_DIR ${PROJECT_SOURCE_DIR}/examples)
199 - set(TF_BENCHMARK_DIR ${PROJECT_SOURCE_DIR}/benchmarks)
200 -@@ -782,7 +783,7 @@ install(TARGETS ${PROJECT_NAME} EXPORT ${PROJECT_NAME}Targets)
201 - install(
202 - EXPORT ${PROJECT_NAME}Targets
203 - NAMESPACE ${PROJECT_NAME}::
204 -- DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
205 -+ DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
206 - )
207 -
208 - # set up config
209 -@@ -791,7 +792,7 @@ include(CMakePackageConfigHelpers)
210 - configure_package_config_file(
211 - ${PROJECT_NAME}Config.cmake.in
212 - ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake
213 -- INSTALL_DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
214 -+ INSTALL_DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
215 - PATH_VARS TF_INC_INSTALL_DIR
216 - )
217 -
218 -@@ -803,6 +804,6 @@ write_basic_package_version_file(
219 - install(
220 - FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake
221 - ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake
222 -- DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
223 -+ DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
224 - )
225 -
226
227 diff --git a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.3.1-optional-tests-examples.patch b/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.3.1-optional-tests-examples.patch
228 deleted file mode 100644
229 index 279277e..0000000
230 --- a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.3.1-optional-tests-examples.patch
231 +++ /dev/null
232 @@ -1,49 +0,0 @@
233 -diff --git a/CMakeLists.txt b/CMakeLists.txt
234 -index 3fccfd2..c267f84 100644
235 ---- a/CMakeLists.txt
236 -+++ b/CMakeLists.txt
237 -@@ -9,8 +9,8 @@ set(CMAKE_VERBOSE_MAKEFILE ON)
238 - project(Cpp-Taskflow VERSION 2.3.1 LANGUAGES CXX)
239 -
240 - # build options
241 --option(TF_BUILD_EXAMPLES "Enables build of examples" ON)
242 --option(TF_BUILD_TESTS "Enables build of tests" ON)
243 -+option(TF_BUILD_EXAMPLES "Enables build of examples" OFF)
244 -+option(TF_BUILD_TESTS "Enables build of tests" OFF)
245 - option(TF_ENABLE_CUDA "Enables build of cuda code" OFF)
246 - option(TF_BUILD_BENCHMARKS "Enables build of benchmarks" OFF)
247 -
248 -@@ -222,7 +222,7 @@ target_include_directories(${PROJECT_NAME} INTERFACE
249 - # Example program
250 - # -----------------------------------------------------------------------------
251 -
252 --if(${TF_BUILD_EXAMPLES})
253 -+if(TF_BUILD_EXAMPLES)
254 -
255 - message(STATUS "Building examples ...")
256 - set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${TF_EXAMPLE_DIR})
257 -@@ -282,13 +282,13 @@ target_link_libraries(
258 - )
259 - endif(${TF_ENABLE_CUDA})
260 -
261 --endif(${TF_BUILD_EXAMPLES}) # ---- if TF_BUILD_EXAMPLES
262 -+endif(TF_BUILD_EXAMPLES) # ---- if TF_BUILD_EXAMPLES
263 -
264 - # -----------------------------------------------------------------------------
265 - # Unittest
266 - # -----------------------------------------------------------------------------
267 -
268 --if(${TF_BUILD_TESTS})
269 -+if(TF_BUILD_TESTS)
270 -
271 - enable_testing()
272 - message(STATUS "Building unit tests ...")
273 -@@ -504,7 +504,7 @@ add_test(cuda_matrix.product ${TF_UTEST_DIR}/cuda/cuda_matrix -tc=product)
274 -
275 - endif(${TF_ENABLE_CUDA})
276 -
277 --endif(${TF_BUILD_TESTS})
278 -+endif(TF_BUILD_TESTS)
279 -
280 - # -----------------------------------------------------------------------------
281 - # Benchmarking (enabled by TF_BUILD_BENCHMARKS)
282
283 diff --git a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix-lib-path.patch b/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix-lib-path.patch
284 deleted file mode 100644
285 index 6a99a0b..0000000
286 --- a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix-lib-path.patch
287 +++ /dev/null
288 @@ -1,49 +0,0 @@
289 -diff --git a/CMakeLists.txt b/CMakeLists.txt
290 -index 4b9c134..f49c398 100644
291 ---- a/CMakeLists.txt
292 -+++ b/CMakeLists.txt
293 -@@ -16,6 +16,7 @@ option(TF_BUILD_TESTS "Enable build of tests" OFF)
294 -
295 - # Include additional language check
296 - include(CheckLanguage)
297 -+include(GNUInstallDirs)
298 -
299 - # Compiler vendors
300 - ## g++
301 -@@ -166,8 +167,8 @@ target_link_libraries(
302 - #set(CMAKE_CXX_EXTENSIONS OFF)
303 -
304 - # installation path
305 --set(TF_INC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include")
306 --set(TF_LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib")
307 -+set(TF_INC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}")
308 -+set(TF_LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
309 - set(TF_UTEST_DIR ${PROJECT_SOURCE_DIR}/unittests)
310 - set(TF_EXAMPLE_DIR ${PROJECT_SOURCE_DIR}/examples)
311 - set(TF_BENCHMARK_DIR ${PROJECT_SOURCE_DIR}/benchmarks)
312 -@@ -799,7 +800,7 @@ install(TARGETS ${PROJECT_NAME} EXPORT ${PROJECT_NAME}Targets)
313 - install(
314 - EXPORT ${PROJECT_NAME}Targets
315 - NAMESPACE ${PROJECT_NAME}::
316 -- DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
317 -+ DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
318 - )
319 -
320 - # set up config
321 -@@ -808,7 +809,7 @@ include(CMakePackageConfigHelpers)
322 - configure_package_config_file(
323 - ${PROJECT_NAME}Config.cmake.in
324 - ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake
325 -- INSTALL_DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
326 -+ INSTALL_DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
327 - PATH_VARS TF_INC_INSTALL_DIR
328 - )
329 -
330 -@@ -820,6 +821,6 @@ write_basic_package_version_file(
331 - install(
332 - FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake
333 - ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake
334 -- DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
335 -+ DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
336 - )
337 -
338
339 diff --git a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix-version-number.patch b/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix-version-number.patch
340 deleted file mode 100644
341 index 5b53c31..0000000
342 --- a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix-version-number.patch
343 +++ /dev/null
344 @@ -1,13 +0,0 @@
345 -diff --git a/CMakeLists.txt b/CMakeLists.txt
346 -index f49c398..834b32e 100644
347 ---- a/CMakeLists.txt
348 -+++ b/CMakeLists.txt
349 -@@ -6,7 +6,7 @@ MESSAGE(STATUS "CMAKE_ROOT: " ${CMAKE_ROOT})
350 - set(CMAKE_VERBOSE_MAKEFILE ON)
351 -
352 - # Project name
353 --project(Cpp-Taskflow VERSION 2.3.1 LANGUAGES CXX)
354 -+project(Cpp-Taskflow VERSION 2.4.0 LANGUAGES CXX)
355 -
356 - # build options
357 - option(TF_ENABLE_CUDA "Enables build of cuda code" OFF)
358
359 diff --git a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-optional-tests-examples.patch b/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-optional-tests-examples.patch
360 deleted file mode 100644
361 index c1d8933..0000000
362 --- a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-optional-tests-examples.patch
363 +++ /dev/null
364 @@ -1,42 +0,0 @@
365 -diff --git a/CMakeLists.txt b/CMakeLists.txt
366 -index 8debfa4..4b9c134 100644
367 ---- a/CMakeLists.txt
368 -+++ b/CMakeLists.txt
369 -@@ -11,6 +11,8 @@ project(Cpp-Taskflow VERSION 2.3.1 LANGUAGES CXX)
370 - # build options
371 - option(TF_ENABLE_CUDA "Enables build of cuda code" OFF)
372 - option(TF_BUILD_BENCHMARKS "Enables build of benchmarks" OFF)
373 -+option(TF_BUILD_EXAMPLES "Enable build of examples" OFF)
374 -+option(TF_BUILD_TESTS "Enable build of tests" OFF)
375 -
376 - # Include additional language check
377 - include(CheckLanguage)
378 -@@ -227,6 +229,7 @@ target_include_directories(${PROJECT_NAME} INTERFACE
379 - # Example program
380 - # -----------------------------------------------------------------------------
381 -
382 -+if (TF_BUILD_EXAMPLES)
383 - message(STATUS "Building examples ...")
384 - set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${TF_EXAMPLE_DIR})
385 -
386 -@@ -289,10 +292,12 @@ target_link_libraries(
387 - device_property ${PROJECT_NAME} Threads::Threads tf::default_settings
388 - )
389 - endif(${TF_ENABLE_CUDA})
390 -+endif(TF_BUILD_EXAMPLES)
391 -
392 - # -----------------------------------------------------------------------------
393 - # Unittest
394 - # -----------------------------------------------------------------------------
395 -+if (TF_BUILD_TESTS)
396 - enable_testing()
397 - message(STATUS "Building unit tests ...")
398 - set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${TF_UTEST_DIR})
399 -@@ -516,6 +521,7 @@ add_test(cuda_matrix.transpose ${TF_UTEST_DIR}/cuda/cuda_matrix -tc=transpose)
400 - add_test(cuda_matrix.product ${TF_UTEST_DIR}/cuda/cuda_matrix -tc=product)
401 -
402 - endif(${TF_ENABLE_CUDA})
403 -+endif(TF_BUILD_TESTS)
404 -
405 - # -----------------------------------------------------------------------------
406 - # Benchmarking (enabled by TF_BUILD_BENCHMARKS)
407
408 diff --git a/dev-cpp/cpp-taskflow/files/cpp-taskflow-9999-fix-lib-path.patch b/dev-cpp/cpp-taskflow/files/cpp-taskflow-9999-fix-lib-path.patch
409 deleted file mode 100644
410 index 4969deb..0000000
411 --- a/dev-cpp/cpp-taskflow/files/cpp-taskflow-9999-fix-lib-path.patch
412 +++ /dev/null
413 @@ -1,49 +0,0 @@
414 -diff --git a/CMakeLists.txt b/CMakeLists.txt
415 -index 0b483a5..83d9430 100644
416 ---- a/CMakeLists.txt
417 -+++ b/CMakeLists.txt
418 -@@ -15,6 +15,7 @@ option(TF_BUILD_TESTS "Enable build of tests" OFF)
419 -
420 - # Include additional language check
421 - include(CheckLanguage)
422 -+include(GNUInstallDirs)
423 -
424 - # Compiler vendors
425 - ## g++
426 -@@ -159,8 +160,8 @@ target_link_libraries(
427 - #set(CMAKE_CXX_EXTENSIONS OFF)
428 -
429 - # installation path
430 --set(TF_INC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include")
431 --set(TF_LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib")
432 -+set(TF_INC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}")
433 -+set(TF_LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
434 - set(TF_UTEST_DIR ${PROJECT_SOURCE_DIR}/unittests)
435 - set(TF_EXAMPLE_DIR ${PROJECT_SOURCE_DIR}/examples)
436 - set(TF_BENCHMARK_DIR ${PROJECT_SOURCE_DIR}/benchmarks)
437 -@@ -835,7 +836,7 @@ install(TARGETS ${PROJECT_NAME} EXPORT ${PROJECT_NAME}Targets)
438 - install(
439 - EXPORT ${PROJECT_NAME}Targets
440 - NAMESPACE ${PROJECT_NAME}::
441 -- DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
442 -+ DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
443 - )
444 -
445 - # set up config
446 -@@ -844,7 +845,7 @@ include(CMakePackageConfigHelpers)
447 - configure_package_config_file(
448 - ${PROJECT_NAME}Config.cmake.in
449 - ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake
450 -- INSTALL_DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
451 -+ INSTALL_DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
452 - PATH_VARS TF_INC_INSTALL_DIR
453 - )
454 -
455 -@@ -856,6 +857,6 @@ write_basic_package_version_file(
456 - install(
457 - FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake
458 - ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake
459 -- DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
460 -+ DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
461 - )
462 -
463
464 diff --git a/dev-cpp/cpp-taskflow/files/cpp-taskflow-9999-optional-tests-examples.patch b/dev-cpp/cpp-taskflow/files/cpp-taskflow-9999-optional-tests-examples.patch
465 deleted file mode 100644
466 index 94b1dbc..0000000
467 --- a/dev-cpp/cpp-taskflow/files/cpp-taskflow-9999-optional-tests-examples.patch
468 +++ /dev/null
469 @@ -1,42 +0,0 @@
470 -diff --git a/CMakeLists.txt b/CMakeLists.txt
471 -index 281f47f..0b483a5 100644
472 ---- a/CMakeLists.txt
473 -+++ b/CMakeLists.txt
474 -@@ -10,6 +10,8 @@ project(Cpp-Taskflow VERSION 2.4.0 LANGUAGES CXX)
475 -
476 - # build options
477 - option(TF_BUILD_BENCHMARKS "Enables build of benchmarks" OFF)
478 -+option(TF_BUILD_EXAMPLES "Enable build of examples" OFF)
479 -+option(TF_BUILD_TESTS "Enable build of tests" OFF)
480 -
481 - # Include additional language check
482 - include(CheckLanguage)
483 -@@ -219,6 +221,7 @@ target_include_directories(${PROJECT_NAME} INTERFACE
484 - # Example program
485 - # -----------------------------------------------------------------------------
486 -
487 -+if (TF_BUILD_EXAMPLES)
488 - message(STATUS "Building examples ...")
489 - set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${TF_EXAMPLE_DIR})
490 -
491 -@@ -291,10 +294,12 @@ target_link_libraries(
492 - kmeans ${PROJECT_NAME} Threads::Threads tf::default_settings
493 - )
494 - endif(CMAKE_CUDA_COMPILER)
495 -+endif(TF_BUILD_EXAMPLES)
496 -
497 - # -----------------------------------------------------------------------------
498 - # Unittest
499 - # -----------------------------------------------------------------------------
500 -+if (TF_BUILD_TESTS)
501 - enable_testing()
502 - message(STATUS "Building unit tests ...")
503 - set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${TF_UTEST_DIR})
504 -@@ -616,6 +621,7 @@ add_test(cuda_kmeans.1000.8C8G ${TF_UTEST_CUDA_KMEANS} -tc=kmeans.1000.8C8G)
505 - add_test(cuda_kmeans.1000.16C16G ${TF_UTEST_CUDA_KMEANS} -tc=kmeans.1000.16C16G)
506 -
507 - endif(CMAKE_CUDA_COMPILER)
508 -+endif(TF_BUILD_TESTS)
509 -
510 - # -----------------------------------------------------------------------------
511 - # Benchmarking (enabled by TF_BUILD_BENCHMARKS)
512
513 diff --git a/dev-cpp/cpp-taskflow/metadata.xml b/dev-cpp/cpp-taskflow/metadata.xml
514 deleted file mode 100644
515 index 23d1a01..0000000
516 --- a/dev-cpp/cpp-taskflow/metadata.xml
517 +++ /dev/null
518 @@ -1,15 +0,0 @@
519 -<?xml version="1.0" encoding="UTF-8"?>
520 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
521 -<pkgmetadata>
522 - <longdescription lang="en">
523 - Cpp-Taskflow helps you quickly write parallel programs with high performance scalability and simultaneous high productivity.
524 - </longdescription>
525 - <maintainer type="person">
526 - <email>m.santullo@××××××.net</email>
527 - <name>Michele Santullo</name>
528 - </maintainer>
529 - <upstream>
530 - <remote-id type="github">cpp-taskflow/cpp-taskflow</remote-id>
531 - <bugs-to>https://github.com/cpp-taskflow/cpp-taskflow/issues</bugs-to>
532 - </upstream>
533 -</pkgmetadata>