Hello community,

here is the log from the commit of package OpenSubdiv for openSUSE:Factory 
checked in at 2020-12-02 13:58:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenSubdiv (Old)
 and      /work/SRC/openSUSE:Factory/.OpenSubdiv.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenSubdiv"

Wed Dec  2 13:58:20 2020 rev:4 rq:852364 version:3.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenSubdiv/OpenSubdiv.changes    2020-04-27 
23:34:13.979037773 +0200
+++ /work/SRC/openSUSE:Factory/.OpenSubdiv.new.5913/OpenSubdiv.changes  
2020-12-02 13:58:21.297809584 +0100
@@ -1,0 +2,6 @@
+Mon Jul  6 16:01:32 UTC 2020 - Hans-Peter Jansen <[email protected]>
+
+- Add patch remove-rpath-fiddling.diff in order to avoid build 
+  issues with TW.
+
+-------------------------------------------------------------------

New:
----
  remove-rpath-fiddling.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ OpenSubdiv.spec ++++++
--- /var/tmp/diff_new_pack.PXMDsi/_old  2020-12-02 13:58:22.233810570 +0100
+++ /var/tmp/diff_new_pack.PXMDsi/_new  2020-12-02 13:58:22.237810575 +0100
@@ -28,6 +28,7 @@
 Group:          Productivity/Graphics/Visualization/Raytracers
 URL:            https://graphics.pixar.com/opensubdiv/docs/intro.html
 Source:         
https://github.com/PixarAnimationStudios/%{name}/archive/v%{pkgver}.tar.gz#/%{name}-%{pkgver}.tar.gz
+Patch:          remove-rpath-fiddling.diff
 BuildRequires:  cmake >= 2.8.6
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q -n %{name}-%{pkgver}
+%autopatch -p0
 # work around linking glitch
 sed -i 's/${PLATFORM_GPU_LIBRARIES}/${PLATFORM_GPU_LIBRARIES} 
${CMAKE_DL_LIBS}/' opensubdiv/CMakeLists.txt
 

++++++ remove-rpath-fiddling.diff ++++++
--- CMakeLists.txt.orig 2020-07-06 14:18:27.124647948 +0000
+++ CMakeLists.txt      2020-07-06 15:59:37.934312924 +0000
@@ -132,18 +132,6 @@
 endif()
 
 
-if (NOT CMAKE_COMPILER_IS_ICC)
-    # Currently icc has a bug that asserts when linking rpaths containing long
-    # sequences of ':' that this command causes. The consequence is that 
examples
-    # built and installed using icc will not have an rpath pointing to the 
built
-    # OSD library which they depend on and will have to set LD_LIBRARY_PATH 
instead.
-    list(APPEND CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
-endif()
-
-# add the automatically determined parts of the RPATH
-# which point to directories outside the build tree to the install RPATH
-SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
-
 # ensure that ARC is shown as enabled in the Xcode UI
 if(CMAKE_GENERATOR STREQUAL "Xcode")
     set (CMAKE_XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC "YES")
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to