Search Criteria
Package Details: plplot 5.15.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/plplot.git (read-only, click to copy) |
---|---|
Package Base: | plplot |
Description: | A cross-platform software package for creating scientific plots |
Upstream URL: | http://plplot.sourceforge.net/ |
Licenses: | custom, LGPL |
Submitter: | None |
Maintainer: | gypaetus |
Last Packager: | gypaetus |
Votes: | 48 |
Popularity: | 0.005741 |
First Submitted: | 2005-06-08 03:23 (UTC) |
Last Updated: | 2020-08-25 10:26 (UTC) |
Dependencies (12)
- libtool (libtool-git)
- tk (tk85)
- cmake (cmake-git) (make)
- agg (agg-2.6-git) (optional) – high quality rendering engine in C++
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin) (optional) – displays plots and save to different file formats
- freetype2 (freetype2-minimal-git, freetype2-ttmetrics, freetype2-v35, freetype2-git, freetype2-ultimate5, freetype2-infinality-remix) (optional) – enables use of ttf fonts for some drivers
- gd (gd-git) (optional) – ability to output png, jpeg and gif files
- qhull (optional) – calculating convex hulls
- qt4 (qt4-bin, qt4-revert80e3108) (optional) – display plots, output various formats using the Qt UI framework
- swig (swig-git) (optional) – connects Plplot C library to Python, Java and Lua (must be present at compile time for Java)
- ttf-freefont (gnu-free-fonts) (optional) – enables use of ttf fonts for some drivers
- wxgtk (wxgtk2-dev, wxgtk2-wxgtk-provides-latest, wxwidgets-gtk2) (optional) – displays plots using wxWidgets library
Required by (8)
- gnudatalanguage
- gnudatalanguage-gdlkernel
- gtk-3-fortran-git
- gtkmm3-plplot
- gtkmm3-plplot-git
- perl-pdl (make)
- perl-pdl (optional)
- pg2plplot (make)
Latest Comments
1 2 3 Next › Last »
jvfaegje commented on 2022-08-10 10:57 (UTC)
I solved the problem. If you are using nvcc compilers for c, add the lines:
CC=/usr/bin/gcc
CXX=/usr/bin/g++
In the build function of the pkgbuild file for Plplot, making it:
With this configuration, I was able to build the AUR.
jvfaegje commented on 2022-08-08 03:45 (UTC)
Hey everyone, I recently tried installing this aur and in the build phase, it has tried to use nvc to make the software in vain:
It looks like pyplot is not engaging nvc with the right switches. Not sure how to fix this as I am somewhat of an amateur here.
James-T commented on 2021-08-11 14:34 (UTC) (edited on 2021-08-11 14:35 (UTC) by James-T)
I was looking around the plplot site the other day, and saw that it can be built with qt5 rather than qt4 by specifying
-DPLPLOT_USE_QT5=1
on the cmake line.Updating to use QT5 would remove the dependency on qt4 which is no longer in the repositories.
The only significant drawback I can see is that there is no QT5 ps driver. I'm not sure whether there is any dependency beyond qt5-base as I have a full qt5 install on my KDE-based system.
Thoughts...
gypaetus commented on 2020-08-25 10:28 (UTC)
Thank you. Adding a patch to the PKGBUILD to solve this issue.
mazzarino commented on 2020-08-18 17:05 (UTC) (edited on 2020-08-18 17:21 (UTC) by mazzarino)
@Cjen1 It seems to be plplot issue. Similar nextcloud-client issue: https://bugs.gentoo.org/727474
https://github.com/nextcloud/desktop/commit/0fe7a657386b107ae498e7749ff4c20116b9752a
I've succeeded to solve the problem by adding
'#include <QPainterPath>'
to the file /plplot-5.15.0/bindings/qt_gui/plqt.cpp
mazzarino commented on 2020-08-16 18:07 (UTC) (edited on 2020-08-16 18:07 (UTC) by mazzarino)
There are some errors while building
make[2]: *** [bindings/qt_gui/CMakeFiles/plplotqt.dir/build.make:95: bindings/qt_gui/CMakeFiles/plplotqt.dir/plqt.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1839: bindings/qt_gui/CMakeFiles/plplotqt.dir/all] Error 2
make: *** [Makefile:171: all] Error 2
Cjen1 commented on 2020-07-22 16:56 (UTC)
I'm having difficult installing this:
/home/cjen1/.cache/yay/plplot/src/plplot-5.15.0/bindings/qt_gui/plqt.cpp:222:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
gypaetus commented on 2019-09-16 20:44 (UTC)
Thanks, the PKGBUILD has been updated.
Aelerinya commented on 2019-08-21 16:17 (UTC) (edited on 2019-08-21 16:17 (UTC) by Aelerinya)
PLplot is affected by the gcc 6 change is the isystem flag, causing an error like this (at least for me) :
I fixed it by adding this command between the call to cmake and the call to make in the build script : find . -name '*.make' -exec sed -i 's|-isystem /usr/include ||g' '{}' ';' It just removes the '-isystem /usr/include' from every Makefiles generated by CMake, which were causing the issue.
jankoh commented on 2019-01-13 12:31 (UTC)
End of last year gnudatalanguage was updated to use the version of plpot. It needs plplot>5.11 to be compiled with "-DOLD_WXWIDGETS:BOOL=ON" acouring to the README.
Is there any chance to get plplot compiled with that option enabled? Or anyhing known against such a change?
Thanks, Jan
1 2 3 Next › Last »