Search Criteria
Package Details: plplot 5.15.0-4
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: | |
Submitter: | None |
Maintainer: | gypaetus |
Last Packager: | gypaetus |
Votes: | 45 |
Popularity: | 0.113606 |
First Submitted: | 2005-06-08 03:23 |
Last Updated: | 2020-08-25 10:26 |
Dependencies (12)
- libtool (libtool-git)
- tk (tk85)
- cmake (cmake-git) (make)
- agg (optional) – high quality rendering engine in C++
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-minimal, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-git) (optional) – displays plots and save to different file formats
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git) (optional) – enables use of ttf fonts for some drivers
- gd (optional) – ability to output png, jpeg and gif files
- qhull (optional) – calculating convex hulls
- qt4 (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 (wxgtk-git, wxgtk2-dev, wxgtk2-light) (optional) – displays plots using wxWidgets library
Required by (11)
- gnudatalanguage
- gnudatalanguage-gdlkernel
- gtk-3-fortran-git
- gtkmm3-plplot
- gtkmm3-plplot-git
- perl-pdl (make)
- perl-pdl (optional)
- perl-pdl-git (make)
- perl-pdl-git (optional)
- perl-pdl-nohdf4 (optional)
- pg2plplot (make)
Latest Comments
1 2 3 Next › Last »
gypaetus commented on 2020-08-25 10:28
Thank you. Adding a patch to the PKGBUILD to solve this issue.
mazzarino commented on 2020-08-18 17:05
@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
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
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
Thanks, the PKGBUILD has been updated.
Aelerinya commented on 2019-08-21 16:17
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
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
gypaetus commented on 2018-06-18 21:50
Updating to 5.13.0
not_anonymous commented on 2018-05-13 15:06
from namcap run:
plplot E: Dependency lua detected and not included (libraries ['usr/lib/liblua.so.5.3'] needed in files ['usr/lib/lua/5.3/plplot/plplotluac.so']) plplot E: Dependency gcc-ada detected and not included (libraries ['usr/lib/libgnat-8.so'] needed in files ['usr/lib/libplplotada.so.2.1.0']) plplot E: Dependency java-environment detected and not included (found class files usr/share/java/plplot.jar)
anatolyb commented on 2015-09-14 13:41
migueldvb: thank you, I should temporary remove wxgtk2.8, wxpython2.8, and wxgtk2.9 packeages for successful build.