SHA256
1
0
forked from pool/vtk
Commit Graph

10 Commits

Author SHA256 Message Date
5d008dab71 Accepting request 523407 from home:StefanBruens:branches:science
- Add 0001-Allow-compilation-on-GLES-platforms.patch
  The QOpenGLFunctions_3_2_Core class providing the framebuffer
  blit functions is not available on GLES 2 builds of Qt5. Let Qt
  handle the framebuffer blit, and just use the GLES/GL subset
  provided by QOpenGLFunctions for the remainder.
  Fix for https://gitlab.kitware.com/vtk/vtk/issues/17113

OBS-URL: https://build.opensuse.org/request/show/523407
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=95
2017-09-12 12:40:37 +00:00
e15407aa50 Accepting request 520115 from home:badshah400:branches:science
- Update to version 8.0.1:  
  * Fix QVTKOpenGLWidget rendering issues on Windows machines with
    certain Intel graphics chips. This was a significant issue
    that broke all rendering and resulted in a black screen.
  * Fix data array range caching per finite component which would
    otherwise cause considerable slow-downs when using data
    arrays.
  * Fix button and slider widgets to work in multi-viewport render
    windows. Without this change the widgets would either be
    placed in the wrong viewport or be non-interactive completely.
  * Fix image XY sampling in the volume mapper when depth peeling
    is enabled.
  * Fix z-fighting issues with dual depth peeling between two
    layers of geometry that are too close.
  * Fix crash when reparenting the QVTKWidget to a different
    window. The application would crash due to lack of OpenGL
    resources for the reparented widget.

- Update to version 8.0.1:  
  * Fix QVTKOpenGLWidget rendering issues on Windows machines with
    certain Intel graphics chips. This was a significant issue
    that broke all rendering and resulted in a black screen.
  * Fix data array range caching per finite component which would
    otherwise cause considerable slow-downs when using data
    arrays.
  * Fix button and slider widgets to work in multi-viewport render
    windows. Without this change the widgets would either be
    placed in the wrong viewport or be non-interactive completely.
  * Fix image XY sampling in the volume mapper when depth peeling
    is enabled.

OBS-URL: https://build.opensuse.org/request/show/520115
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=93
2017-09-11 08:58:55 +00:00
bd20e3397d Fix double %files for -java
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=90
2017-08-21 17:45:27 +00:00
Dmitry Roshchin
a0b750046a Accepting request 515736 from home:badshah400:branches:science
- Move libvtkViewsGeovisJava.so to the %{name}-java subpackage,
  this is not really a devel file.

- Move libvtkViewsGeovisJava.so to the %{name}-java subpackage,
  this is not really a devel file.

OBS-URL: https://build.opensuse.org/request/show/515736
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=88
2017-08-09 17:48:03 +00:00
11ae052473 Accepting request 515324 from home:jengelh:branches:science
- Fix RPM groups. Use POSIX-compliant find call.

OBS-URL: https://build.opensuse.org/request/show/515324
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=87
2017-08-09 10:08:22 +00:00
Dmitry Roshchin
f9b954c5fe Accepting request 515038 from home:badshah400:branches:science
- Implement shared library packaging policy for vtk:
  + Rename %{name} to %{shlib}.
  + Move all shared library objects to %{shlib} package.
  + Remove no longer needed Requires from %{name}-devel package;
    e.g.: %{name}-java contains the java binaries and jar object
    now, and no longer the lib*Java.so file which has been moved
    into %{shlib}.
  + Adapt conflicts for vtk-compat_gl accordingly.
  + Install libraries to /usr/lib(64) instead of
    /usr/lib(64)/vtk.
  + Do away with python3-%{name}-qt subpackage and
    Obsolete/Provide it from %{shlib} as it only contained a
    shared lib object.
- Use system mpi4py; add BuildRequires on python3-mpi4py.
- liblz4 >= 1.7.3 now required (since version 8.0); adapt
  BuildRequires accordingly.

- Implement shared library packaging policy for vtk:
  + Rename %{name} to %{shlib}.
  + Move all shared library objects to %{shlib} package.
  + Remove no longer needed Requires from %{name}-devel package;
    e.g.: %{name}-java contains the java binaries and jar object
    now, and no longer the lib*Java.so file which has been moved
    into %{shlib}.
  + Adapt conflicts for vtk-compat_gl accordingly.
  + Install libraries to /usr/lib(64) instead of
    /usr/lib(64)/vtk.
  + Do away with python3-%{name}-qt subpackage and
    Obsolete/Provide it from %{shlib} as it only contained a
    shared lib object.

OBS-URL: https://build.opensuse.org/request/show/515038
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=86
2017-08-09 07:38:23 +00:00
Dmitry Roshchin
00cc6dfdcc Accepting request 512394 from home:jengelh:branches:science
- Trim descriptions and rectify RPM groups.
- Trim descriptions and rectify RPM groups.

OBS-URL: https://build.opensuse.org/request/show/512394
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=85
2017-08-05 16:43:24 +00:00
ffe99d6da7 fix
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=84
2017-07-17 23:39:39 +00:00
Ismail Dönmez
32724c207f Accepting request 509014 from home:badshah400:branches:science
- Update to version 8.0.0: 
  * Read about changes here: https://blog.kitware.com/vtk-8-0-0/
  * API changes:
    http://www.vtk.org/Wiki/VTK/API_Changes_7_1_0_to_8_0_0
- Add BuildRequires on liblz4-devel, libharu-devel, mandatory
  requirements for version 8.0.0.
- Run make DoxygenDoc to generate documentation.

- Update to version 8.0.0: 
  * Read about changes here: https://blog.kitware.com/vtk-8-0-0/
  * API changes:
    http://www.vtk.org/Wiki/VTK/API_Changes_7_1_0_to_8_0_0
- Add BuildRequires on liblz4-devel, libharu-devel, mandatory
  requirements for version 8.0.0.
- Run make DoxygenDoc to generate documentation.

OBS-URL: https://build.opensuse.org/request/show/509014
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=82
2017-07-14 08:49:26 +00:00
4809cbcd8f Accepting request 489183 from home:polyconvex:branches:science
As discussed in [1] I made a new package with compatibility build for the
old OpenGL interface of vtk to support machines with older graphics cards
that do not support OpenGL version 3.2 which the default build requires.

[1] https://lists.opensuse.org/opensuse-factory/2017-04/msg00121.html

Please create a link to this package with the new name after accepting this
request.

- add a separate package vtk-compat_gl compile using rendering backend
  OpenGL for systems without brand new graphic cards
- default package vtk still uses new rendering backend default OpenGL2


- add a separate package vtk-compat_gl compile using rendering backend
  OpenGL for systems without brand new graphic cards
- default package vtk still uses new rendering backend default OpenGL2

- Update to version 7.1.0: See news item at
  https://blog.kitware.com/kitware-plans-to-spotlight-new-vtk-and-paraview-releases-at-sc16/
- Drop patch vtk-gcc6.patch, upstreamed.
- Turn off usage of system DIY2, this library is not yet packaged
  for openSUSE.
- Disable mkg3states binary also for openSUSE:Leap versions.
- Update file list for upstream installation changes.
- Use bundled gl2ps, as it no longer builds against the system
  one (requires svn trunk version of gl2ps).
- CMake >= 3.4 is now required (earlier versions don't support
  NAMES_PER_DIR in find_program).
- Enable use of SYSTEM_LIBRARIES for openSUSE:Leap versions too
  (only 13.2 requires this turned off as of now).

- Refresh vtk-Rinterface-uintptr_t.patch to fix further issues
  with uintptr_t redefinition by defining the HAVE_UINTPTR_T
  macro using cmake functions; removing the #include of stdint.h
  is not needed any more since we will not be using the defs from
  Rinterface.h anyway (boo#985386). Although this really causes a
  build failure for the i586 arch, where the redefinition of
  unitptr_t in Rinterface.h conflicts with the stdint.h defintion,

OBS-URL: https://build.opensuse.org/request/show/489183
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=81
2017-04-28 08:42:10 +00:00