SHA256
1
0
forked from pool/paraview
Commit Graph

53 Commits

Author SHA256 Message Date
13efe6b61a Accepting request 800459 from home:badshah400:branches:science
- Impose cmake >= 3.13 for BuildRequires, since older cmake does not have the right protobuf macros and causes builds (e.g. for openSUSE 15.1) to fail.
- Package static libraries as part of devel-static package; this
  is needed, for example, to build plugins against paraview. See https://gitlab.kitware.com/paraview/paraview/-/issues/19706#note_746038.

OBS-URL: https://build.opensuse.org/request/show/800459
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=78
2020-05-06 11:03:26 +00:00
Christoph G
711247f305 Accepting request 792535 from home:mathletic:branches:science
- add patch fix-3d48a287-support-new-api-cgio_read_data_type.patch
  from upstream to fix build problem for Factory

OBS-URL: https://build.opensuse.org/request/show/792535
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=76
2020-04-10 20:59:43 +00:00
Christoph G
e6087c1dae Accepting request 780355 from home:badshah400:branches:science
- Update minimum disk space required in _constraints: up to 16 GB
  now required.

OBS-URL: https://build.opensuse.org/request/show/780355
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=74
2020-02-29 07:23:52 +00:00
1f1ffcb98e Refresh ParaViewGuide-5.8.0.pdf
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=72
2020-02-27 12:19:55 +00:00
11ba1cf5a9 Accepting request 778987 from home:badshah400:branches:science
- Update to version 5.8.0:
  * See https://blog.kitware.com/paraview-5-8-0-release-notes/.
- Rebase paraview-desktop-entry-fix.patch for updated location of desktop file in source.
- Drop fix-QtGUI-missing-GLX_mesa-linking.patch: no longer required as linking GLX_mesa to build QtGUI is now correctly handled by build.
- Drop 0001-Allow-compilation-on-GLES-platforms.patch: patch no longer applies (since vesin 5.7.0) and commenting out patch leads to factory_auto declining the submission.
- Use ninja instead of make as recommended by upstream and to speed up build; define __builder to ninja so that cmake build macros use this instead of the default make.
- Pass PARAVIEW_BUILD_WITH_EXTERNAL to cmake to use system third party libraries by default; pass VTK_MODULE_USE_EXTERNAL_<name> to use specific bundled libraries conditionally (gl2ps, haru, pugixml).
- Use %cmake_build instead of %make_jobs during building.
- Replace deprecated options passed to cmake by updated ones: * PARAVIEW_BUILD_QT_GUI -> DPARAVIEW_USE_QT * PARAVIEW_ENABLE_PYTHON -> PARAVIEW_USE_PYTHON.
- Update paraview-rpmlintrc to suppress warning about a non-exec file that is installed to %{_bindir} and is really necessary (see https://gitlab.kitware.com/paraview/paraview/issues/19706); the previous entry no longer applies, so drop it.
- Add absolutely necessary dependencies for paraview-devel as Requires.
- Install python modules to %{python3_sitearch}/paraview rather than the default [%{python3_sitearch}] by setting PARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX when configuring cmake; this avoids file conflicts between python3-paraview and python3-vtk.
- Don't install paraview-config: it doesn't work without the static libs being installed.

OBS-URL: https://build.opensuse.org/request/show/778987
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=71
2020-02-27 11:57:31 +00:00
dc653264ac Accepting request 770701 from home:badshah400:branches:science
Fix a typo in .changes in previous sr.

- Update to version 5.7.0:
  See https://blog.kitware.com/paraview-5-7-0-release-notes/
- Split out new subpackages: libparaview5_7 for all the shared
  libs, paraview-plugins for bundled plugins, and python3-paraview
  for python3 bindings.
- Move shared libraries to %{_libdir} and install them as part of
  libparaview5_7.
- Update commands passed to cmake in keeping with upstream's
  overhaul.
- Drop paraview-find-qhelpgenerator-qt5.patch: no longer needed.
- Drop  paraview-fix-file-contains-date-time.patch: GCC supports
  SOURCE_DATE_EPOCH and, as such, this fix is no longer needed.
- Switch to python3: Paraview is production ready with python3
  starting with version 5.7.0, and python2 support is slated to be
  dropped from the next major upgrade.
- Rebase patches for updated version:
  * fix-libharu-missing-m.patch.
  * bundled_exodusii_add_missing_libpthread.patch.
- New patches to fix linking problems introduced with version
  5.7.0:
  * fix-loguru-missing-links.patch: Add linking to libraries libm,
    libdl, and libpthread when building loguru.
  * fix-QtGUI-missing-GLX_mesa-linking.patch: Link to library
    libGLX_mesa when building Qt GUI support.
  * paraview-link-against-python.patch to fix linking against
    the python library.
- Patch 0001-Allow-compilation-on-GLES-platforms.patch needs
  rebase; commented out for now.
- Switch an env based hashbang with one directly calling the
  required binary (python3 in this case).
- Switch as many BuildRequires as possible to pkgconfig based
  ones.
- Update rpmlintrc file to remove no longer needed filters and
  update the leftover filter (hidden file or dir) for directory
  change.

OBS-URL: https://build.opensuse.org/request/show/770701
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=70
2020-02-11 00:33:43 +00:00
3041b378c1 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=68 2020-01-31 22:05:26 +00:00
62905600d4 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=67 2020-01-31 22:04:54 +00:00
13b1582d28 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=66 2020-01-31 22:04:28 +00:00
b5b3e85135 Accepting request 769040 from home:StefanBruens:branches:science
- Drop unused python-zope BuildRequires
- Replace Qt5WebKit BuildRequires with Qt5WebEngine
- Unbundle several dependencies, use system libraries:
  * double-conversion
  * CGNS
  * Eigen3
  * GLEW
  * HDF5
  * JsonCPP
  * liblz4
  * netcdf
  * protobuf
  * PugiXML
  * Ogg/Theora
- Add several patches from VTK package:
  * bundled_exodusii_add_missing_libpthread.patch
  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  * 0001-Allow-compilation-on-GLES-platforms.patch

OBS-URL: https://build.opensuse.org/request/show/769040
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=65
2020-01-31 17:14:50 +00:00
Christoph G
2de44d953e Accepting request 732076 from home:badshah400:branches:science
- Update to version 5.6.2:
  * Fixes a trackpad interaction bug on macOS.

- Pass -ffat-lto-objects for static libs.

OBS-URL: https://build.opensuse.org/request/show/732076
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=63
2019-09-20 21:39:59 +00:00
f09feff173 Accepting request 724039 from home:openfoam:branches:science
- Update to version 5.6.1
  https://blog.kitware.com/paraview-5-6-1-release-notes/
- using tar.xz instead of tar.gz file

OBS-URL: https://build.opensuse.org/request/show/724039
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=61
2019-08-17 10:28:33 +00:00
cee9095e6d Accepting request 653805 from home:jengelh:branches:science
- Trim redundancies from description. (this was removed earlier already)
- Add ldconfig dependency. Avoid xargs use where possible.

OBS-URL: https://build.opensuse.org/request/show/653805
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=59
2018-12-05 13:55:34 +00:00
0e05cc7f6f Accepting request 653556 from home:openfoam:branches:science
- Update to version 5.6.0
  https://blog.kitware.com/paraview-5-6-0-release-notes/
- add devel package
- remove Tk build requirement and adjust description since ParaView
  hasn't used Tcl/Tk for quite a few years.
- ParaViewTutorial file not updated and not available on upstream
- drop patches already applied upstream
  * paraview-pythonqt-build-fix.patch
  * fix-hdf5-gcc8.patch
  * fix-qt-5.11-931c779.patch
  * fix-no-plugin-doc-dir.patch
- modify partially applied patches
  * paraview-find-qhelpgenerator-qt5.patch

OBS-URL: https://build.opensuse.org/request/show/653556
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=58
2018-12-03 19:11:01 +00:00
a01da1ba45 Accepting request 629636 from home:mathletic:branches:science
Update to 5.5.2

OBS-URL: https://build.opensuse.org/request/show/629636
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=56
2018-08-17 11:12:42 +00:00
Christoph G
f295ab91e4 Accepting request 592747 from home:jengelh:branches:science
- Trim goals from description, only the now counts.
  Trim marketing speech from description.

OBS-URL: https://build.opensuse.org/request/show/592747
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=54
2018-03-31 11:19:15 +00:00
Dmitry Roshchin
f242ea032c Accepting request 518351 from home:badshah400:branches:science
- Update to version 5.4.1:
  * The black render window observed on some systems when FXAA was
    enabled or an object's opacity was less than 1 has been fixed.
  * Field output for cells with non-straight edges has been
    corrected.
  * Derivatives for quadratic triangles are now computed
    correctly.
  * A bug that occurred when generating a Catalyst script with no
    images output has been fixed.
  * A problem with writing animations as AVIs was fixed.
  * Logic in the CGNS reader was updated to correctly read all
    solution nodes for each centering type when
    FlowSolutionPointers are missing.
  * Fixed crash in CGNS reader when moving forward in time.
  * Fixed problem with long-running animations not advancing past
    a certain number of time steps.
  * Resolved issue where changing one file path in the state file
    loader "Choose File Names" dialog also changed the file paths
    of other files with the same type.
  * Addressed problem with enumerated property dependencies in
    ParaViewWeb.
  * Added ability to change the font size in the ParaView user
    interface.
  * Fixed BoxLib3D file reader.
  * State files now properly support files with relative paths.
  * Removed inappropriate scalar bar scaling when saving large
    screen shots.
  * A bug in the color mapping that in some cases incorrectly
    mapped some data values to the above-range color was fixed.
  * OSPRay can now be compiled in Cray programming environments

OBS-URL: https://build.opensuse.org/request/show/518351
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=52
2017-08-23 08:57:20 +00:00
186ceabd73 Accepting request 508465 from home:badshah400:branches:science
Disable 32-bit builds for now, until cgns issue there can be sorted out

OBS-URL: https://build.opensuse.org/request/show/508465
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=51
2017-07-11 22:44:14 +00:00
322ed0efad Accepting request 481606 from home:mathletic:branches:science
update to 5.3.0

OBS-URL: https://build.opensuse.org/request/show/481606
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=49
2017-03-20 21:33:25 +00:00
Christoph G
ef94ba280f Accepting request 444980 from home:badshah400:branches:science
- Replicate the %cmake macro manually, stripping out the problematic and unused options. In particular, this restores  passing rpm_opt_flags to C/C++ during compilation.
- Update paraview-fix-file-contains-date-time.patch to remove references to __DATE__ and __TIME__ also from Plugins/CDIReader/cdilib.c; suppresses an rpmlint warning.
- Update %{name}-rpmlintrc file to also suppress warnings about:
  * no-manual-page-for-binary: upstream doesn't supply manpages and we don't care.
  * hidden-file-or-dir: this hidden file is really used as a catalogue of available plugins by paraview.

OBS-URL: https://build.opensuse.org/request/show/444980
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=47
2016-12-09 06:05:38 +00:00
Christoph G
d3c9ee6857 Accepting request 443561 from home:badshah400:branches:science
Update to v5.2. Switch to Qt5 if available, several other improvements (see .changes)

OBS-URL: https://build.opensuse.org/request/show/443561
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=45
2016-12-03 13:07:03 +00:00
Christoph G
e1db793b68 Accepting request 415728 from home:mathletic:branches:science
update to 5.1.2

OBS-URL: https://build.opensuse.org/request/show/415728
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=43
2016-07-29 05:23:30 +00:00
Christoph G
3c7ddb1976 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=42 2016-07-29 03:21:58 +00:00
Matthias Mailänder
16d37c57c3 Accepting request 403965 from home:mathletic:branches:science
update to paraview 5.1.0
It claims to need CMake 3.5, but this ParaView also works with CMake 3.0, as they did not change that much.

OBS-URL: https://build.opensuse.org/request/show/403965
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=40
2016-06-22 05:54:02 +00:00
e0811efca6 Accepting request 381726 from home:mathletic:branches:science
update to 5.0.1

OBS-URL: https://build.opensuse.org/request/show/381726
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=38
2016-03-30 12:00:31 +00:00
Ismail Dönmez
9f5bd666c3 Accepting request 373524 from home:k0da:branches:science
- Add disk constraint 8GB

OBS-URL: https://build.opensuse.org/request/show/373524
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=37
2016-03-16 05:50:57 +00:00
839d2cfa29 Accepting request 353119 from home:mathletic:branches:science
update to version 5.0.0

OBS-URL: https://build.opensuse.org/request/show/353119
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=35
2016-01-11 22:44:36 +00:00
Ismail Dönmez
ee46cfc015 Accepting request 330981 from home:badshah400:branches:science
Update to version 4.4.0

OBS-URL: https://build.opensuse.org/request/show/330981
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=33
2015-09-15 07:48:44 +00:00
df26edb168 Accepting request 286282 from home:mathletic:branches:science
update to version 4.3.1

OBS-URL: https://build.opensuse.org/request/show/286282
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=31
2015-02-16 18:05:13 +00:00
Dirk Stoecker
64e6be5dce Accepting request 279962 from home:dimstar:branches:science
- Add paraview-freetype-2.5.4.patch: Fix build with FreeType 2.5.4
  API changes.

OBS-URL: https://build.opensuse.org/request/show/279962
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=29
2015-01-05 16:34:22 +00:00
d0bea36990 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=28 2014-10-01 17:41:19 +00:00
220f6da313 Accepting request 253525 from home:mathletic:branches:science
update to 4.2.0 release

OBS-URL: https://build.opensuse.org/request/show/253525
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=27
2014-10-01 17:40:27 +00:00
4c8de1fac7 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=26 2014-09-11 09:08:53 +00:00
Ismail Dönmez
01b902af3d Accepting request 248433 from home:badshah400:branches:science
Update to 4.2.0-RC1 (needed for 13.2)

OBS-URL: https://build.opensuse.org/request/show/248433
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=25
2014-09-11 08:57:03 +00:00
Dmitry Roshchin
28d331cc1f Accepting request 220822 from home:badshah400:branches:science
Use system zope & twisted libraries.

OBS-URL: https://build.opensuse.org/request/show/220822
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=22
2014-02-04 18:28:19 +00:00
Ismail Dönmez
cf0a95a819 Accepting request 220744 from home:badshah400:branches:science
Update to version 4.1.0

OBS-URL: https://build.opensuse.org/request/show/220744
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=21
2014-02-04 09:39:54 +00:00
Matthias Mailänder
30221fcbc6 Accepting request 182960 from home:badshah400:branches:science
Update to version 4.0.1

OBS-URL: https://build.opensuse.org/request/show/182960
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=19
2013-07-13 12:13:29 +00:00
Dr. Werner Fink
b8ad40456b Accepting request 180080 from home:badshah400:branches:science
Enable python scripting for paraview

OBS-URL: https://build.opensuse.org/request/show/180080
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=17
2013-06-20 13:03:57 +00:00
Dmitry Roshchin
65f8fc8315 Accepting request 158611 from home:badshah400:branches:science
Update to version 3.98.1

OBS-URL: https://build.opensuse.org/request/show/158611
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=15
2013-03-12 12:14:40 +00:00
Stephan Kulow
990504470e Accepting request 156703 from science
New package: paraview -- SQTK subpackage licensed as GPL-2.0+ or LGPL-3.0+

OBS-URL: https://build.opensuse.org/request/show/156703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=1
2013-03-08 08:30:40 +00:00
37b7bb420f OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=13 2013-02-27 14:12:18 +00:00
85758e3bc7 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=12 2013-02-27 14:11:24 +00:00
Matthias Mailänder
4c9225fda0 Accepting request 156380 from home:badshah400:branches:science
Split the SciberQuestToolKit plugin into its own package, license it as GPL-3.0+ or LGPL-3.0+ (bnc#804987)

OBS-URL: https://build.opensuse.org/request/show/156380
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=11
2013-02-26 11:20:04 +00:00
231c87d044 Accepting request 148559 from home:badshah400:branches:science
Remove paraview-gcc47.patch; patch incorporated upstream

OBS-URL: https://build.opensuse.org/request/show/148559
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=10
2013-01-15 13:40:26 +00:00
Matthias Mailänder
c8e6e4e486 Accepting request 148166 from home:badshah400:branches:science
Update to version 3.98, fixes bnc#763208

OBS-URL: https://build.opensuse.org/request/show/148166
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=9
2013-01-12 12:11:42 +00:00
Dirk Stoecker
7581738ca7 Accepting request 139524 from home:badshah400:branches:science
Update to version 3.14.1

OBS-URL: https://build.opensuse.org/request/show/139524
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=8
2012-11-06 21:52:51 +00:00
Corot Sebastien
173c49bc70 - fix SLE and 11.3 build with BuildRequires qt4-assistant-adp-devel
for 11.4 and higher

OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=7
2012-05-12 20:30:01 +00:00
Ismail Dönmez
c16ef67e7b Accepting request 116110 from home:badshah400:branches:science
Add patch to fix building with gcc 4.7 in factory.

OBS-URL: https://build.opensuse.org/request/show/116110
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=6
2012-05-01 09:40:14 +00:00
Ismail Dönmez
b684bfc114 Accepting request 112994 from home:badshah400:branches:science
Update to version 3.14.0; add patch to fix incompatibility with boost 1.49

OBS-URL: https://build.opensuse.org/request/show/112994
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=5
2012-04-08 20:00:29 +00:00
c73bfa6388 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=4 2012-02-08 09:21:21 +00:00