On , 2020Apr22, at 16:46, Matthias Maier
<[email protected]<mailto:[email protected]>> wrote:
patch -p1 < remove_pthread_workarounds.patch
%% screen output
patching file cmake/configure/configure_1_threads.cmake
Hunk #1 FAILED at 38.
Hunk #2 succeeded at 64 (offset -10 lines).
1 out of 2 hunks FAILED -- saving rejects to file
cmake/configure/configure_1_threads.cmake.rej
%% cat ../BUILD/dealii-9.1.1/cmake/configure/*rej
--- cmake/configure/configure_1_threads.cmake
+++ cmake/configure/configure_1_threads.cmake
@@ -38,15 +38,7 @@
RESET_CMAKE_REQUIRED()
- #
- # The FindThreads macro returned a linker option instead of the actual
- # library name in earlier versions. We still require the linker option,
- # so we fix the corresponding variable.
- # - See: https://gitlab.kitware.com/cmake/cmake/issues/19747
- #
- IF(CMAKE_THREAD_LIBS_INIT AND NOT "${CMAKE_THREAD_LIBS_INIT}" MATCHES
"^-l")
- STRING(PREPEND CMAKE_THREAD_LIBS_INIT "-l")
- ENDIF()
+ MESSAGE(STATUS "CMAKE_THREAD_LIBS_INIT: ${CMAKE_THREAD_LIBS_INIT}")
ELSE()
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/dealii/630FE2F8-78DA-4051-B247-7628DD5198AE%40tacc.utexas.edu.