forked from pool/paraview
Accepting request 895002 from home:badshah400:branches:science
* Update to vetsion 5.9.1. * Drop paraview-Adaptors-include-txx-file.patch: incorporated upstream. OBS-URL: https://build.opensuse.org/request/show/895002 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=93
This commit is contained in:
parent
c0fce7409a
commit
0dbea3e4a6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b03258b7cddb77f0ee142e3e77b377e5b1f503bcabc02bfa578298c99a06980d
|
|
||||||
size 62784788
|
|
3
ParaView-v5.9.1.tar.xz
Normal file
3
ParaView-v5.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0d486cb6fbf55e428845c9650486f87466efcb3155e40489182a7ea85dfd4c8d
|
||||||
|
size 62835572
|
@ -1,37 +0,0 @@
|
|||||||
From 4caacf4577e615a80c4282c700347dfb2e931788 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Ben Boeckel <ben.boeckel@kitware.com>
|
|
||||||
Date: Mon, 15 Feb 2021 10:17:53 -0500
|
|
||||||
Subject: [PATCH 2/2] Adaptors/Cam: include the .txx file
|
|
||||||
|
|
||||||
This allows the TU to instantiate the template information as needed.
|
|
||||||
---
|
|
||||||
Adaptors/Cam/fv_create_data.cxx | 1 +
|
|
||||||
Adaptors/Cam/se_create_data.cxx | 1 +
|
|
||||||
2 files changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/Adaptors/Cam/fv_create_data.cxx b/Adaptors/Cam/fv_create_data.cxx
|
|
||||||
index 95dc7260f0..0dc45c3e33 100644
|
|
||||||
--- a/Adaptors/Cam/fv_create_data.cxx
|
|
||||||
+++ b/Adaptors/Cam/fv_create_data.cxx
|
|
||||||
@@ -16,6 +16,7 @@
|
|
||||||
#include "fv_create_data.h"
|
|
||||||
|
|
||||||
#include "Grid.h"
|
|
||||||
+#include "Grid.txx"
|
|
||||||
|
|
||||||
#include "vtkCPDataDescription.h"
|
|
||||||
#include "vtkCPInputDataDescription.h"
|
|
||||||
diff --git a/Adaptors/Cam/se_create_data.cxx b/Adaptors/Cam/se_create_data.cxx
|
|
||||||
index 4552340652..a9877410df 100644
|
|
||||||
--- a/Adaptors/Cam/se_create_data.cxx
|
|
||||||
+++ b/Adaptors/Cam/se_create_data.cxx
|
|
||||||
@@ -16,6 +16,7 @@
|
|
||||||
#include "se_create_data.h"
|
|
||||||
|
|
||||||
#include "Grid.h"
|
|
||||||
+#include "Grid.txx"
|
|
||||||
|
|
||||||
#include "vtkCPDataDescription.h"
|
|
||||||
#include "vtkCPInputDataDescription.h"
|
|
||||||
--
|
|
||||||
GitLab
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 23 00:00:41 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to vetsion 5.9.1:
|
||||||
|
* See
|
||||||
|
https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.9.1.md.
|
||||||
|
- Drop paraview-Adaptors-include-txx-file.patch: incorporated
|
||||||
|
upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 19 16:05:24 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
Fri Feb 19 16:05:24 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
Name: paraview
|
Name: paraview
|
||||||
Version: 5.9.0
|
Version: 5.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Data analysis and visualization application
|
Summary: Data analysis and visualization application
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -48,8 +48,6 @@ Patch0: paraview-desktop-entry-fix.patch
|
|||||||
Patch2: fix-libharu-missing-m.patch
|
Patch2: fix-libharu-missing-m.patch
|
||||||
# PATCH-FIX-UPSTREAM paraview-vtkioss-link-pthread.patch badshah400@gmail.com -- Link against pthread when building vtkioss [https://gitlab.kitware.com/paraview/paraview/-/issues/20495]
|
# PATCH-FIX-UPSTREAM paraview-vtkioss-link-pthread.patch badshah400@gmail.com -- Link against pthread when building vtkioss [https://gitlab.kitware.com/paraview/paraview/-/issues/20495]
|
||||||
Patch3: paraview-vtkioss-link-pthread.patch
|
Patch3: paraview-vtkioss-link-pthread.patch
|
||||||
# PATCH-FIX-UPSTREAM paraview-Adaptors-include-txx-file.patch badshah400@gmail.com -- Fix Cam adaptor template instantiation [https://gitlab.kitware.com/paraview/paraview/-/merge_requests/4729]
|
|
||||||
Patch4: paraview-Adaptors-include-txx-file.patch
|
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: Mesa-devel
|
||||||
BuildRequires: cgns-devel
|
BuildRequires: cgns-devel
|
||||||
BuildRequires: cmake >= 3.13
|
BuildRequires: cmake >= 3.13
|
||||||
@ -114,7 +112,7 @@ Recommends: %{name}-plugins
|
|||||||
Requires: gnuplot
|
Requires: gnuplot
|
||||||
Requires: graphviz
|
Requires: graphviz
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun):/sbin/ldconfig
|
||||||
# Disable on aarch64 since GLES isn't supported for bundled vtk but is needed for paraview
|
# Disable on aarch64 since GLES isn't supported for bundled vtk but is needed for paraview
|
||||||
ExcludeArch: aarch64
|
ExcludeArch: aarch64
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user