From: Alastair McKinstry Date: Wed, 17 Apr 2019 13:20:11 +0000 (+0100) Subject: Enable OpenMP support. clang now supports this. X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~58^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2fa2bc029e70b5c8c7eeb077a0e2785fe4544beb;p=mathgl.git Enable OpenMP support. clang now supports this. (Disabling posix threads support) --- diff --git a/debian/changelog b/debian/changelog index 32a2c83..585d30a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mathgl (2.4.3-1) UNRELEASED; urgency=medium * New upstream release + * Enable OpenMP support. clang now supports this. -- Alastair McKinstry Wed, 27 Mar 2019 14:44:55 +0000 diff --git a/debian/patches/CMakeLists.patch b/debian/patches/CMakeLists.patch index 0b80552..85e52fb 100644 --- a/debian/patches/CMakeLists.patch +++ b/debian/patches/CMakeLists.patch @@ -16,7 +16,7 @@ Index: mathgl-2.4.3/CMakeLists.txt option(enable-all-swig "Enable all SWIG based interfaces") option(enable-rvalue "Enable move constructor support (need C++11)" OFF) -option(enable-pthread "Enable POSIX threads support" OFF) -+option(enable-pthread "Enable POSIX threads support" ON) ++option(enable-pthread "Enable POSIX threads support" OFF) if(MSVC) option(enable-pthr-widget "Enable POSIX threads for widgets" OFF) else(MSVC)