Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60bc915721 |
2 changed files with 0 additions and 16 deletions
|
|
@ -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()
|
||||
|
||||
|
|
@ -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++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue