From 2fa2bc029e70b5c8c7eeb077a0e2785fe4544beb Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Wed, 17 Apr 2019 14:20:11 +0100 Subject: [PATCH] Enable OpenMP support. clang now supports this. (Disabling posix threads support) --- debian/changelog | 1 + debian/patches/CMakeLists.patch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- 2.30.2