summaryrefslogtreecommitdiff
path: root/sci-visualization
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /sci-visualization
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/Manifest.gzbin5041 -> 5706 bytes
-rw-r--r--sci-visualization/dash-core-components/Manifest3
-rw-r--r--sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild20
-rw-r--r--sci-visualization/dash-core-components/metadata.xml16
-rw-r--r--sci-visualization/dash-html-components/Manifest3
-rw-r--r--sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild20
-rw-r--r--sci-visualization/dash-html-components/metadata.xml16
-rw-r--r--sci-visualization/dash/Manifest3
-rw-r--r--sci-visualization/dash/dash-1.20.0.ebuild51
-rw-r--r--sci-visualization/dash/metadata.xml29
-rw-r--r--sci-visualization/jupyter-dash/Manifest3
-rw-r--r--sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild30
-rw-r--r--sci-visualization/jupyter-dash/metadata.xml16
-rw-r--r--sci-visualization/labplot/Manifest4
-rw-r--r--sci-visualization/labplot/labplot-2.8.2.ebuild1
-rw-r--r--sci-visualization/labplot/labplot-9999.ebuild3
-rw-r--r--sci-visualization/paraview/Manifest3
-rw-r--r--sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch20
-rw-r--r--sci-visualization/paraview/paraview-5.9.0.ebuild1
19 files changed, 238 insertions, 4 deletions
diff --git a/sci-visualization/Manifest.gz b/sci-visualization/Manifest.gz
index c15e44e4a643..904be8b83dcc 100644
--- a/sci-visualization/Manifest.gz
+++ b/sci-visualization/Manifest.gz
Binary files differ
diff --git a/sci-visualization/dash-core-components/Manifest b/sci-visualization/dash-core-components/Manifest
new file mode 100644
index 000000000000..a3d4e69b8e0e
--- /dev/null
+++ b/sci-visualization/dash-core-components/Manifest
@@ -0,0 +1,3 @@
+DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B 7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb SHA512 f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197
+EBUILD dash-core-components-1.16.0.ebuild 418 BLAKE2B c09effa0fc4233d4df9c1c5a5c8de4d49c090f6bcf3ed2ba092ef336b925289d356c3ab66768697d98286d44394b8f9e8a261a91ffaf90bc8d92f7dc6d7f42dc SHA512 89a65c79dd998917eb14b2abd8e81ad3c8a2307fb8ac7977e7da0047410bdc6864a41c20af21ddc0e73ac6c2842279a0c66ae6c0e3b08f45286623efe7f6a13f
+MISC metadata.xml 584 BLAKE2B 4d1d801a849972897ebb1a93de41956ed0dc2b2bce2ba13f5daaa0b72beb16624abd58fde1c82a9464d25e14736edd855c3008f86b6a4245a037f10f6c82bda2 SHA512 17500c8c4479700b91df59655b27532dd9291366a53d44cd83f65d2046cee84f0724a0d21482a81b24cef8ecd0800d6dab26724e319df6baa475cb05cb85311a
diff --git a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild
new file mode 100644
index 000000000000..ec2940e44a0c
--- /dev/null
+++ b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Core components suite for Dash"
+HOMEPAGE="https://plot.ly/dash"
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
diff --git a/sci-visualization/dash-core-components/metadata.xml b/sci-visualization/dash-core-components/metadata.xml
new file mode 100644
index 000000000000..b50783929f54
--- /dev/null
+++ b/sci-visualization/dash-core-components/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <longdescription lang="en">
+ Dash ships with supercharged components for interactive user
+ interfaces. A core set of components, written and maintained by
+ the Dash team, is available in the dash-core-components library.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">plotly/dash-core-components</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-visualization/dash-html-components/Manifest b/sci-visualization/dash-html-components/Manifest
new file mode 100644
index 000000000000..1273d7fca674
--- /dev/null
+++ b/sci-visualization/dash-html-components/Manifest
@@ -0,0 +1,3 @@
+DIST dash-html-components-1.1.3.tar.gz 375680 BLAKE2B e489d8d5fe3c832ae8be82ea1eac83b8a8c8df8b6ac9ce1d122178f63c4ce355c39195bd828e503c51605ed5e774eaff38cf16da9a1c486fd0eff404cd85694f SHA512 dfcc41ef7a52f0d5cc97db9e94b00eb7707cea7c5f95e89832d1b74a1554d9d9f9c3b5df57509fe959b06c53f2a281b7070adde45d3c19003c13983a10ca2509
+EBUILD dash-html-components-1.1.3.ebuild 420 BLAKE2B bd817f2a041a61244e910f02b6c149f38dcc8cac5059a12d59669a608935835f5ceb5824f7431ceceac942aaed679a427ffbdf0d761a2914aefa66a34ecd1dad SHA512 2d1763904c9caa59ac201dcc17badb83075f2be8de6385c9dbc505eb4287122add5f8881a5cb064a78940f956a837a23637ddf22da67dd2a5c8bc042ad513461
+MISC metadata.xml 541 BLAKE2B f1893cc1c298d0a321122a2346ee7f0700d3129060b5caa19e4df29f596d076339beec1109e5ac062f6291e509e2129737d02443b003ae25f8b7cdaed620725c SHA512 9e3ddf54de8e7af297378f3f3556120bbb816ceca2392120ffc8680ccc2d889d8f32e339be08877fd7605eaa4ae77a4ac835e3a7bba7fdb933f62c1045beb00f
diff --git a/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild b/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild
new file mode 100644
index 000000000000..26ff12dc81c6
--- /dev/null
+++ b/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Vanilla HTML components for Dash"
+HOMEPAGE="https://plot.ly/dash"
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
diff --git a/sci-visualization/dash-html-components/metadata.xml b/sci-visualization/dash-html-components/metadata.xml
new file mode 100644
index 000000000000..7b7b1ad6d03c
--- /dev/null
+++ b/sci-visualization/dash-html-components/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <longdescription lang="en">
+ Instead of writing HTML or using an HTML templating engine, you
+ compose your layout using Python structures with the
+ dash-html-components library.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">plotly/dash-html-components</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
new file mode 100644
index 000000000000..550335609d50
--- /dev/null
+++ b/sci-visualization/dash/Manifest
@@ -0,0 +1,3 @@
+DIST dash-1.20.0.tar.gz 1786368 BLAKE2B 2826336f72b9bea80be6ef77df49109b7b68ed93678b606c998a1906907551551a3228e1140d20c6e1b5bf5e53fb9cebd0c0a4d7ab5cc1a590e47ef351558a40 SHA512 670cf593068370c70f1db25c70c7a76ce98c696efbff1146cc90f90a99b8b48bf80cf47688504d173ef253ccb9f1170c2067b3af9414eacb226f7ef25149ffff
+EBUILD dash-1.20.0.ebuild 1132 BLAKE2B 03417dda28e853a9e75213681febab9426eef56449369414659e22de5ea078a69c23e6a1bad166fb3fbd7596947644ebd061914e22bbfba5d0d84220800be0cb SHA512 98d5bf3a66a7e758861efe701c420694b9009708fbe8c265c7084f2dda2cdf17c444b504ae1ec2e37a9a2e0ac80ca941fb1ab6a45dd2a618d0cc91a19ce014ca
+MISC metadata.xml 1361 BLAKE2B 9e26c68268b511740225421daa576f511cef16cedade769fce590be5cbe7a3bd29391b9cdb96b3d717cba41ec91152d653c4bc0e3d9639dd31f8cf8893e48218 SHA512 44b4aded0185eeb4604605b80cc5eb52d7b8b1f2696deb4182db2cbc6b6c687de1f46f3bffc282b74ad810fcb5505161191e8d16fb0e0a6bd95e82e63804a547
diff --git a/sci-visualization/dash/dash-1.20.0.ebuild b/sci-visualization/dash/dash-1.20.0.ebuild
new file mode 100644
index 000000000000..3d4344e62315
--- /dev/null
+++ b/sci-visualization/dash/dash-1.20.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Python framework for building ML & data science web apps"
+HOMEPAGE="https://github.com/plotly/dash"
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ dev-python/future[${PYTHON_USEDEP}]
+ sci-visualization/dash-table[${PYTHON_USEDEP}]
+ sci-visualization/dash-html-components[${PYTHON_USEDEP}]
+ sci-visualization/dash-core-components[${PYTHON_USEDEP}]
+ dev-python/plotly[${PYTHON_USEDEP}]
+ dev-python/flask-compress[${PYTHON_USEDEP}]"
+BDEPEND=""
+
+src_prepare() {
+ distutils-r1_src_prepare
+ cd dash-renderer
+ distutils-r1_src_prepare
+}
+
+src_configure() {
+ distutils-r1_src_configure
+ cd dash-renderer
+ distutils-r1_src_configure
+}
+
+src_compile() {
+ distutils-r1_src_compile
+ cd dash-renderer
+ distutils-r1_src_compile
+}
+
+src_install() {
+ distutils-r1_src_install
+ cd dash-renderer
+ distutils-r1_src_install
+}
diff --git a/sci-visualization/dash/metadata.xml b/sci-visualization/dash/metadata.xml
new file mode 100644
index 000000000000..166d71c6fb59
--- /dev/null
+++ b/sci-visualization/dash/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <longdescription lang="en">
+ Dash is a productive Python framework for building web analytic
+ applications.
+ Written on top of Flask, Plotly.js, and React.js, Dash is ideal for
+ building data visualization apps with highly custom user interfaces in
+ pure Python. It's particularly suited for anyone who works with data in
+ Python.
+ Through a couple of simple patterns, Dash abstracts away all of the
+ technologies and protocols that are required to build an interactive
+ web-based application. Dash is simple enough that you can bind a user
+ interface around your Python code in an afternoon.
+ Dash apps are rendered in the web browser. You can deploy your apps to
+ servers and then share them through URLs. Since Dash apps are viewed in
+ the web browser, Dash is inherently cross-platform and mobile ready.
+ Dash ships with supercharged components for interactive user
+ interfaces. A core set of components, written and maintained by the
+ Dash team, is available in the dash-core-components library.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">plotly/dash</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-visualization/jupyter-dash/Manifest b/sci-visualization/jupyter-dash/Manifest
new file mode 100644
index 000000000000..696beb06e2cb
--- /dev/null
+++ b/sci-visualization/jupyter-dash/Manifest
@@ -0,0 +1,3 @@
+DIST jupyter-dash-0.4.0.tar.gz 42855 BLAKE2B 6ee097892e8175d72883005a4b8097e1069d3550d845dc8728991c78d437d74f571e3e1e4fddf7c8df716c0921a5910c9fbc654f0a56c0f177f14c7b2c1bd336 SHA512 16774dfe54122096cdf672408af8fb7f0246ba7db1429eeee21a9b10645990d859208e13b743119c90e5b0ae042eeb32e91e56205139d9cf792f5995e467ccf9
+EBUILD jupyter-dash-0.4.0.ebuild 721 BLAKE2B 6f851409edc6f4d6032799785048cc612e259e787538fb8fcdd1e01e00c3e9268256dc4ccc8b7a9c15fb970f2747b70ecab9ccdbf4a7be2fae8801e364258e31 SHA512 3575d813ded8691d8d9f56769557df7a04d8767bae5541d02bd629b3464bf7a507d0585ef3c5b3254b9e4a1fa43115d49506411bf3a70df37d588ebdd38b4441
+MISC metadata.xml 589 BLAKE2B 3c22acd7937d555699ef6d26466bf0db05ee62bece4184dc52c3a724bca75298b5e25c3a53ea9a1f79d39597b1eb15e2fd1367931ef2d3d5e511102a7fb92389 SHA512 38437c044d2c9bdfd16ad95a8940c2565875f8a56f67a7a9e726285b0bcc431cc53e1c0786bc3d88a169fe9f2a15a0b9aa3a920a1b21319b0ffdf51b5fe18b00
diff --git a/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild b/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild
new file mode 100644
index 000000000000..87d8aedc3a92
--- /dev/null
+++ b/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Plotly Dash apps from within Jupyter environments"
+HOMEPAGE="https://plotly.com/dash/"
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ dev-python/ansi2html[${PYTHON_USEDEP}]
+ sci-visualization/dash[${PYTHON_USEDEP}]
+ dev-python/ipykernel[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/retrying[${PYTHON_USEDEP}]"
+BDEPEND=""
+
+src_install () {
+ distutils-r1_src_install
+ mv "${D}"/usr/etc "${D}"/ || die
+}
diff --git a/sci-visualization/jupyter-dash/metadata.xml b/sci-visualization/jupyter-dash/metadata.xml
new file mode 100644
index 000000000000..50ec7aff92b7
--- /dev/null
+++ b/sci-visualization/jupyter-dash/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <longdescription lang="en">
+ This library makes it easy to develop Plotly Dash apps interactively
+ from within Jupyter environments (e.g. classic Notebook, JupyterLab,
+ Visual Studio Code notebooks, nteract, PyCharm notebooks, etc.).
+ </longdescription>
+ <upstream>
+ <remote-id type="github">plotly/jupyter-dash</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest
index 21a8d8904f90..1bad5a2066af 100644
--- a/sci-visualization/labplot/Manifest
+++ b/sci-visualization/labplot/Manifest
@@ -1,4 +1,4 @@
DIST labplot-2.8.2.tar.xz 13235168 BLAKE2B 251d7f6293ea90a1a16a33f38f3b3657051545cff4b0acc3d3009a02387c4cadb61dad31b72466f0d197b1cccac6e9095687fcc694853c2a6ef41fa1a954c6a7 SHA512 fc550ccb00c5d9966b42f3a367daaebfa94909b65f0a146e4cd75f9a4ed50d00a917fa4c5fd6b6694bf2223d75a564db49697106ea663b0e17def4ce501b09e1
-EBUILD labplot-2.8.2.ebuild 2318 BLAKE2B 2ff30308bbd6f705e8eba5d2f56853b0ad4cb4a92673e0e1324add3c0d51bf4ea0923c9bdb7c160b089a5559d800efb1bbe46e428cbd2edb1394cbf2c946fb0e SHA512 fb145814a88f7d2f9c308e13197d9c12b79f413f9c97263cb4db38e718faa280532a0e0e5edf59eff6c58e752829ca366463f7147fd45dc927af496b0b4335ea
-EBUILD labplot-9999.ebuild 2372 BLAKE2B cfb99feec332be21bae60ace6e7ca1d938cc00ec64f8c8c553df5ccdd67c10aa8184b93234793cb548dd510a2b93ee2f649c4dfe2e4bc7eeb676c8ba1c2c694d SHA512 281d17374a89fc3b4a80753afea53529755a4dc61d0aeb7a52b8f66d452e24be836eb780fa42dba36b747c0ee5e6b1e2af4b5d35ff0a707ab2a3cc0bcaff0881
+EBUILD labplot-2.8.2.ebuild 2343 BLAKE2B 9bb15fbb175a3124570d2a9c5248b61e50f5e46123bb095760689e4d5fa464b8388b1ab938f2b23ac22258c5ecb9737460c617339017981b73d9bcfd459c450d SHA512 5f355007fcd06649a419561dbd2cc1719634c01fde33d7bdde24ab022681372b4a8acb1764da56de8ad94553fc82532df52e1c68f65d33cff39fa576b53e92d5
+EBUILD labplot-9999.ebuild 2397 BLAKE2B e19109fbf49b027c4b62add3d5527e0dfd3255885584ce1a299ea1fda74a427706d4efe3267377bc85d09089656ea6eb77979cf3ca6cff132d5d55b2bb5f0a12 SHA512 2e781656089e248d8ec9c400f4954822bc7167c0a5a0f0a319345769db6b0121a7e6a36188a9c0eb47f3cc006938daf62030b40fdeabe7e910d6d947acdddab8
MISC metadata.xml 968 BLAKE2B 559e66667254b34ec3d884d6fe1d04a08ecd5b47cda991a98771caef3dca44c2fed9b01509b82e74a5051a9b96724654108729050f70ea9bc78621fa8109d69d SHA512 da2eeb9e282fcadd6fcf51e9071619d6d1fe6ca5fa9c19bb19ff6337be48fcf0f5b394c5aab6d66580dbdd3ebfe4dc4bec5dd59cd66572b0e0554d2c14df00e9
diff --git a/sci-visualization/labplot/labplot-2.8.2.ebuild b/sci-visualization/labplot/labplot-2.8.2.ebuild
index 33e94fdbc0bd..fd6001e75440 100644
--- a/sci-visualization/labplot/labplot-2.8.2.ebuild
+++ b/sci-visualization/labplot/labplot-2.8.2.ebuild
@@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoptional"
ECM_TEST="forceoptional"
KFMIN=5.74.0
QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks"
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
index 988b1176a008..03cc30d425b1 100644
--- a/sci-visualization/labplot/labplot-9999.ebuild
+++ b/sci-visualization/labplot/labplot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoptional"
ECM_TEST="forceoptional"
KFMIN=5.74.0
QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks"
diff --git a/sci-visualization/paraview/Manifest b/sci-visualization/paraview/Manifest
index fd5a7639ebc6..94509499f354 100644
--- a/sci-visualization/paraview/Manifest
+++ b/sci-visualization/paraview/Manifest
@@ -3,8 +3,9 @@ AUX paraview-5.3.0-fix_buildsystem.patch 797 BLAKE2B f77c72f34c13eae42a4da281f95
AUX paraview-5.5.0-allow_custom_build_type.patch 1036 BLAKE2B ff00093034196935e9075c5751f8a64027da009679de5c3f5b941681e65df9b91b0a05a3f0201a873313d859f029596739b1c5d705a1c35ae3cc83251312774e SHA512 0c79315d28b98d4cf45bfd48198dbb3315ebf6ffbd05e9720b35e7bdea05bd98c086dbb02cd7ac6d9580f504c7d29f498244d2b30d9e2932e881261a78b020c7
AUX paraview-5.8.0-w-vtk-8.2.0-qt-5.15.patch 1185 BLAKE2B 9573a94af926615a3e6e8e043ea5bbbbf7a7946e33bce30c9fe6475de074142043463c345cf6caed09a60a63c241cac19ca2a54383b41752441b72e0bf5d9f17 SHA512 3552ae966be577840187590c651abc98e41047cbac6b679a17779b83b37c8d1ddd1a36a6ddd6dffb01b66138d2fc8a1bd335afb3ee488d2faa60c7ec1e4323e0
AUX paraview-5.8.1-find-xmlpatterns.patch 1343 BLAKE2B 6786f27d4a3d5539f0265d1b3426b16063e795fca57d51ac3d232e5258d4d3db1b765379607ba143a422fe8f49b12354edc51fd4f4700a709e2e4aa362e75b8c SHA512 08aa76bdb1251638d52a2871116f507cc492cf03895a1950e05a56048571edb932efebe0f7704d56cd61afadee8f1f9e7003bc02825df83550944f84265b1658
+AUX paraview-5.9.0-gcc11-include.patch 497 BLAKE2B 9af7711767f1b241ea965968b6fd31600aa1a094a36758712ee0319e51cf4f7998ade5a756498950f3dd3077e019dfbe261de61e1f18a8a7c7a600459179e2d4 SHA512 4bbaca632abdc5f5fb1b9d5366e65245c0f40d2db73b4c8bb61460f367517a2f5b94a81db32aab96288b44bb298f7d89d874e779071a579f5026a9e4864baf62
DIST ParaView-v5.8.1.tar.xz 49822084 BLAKE2B 1b99392a85c19fdc02f8f9f0f055fb7efd8a0b17eedfd84005d1af9b170c34ec4eedb25700f91c3a2241ee80e271fe1e744e3a729b7726deb8f9c7a9fd2e4191 SHA512 94861c01da2f98c47e7453d072a4de34a7f52f5df280a8745b44d58d8d6a1dba42a15d0bac31895bbe25f23d993d4d356e5af1f8415137e289afd60570070248
DIST ParaView-v5.9.0.tar.xz 62784788 BLAKE2B f07bfce50304b2bfba0de4ba3127d686cf4c32633f8c707fbb2d93c19685f7e8a119ba211e27c29b986ca5b22afab4f57c273077a1c0a7ab0abefa55c8874e28 SHA512 44d93b49449262aa3f068aa990419415c3197916a002555d914efc407ed7ccd57b15b829f0fe711afee780e5e63fb1bd072175fc382f3afd36daecc541c382d5
EBUILD paraview-5.8.1.ebuild 6363 BLAKE2B d1682ea682bfe732b3442cc2495dfb660fc8d5603c50b5c864b7629dd918bb77d9a8dcdd1dd14a7e8bc3047d345f6fe1b71365b735a6e7093c93493dd67c9aeb SHA512 4bef374b2f19f375d21f2d548c941cd14502311e395e9dd80d050068ea25cd3d1d2d41abf4e74bcbbe34ccc55d01b81197ab9b7dc325d185a54ac0e019501fb4
-EBUILD paraview-5.9.0.ebuild 5806 BLAKE2B 1b95eee4c57a64b68a872eea69b49423e854571909466e1f3e3e70b4ff5b8bcc723e08012f91abc31593583667fe1caccdbe52601265a051522ab33a26a3e555 SHA512 3e88a1dc77c0e5f9f7590db6a3a17e2510aa368b4a243e78851d9a44f3a696daab531912d2c70ef0ce25c5384a43929c29c20d3a3b0dae711da66f490163e72a
+EBUILD paraview-5.9.0.ebuild 5853 BLAKE2B 83562d286dbb019a1c86d584f8a5997848e0d3943be23b905e7ef21354f6fe02b3a15b4b5fcb7b7b23032ced2bcf5f0dd2b52ce79b0f508d0554b0bac232646f SHA512 2aeb8501d4b707ab896139b8fbef344f5ba78be3bea0f84a5c0a6241cefc199228d3d31cf15fb6a4a0cc0e034289ff795c84d8b60ed036ac3a8bb26fb77e4aac
MISC metadata.xml 873 BLAKE2B 3f48aa66e19a19e8de7959d58248e7d4d7b6ca0f9dd98b869088f15bfc483dec486c89bdd448368eb0b385735ca8cfb3462a86e93fecb13383366ced4ead4ebd SHA512 871830a5157bc1f8803cf4dbd4797a58bd87d6338a3eaa21662a2e789412bf746c30f817a485a26b4b14fa578aa15b391efe76c920db7b1c2a2f74f9bf3eceb2
diff --git a/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch b/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch
new file mode 100644
index 000000000000..b9fad8c094fe
--- /dev/null
+++ b/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch
@@ -0,0 +1,20 @@
+--- a/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h
++++ b/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h
+@@ -25,6 +25,7 @@
+ #include "vtkIdList.h"
+ #include <algorithm>
+ #include <cmath>
++#include <limits>
+ #include <unordered_map>
+ #include <vector>
+
+--- a/VTK/Common/DataModel/vtkPiecewiseFunction.cxx
++++ b/VTK/Common/DataModel/vtkPiecewiseFunction.cxx
+@@ -22,6 +22,7 @@
+ #include <cassert>
+ #include <cmath>
+ #include <iterator>
++#include <limits>
+ #include <set>
+ #include <vector>
+
diff --git a/sci-visualization/paraview/paraview-5.9.0.ebuild b/sci-visualization/paraview/paraview-5.9.0.ebuild
index 826f9ea31de5..f91083500a23 100644
--- a/sci-visualization/paraview/paraview-5.9.0.ebuild
+++ b/sci-visualization/paraview/paraview-5.9.0.ebuild
@@ -105,6 +105,7 @@ S="${WORKDIR}/${MY_P}"
PATCHES=(
"${FILESDIR}"/${PN}-4.0.1-xdmf-cstring.patch
"${FILESDIR}"/${PN}-5.5.0-allow_custom_build_type.patch
+ "${FILESDIR}"/${PN}-5.9.0-gcc11-include.patch
)
pkg_setup() {