Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Miro Hrončok
60bc915721 F28 only: Remove the sip patch 2019-03-01 13:57:13 +01:00
2 changed files with 0 additions and 16 deletions

View file

@ -1,13 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b190c15..6aa9963 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@ endif()
if(BUILD_PYTHON)
set(SIP_EXTRA_FILES_DEPEND python/Types.sip python/MeshData.sip python/SceneNode.sip python/Scene.sip)
#set(SIP_EXTRA_SOURCE_FILES python/Types.cpp)
- set(SIP_EXTRA_OPTIONS -g) # -g means always release the GIL before calling C++ methods.
+ set(SIP_EXTRA_OPTIONS -g -n PyQt5.sip) # -g means always release the GIL before calling C++ methods.
add_sip_python_module(Savitar python/ThreeMFParser.sip Savitar)
endif()

View file

@ -8,9 +8,6 @@ Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: %{name}-no-pugixml.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1601917
Patch1: libSavitar-3.5.1-PyQt5.sip.patch
BuildRequires: cmake
BuildRequires: dos2unix
BuildRequires: gcc-c++