Package Details: plplot 5.15.0-11

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: GPL-2.0-or-later, LGPL-2.0-or-later, LicenseRef-custom
Submitter: None
Maintainer: jankoh
Last Packager: jankoh
Votes: 48
Popularity: 0.000000
First Submitted: 2005-06-08 03:23 (UTC)
Last Updated: 2024-12-23 14:53 (UTC)

Dependencies (25)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

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) :

/usr/include/c++/9.1.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory 75 | #include_next <stdlib.h> |

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

gypaetus commented on 2018-06-18 21:50 (UTC)

Updating to 5.13.0

not_anonymous commented on 2018-05-13 15:06 (UTC)

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 (UTC)

migueldvb: thank you, I should temporary remove wxgtk2.8, wxpython2.8, and wxgtk2.9 packeages for successful build.

gypaetus commented on 2015-09-11 19:25 (UTC)

anatolyb: It builds fine for me with wxgtk 3.0.2-4 with some wx warnings. I think that you need to upgrade the wxgtk and wxpython packages.