pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

paraview: Update to 5.11.2



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun Feb 18 13:00:46 2024 +0900
Changeset:	28b48ff48b3a12d2313ba8c36708fb128e9dcdde

Modified Files:
	paraview/Makefile
	paraview/distinfo

Log Message:
paraview: Update to 5.11.2

ParaView 5.11.2 is a patch release. Bug fixes made since ParaView
5.11.1 are listed in this document.

User interface

- pqFileDialog: Remove existence check when selecting multiple files
- Avoid crash in Find Data panel if nothing is selected

Remoting

- ArrayListDomain: Fix a potential segfault with empty array name
- RangeDomain: fix interval condition
- Add sanity checks around several GridAxesRepresentation usage

Filters

- Support jpeg extension for textures.
- vtkHyperTreeGridAxisClip: Fix InsideOut

Readers

- openPMD: The openPMD python module was updated to fix bugs.
- Incorrect fetching of rectilinear grid object

Catalyst

- Fixing Catalyst2 example to have proper Conduit spacing names

Python

- pythonalgorithm: Fix for smproperty.proxy
- Fix –displays gets passed to pvbatch

Rendering

- Volume rendering of tetrahedral meshes is now fixed on some Macs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=28b48ff48b3a12d2313ba8c36708fb128e9dcdde

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 paraview/Makefile | 3 ++-
 paraview/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/paraview/Makefile b/paraview/Makefile
index d694142133..d824640b83 100644
--- a/paraview/Makefile
+++ b/paraview/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	ParaView-v5.11.1
+DISTNAME=	ParaView-v5.11.2
 PKGNAME=	${DISTNAME:S/ParaView-v/paraview-/1}
 CATEGORIES=	math
 MASTER_SITES=	https://www.paraview.org/files/v5.11/
@@ -12,6 +12,7 @@ COMMENT=	VTK-based Data Analysis and Visualization Application
 
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		c c++ fortran
+FORCE_CXX_STD+=		c++14
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
diff --git a/paraview/distinfo b/paraview/distinfo
index 1d96aa19a9..350138576c 100644
--- a/paraview/distinfo
+++ b/paraview/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (ParaView-v5.11.1.tar.gz) = 8b593b8ce2b546970bcd2849e26f160f46b9cc30417b9a7bc6a2ac10acf0eea4
-SHA512 (ParaView-v5.11.1.tar.gz) = d8f9e08d340b6feab7b4ddb5138fb4fbddb3c6d83664d11c3aec2e74c896192aa704acc023686fd91184963b8c00c237df63a6f444724426f78a8efdf688e5bd
-Size (ParaView-v5.11.1.tar.gz) = 100645428 bytes
+BLAKE2s (ParaView-v5.11.2.tar.gz) = 969b8234e5fe0c351a1a889fea20f24539c3688b66277450915ab8a26a97f041
+SHA512 (ParaView-v5.11.2.tar.gz) = 1600cd02d15e1d7b1244778f503014f2c02c3ad3e4c81b5ef6f7083fa74fc8a7c4e3c6702a70361ae4e0349bf18c782a4936c5386f59334293e0e53baf03ef77
+Size (ParaView-v5.11.2.tar.gz) = 100660904 bytes
 SHA1 (patch-Qt_Core_pqServerConfiguration.cxx) = 13650d27176d82f812dc92e441f42de02b070462
 SHA1 (patch-VTK_ThirdParty_ioss_vtkioss_Ioss__FileInfo.C) = a7e891cee4647bd8a0d60a0930f2357c09a96489
 SHA1 (patch-VTK_ThirdParty_loguru_vtkloguru_loguru.cpp) = 517533d8dc19f8c00aee9d78932e6b518df1ca16


Home | Main Index | Thread Index | Old Index