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.113408 |
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
« First ‹ Previous 1 2 3 Next › Last »
gypaetus commented on 2015-09-11 19:25
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.
anatolyb commented on 2015-09-11 09:57
build fails at 25%. the issue is probably in wxwidgets:
Scanning dependencies of target plplotwxwidgets
[ 25%] Building CXX object bindings/wxwidgets/CMakeFiles/plplotwxwidgets.dir/wxPLplotstream.cpp.o
In file included from /usr/include/c++/5.2.0/type_traits:35:0,
from /usr/include/wx-2.9/wx/strvararg.h:26,
from /usr/include/wx-2.9/wx/string.h:51,
from /usr/include/wx-2.9/wx/memory.h:16,
from /usr/include/wx-2.9/wx/object.h:20,
from /usr/include/wx-2.9/wx/wx.h:16,
from /tmp/yaourt-tmp-anatoly/aur-plplot/src/plplot-5.11.1/bindings/wxwidgets/wxPLplotstream.cpp:22:
/usr/include/c++/5.2.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \
^
In file included from /usr/include/wx-2.9/wx/string.h:51:0,
from /usr/include/wx-2.9/wx/memory.h:16,
from /usr/include/wx-2.9/wx/object.h:20,
from /usr/include/wx-2.9/wx/wx.h:16,
from /tmp/yaourt-tmp-anatoly/aur-plplot/src/plplot-5.11.1/bindings/wxwidgets/wxPLplotstream.cpp:22:
/usr/include/wx-2.9/wx/strvararg.h:346:18: error: ‘is_enum’ in namespace ‘std’ does not name a template type
typedef std::is_enum<T> is_enum;
^
/usr/include/wx-2.9/wx/strvararg.h:350:54: error: ‘is_enum’ was not declared in this scope
enum { value = wxFormatStringSpecifierNonPodType<is_enum::value>::value };
^
/usr/include/wx-2.9/wx/strvararg.h:350:68: error: template argument 1 is invalid
enum { value = wxFormatStringSpecifierNonPodType<is_enum::value>::value };
Styx85 commented on 2015-05-29 08:18
there is a patch creating compatibility to plplot 5.11 for gnudatalanguage
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-lang/gdl/files/0.9.5-plplot.patch?logsort=rev&view=log&sortby=log&pathrev=HEAD
James-T commented on 2015-04-18 15:12
Please note:
At present gnudatalanguage will not build with 5.11.0, so I am delaying the update until gnudatalanguage upstream fix the build.
zephred commented on 2015-03-23 00:07
==> Starting build()...
/tmp/yaourt-tmp-zephred/aur-plplot/./PKGBUILD: line 28: ../../plplot.patch: No such file or directory
==> ERROR: A failure occurred in build().
Aborting...
plplot.patch symlink is in .. and not ../..
Needs to change line 28 of PKGBUILD from
patch -p1 < ../../plplot.patch
to
patch -p1 < ../plplot.patch
zephred commented on 2015-03-23 00:06
==> Starting build()...
/tmp/yaourt-tmp-zephred/aur-plplot/./PKGBUILD: line 28: ../../plplot.patch: No such file or directory
==> ERROR: A failure occurred in build().
Aborting...
plplot.patch symlink is in .. and not ../..
Nees to changer line 28 of PKGBUILD from
patch -p1 < ../../plplot.patch
to
patch -p1 < ../plplot.patch
James-T commented on 2015-02-11 18:39
Updated to patch for compatibility with cmake 3.1
srikanthbojja commented on 2014-11-11 13:39
Linking CXX shared module wxwidgets.so
[ 42%] Built target wxwidgets
Scanning dependencies of target test_wxwidgets_dyndriver
[ 42%] Generating test_dyndrivers_dir/wxwidgets.driver_info
Could not open driver module /tmp/yaourt-tmp-srikanth/aur-plplot/src/plplot-5.10.0/build/drivers/wxwidgets
libltdl error: file not found
drivers/CMakeFiles/test_wxwidgets_dyndriver.dir/build.make:52: recipe for target 'drivers/test_dyndrivers_dir/wxwidgets.driver_info' failed
make[2]: *** [drivers/test_dyndrivers_dir/wxwidgets.driver_info] Error 1
CMakeFiles/Makefile2:2177: recipe for target 'drivers/CMakeFiles/test_wxwidgets_dyndriver.dir/all' failed
make[1]: *** [drivers/CMakeFiles/test_wxwidgets_dyndriver.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build plplot.
gourdcaptain commented on 2014-02-12 01:18
FYI, if you want the java interface, you need the swig package installed at compile time.
James-T commented on 2013-12-23 10:02
Updated to 5.9.11. Now builds without patches.
N.B. Upstream has now dropped Fortran77 support (F95 is still there).