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 »

anatolyb commented on 2015-09-11 09:57 (UTC)

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

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

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

==> 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

James-T commented on 2015-02-11 18:39 (UTC)

Updated to patch for compatibility with cmake 3.1

srikanthbojja commented on 2014-11-11 13:39 (UTC)

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

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

Updated to 5.9.11. Now builds without patches. N.B. Upstream has now dropped Fortran77 support (F95 is still there).

James-T commented on 2013-10-01 18:49 (UTC)

Updated to reflect new plplot release. Uses the tcl patch from the SNV package now.