- Boost.System is headers only since 1.69.0 + espresso-boost-system.patch OBS-URL: https://build.opensuse.org/request/show/1308972 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/espresso?expand=0&rev=2
13 lines
399 B
Diff
13 lines
399 B
Diff
diff -purN a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt 2024-05-22 14:24:58.000000000 +0200
|
|
+++ b/CMakeLists.txt 2025-10-04 11:52:16.738188248 +0200
|
|
@@ -346,7 +346,7 @@ endif()
|
|
# Boost
|
|
#
|
|
|
|
-list(APPEND BOOST_COMPONENTS mpi serialization filesystem system)
|
|
+list(APPEND BOOST_COMPONENTS mpi serialization filesystem)
|
|
|
|
if(WITH_TESTS)
|
|
list(APPEND BOOST_COMPONENTS unit_test_framework)
|