The desktop file is installed to /opt/paraview/share/applications/org.paraview.ParaView.desktop
. This is not a proper place. GNOME could not find paraview
. We should install it to /usr/share/applications
. And the icon image should be installed to proper location too. We cannot simply install everything to /opt
.
Search Criteria
Package Details: paraview-git v5.8.1.RC1.r819.g08210ebaca-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/paraview-git.git (read-only, click to copy) |
---|---|
Package Base: | paraview-git |
Description: | Open-source, multi-platform data analysis and visualization application |
Upstream URL: | https://www.paraview.org |
Licenses: | custom, BSD |
Conflicts: | paraview, vtk |
Provides: | paraview |
Submitter: | GloW |
Maintainer: | GloW |
Last Packager: | GloW |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-25 09:46 (UTC) |
Last Updated: | 2020-06-22 10:15 (UTC) |
Dependencies (40)
- boost-libs
- cgns (cgns-parallelAUR)
- double-conversion (double-conversion-gitAUR)
- expat (expat-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gdal (gdal-ecwAUR, gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- intel-tbb (onetbb-gitAUR, onetbb)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libjsoncpp.so (jsoncpp-cmakeAUR, jsoncpp-gitAUR, jsoncpp)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- lz4 (lz4-gitAUR)
- netcdf (netcdf-openmpi)
- openmpi (openmpi-gitAUR)
- ospray
- Show 20 more dependencies...
Required by (8)
- damask (requires paraview) (optional)
- elmerfem-git (requires paraview)
- liggghts-git (requires paraview) (optional)
- openfoam-9-org (requires paraview)
- openfoam-com (requires paraview)
- openfoam-com-git (requires paraview)
- openfoam-org (requires paraview)
- paraview-medreader (requires paraview)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
hottea commented on 2019-12-19 14:18 (UTC)
GloW commented on 2019-11-25 16:17 (UTC)
Do you have a specific version of MPI installed on your system ?
gpettinello commented on 2019-11-17 12:15 (UTC)
Error in compilation which is the same as paraview official package: conflicting symbol MPI_Comm
GloW commented on 2019-11-11 17:17 (UTC)
@xantares @Kunda Package have been updated.
GloW commented on 2019-11-11 11:05 (UTC)
@JoshH100 I'm afraid linking all submdule in the source array is not a good idea has the number of submodules can actually change over time, hence breaking the package.
GloW commented on 2019-11-10 14:43 (UTC)
Sorry for the delay. ParaView changed a lot this year, I will update soon.
xantares commented on 2019-11-07 19:38 (UTC)
VTK_USE_SYSTEM_XX is not used anymore, use PARAVIEW_USE_EXTERNAL=ON and VTK_MODULE_USE_EXTERNAL_VTK_gl2ps=OFF
Kunda commented on 2019-10-15 12:49 (UTC)
@GloW do you mind bumping the package number to 5.7.0.xxxx
PrinceMachiavell commented on 2019-05-29 09:41 (UTC)
I seem to always get some error while at the Vtkm compilation stage. I've tried adjust the parameters set by the for loops to what the arch paraview & VTK packages use (they are different) but neither seems to work.
[14334/18859] Running cpp protocol buffer compiler on vtkPVMessage.proto
FAILED: ParaViewCore/ServerImplementation/Core/vtkPVMessage.pb.h ParaViewCore/ServerImplementation/Core/vtkPVMessage.pb.cc
cd /data/paraview_org/paraview-git/src/build/ParaViewCore/ServerImplementation/Core && /data/paraview_org/paraview git/src/build/bin/vtkprotoc-pv5.6 --cpp_out
dllexport_decl=VTKPVSERVERIMPLEMENTATIONCORE_EXPORT:/data/paraview_org/paraview-git/src/build/ParaViewCore/ServerImplementation/Core -I /data/paraview_org/paraview-git/src/paraview/ParaViewCore/ServerImplementation/Core /data/paraview_org/paraview-git/src/paraview/ParaViewCore/ServerImplementation/Core/vtkPVMessage.proto
terminate called after throwing an instance of 'std::system_error'
I've attempted to use the paraview nightly binaries but it appears that some part of it is compiled against an old fontconfig version which makes the 'paraview' executable impossible to use even with redirected library versions.
Also, it would be a good idea to incorporate the submodules into the sources array and reference them in prepare() rather than have to download them every time.
I maintaine (sort of) similar software suits that have similar systemic build issues so to be clear I'm not pestering the maintainer to fix the issue, I mearly want to document my experience and recomendations.
Pinned Comments
GloW commented on 2020-06-22 10:18 (UTC) (edited on 2020-06-22 10:23 (UTC) by GloW)
Out of memory error.
You may use ninja-mem to prevent trashing when building on system with low memory to core ratio.
To activate use MAKEFLAGS+=" -m75" where 75 is the percent of memory usage when trashing prevention kicks in.
Or simply lower the make parallel jobs in "MAKEFLAGS" variable.
Refers to #731427 #716760