Re: [Plplot-devel] Is PLplot dead?

2024-09-18 Thread Orion Poplawski
On 9/18/24 00:32, Rafael Laboissière wrote: * Orion Poplawski [2024-09-13 21:49]: I haven't seen a post on this list from anyone other than me since August 2023.  Is it time to consider this project dead? I have contributed to PLplot for almost a decade, starting in year 2000. Even t

[Plplot-devel] Is PLplot dead?

2024-09-13 Thread Orion Poplawski
I haven't seen a post on this list from anyone other than me since August 2023. Is it time to consider this project dead? -- Orion Poplawski he/him/his - surely the least important thing about me IT Systems Manager 720-772-5637 NWRA, Boulder/CoRA Office

[Plplot-devel] plplot fails to build with python 3.13

2024-08-12 Thread Orion Poplawski
= PyEval_CallObject( python_mapform, arglist ); |^ looks like that was deprecated in 3.9 and removed in 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#removed-c-apis -- Orion Poplawski he/him/his - surely the least important thing about me IT Systems Manager

[Plplot-devel] Build failure with Python 3.13

2024-06-15 Thread Orion Poplawski
ents. To replace PyEval_CallObjectWithKeywords(func, NULL, kwargs) with PyObject_Call(), pass an empty tuple as positional arguments using PyTuple_New(0). -- Orion Poplawski he/him/his - surely the least important thing about me IT Systems Manager 720-772-5637 NWRA, Boulder/CoRA Office

[Plplot-devel] executable stacks

2024-03-20 Thread Orion Poplawski
mypltr.3’ [-Wtrampolines] plplot-5.15.0/examples/fortran/x09f.f90:187:21: warning: trampoline generated for nested function ‘mypltr’ [-Wtrampolines] and: /home/orion/fedora/plplot/plplot-5.15.0/examples/ada/xtraditional09a.adb:92:5: warning: trampoline generated for nested function ‘xtraditional09

Re: [Plplot-devel] The Debian PLplot fails

2021-11-02 Thread Orion Poplawski
On 11/2/21 10:40, Rafael Laboissière wrote: > * Orion Poplawski [2021-10-30 16:32]: >> >> So, it appears that the Fedora plplot package is building fine with sip >> 6.3.1.  Perhaps you may find some clues there, though I'm not sure we >> re-generate the bindings in

Re: [Plplot-devel] The Debian PLplot fails

2021-10-30 Thread Orion Poplawski
#x27;m not sure we re-generate the bindings in our builds. -- Orion Poplawski he/him/his - surely the least important thing about me Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nwra.

[Plplot-devel] swig (and thus plplot) support for octave 6.1

2021-01-23 Thread Orion Poplawski
m the users of swig-octave. Anyone here have some time and interest? Thanks, Orion -- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nwra.com Boulder, CO

Re: [Plplot-devel] plplot build fails with Qt 5.15.1

2020-09-17 Thread Orion Poplawski
On 9/13/20 1:42 PM, António Rodrigues Tomé wrote: hi orion this was solved in the  commit [2aa2e1] so you should use the development version. download it using git clone git://git.code.sf.net/p/plplot/plplot <http://git.code.sf.net/p/plplot/plplot> plplot.git cheers António - Than

[Plplot-devel] plplot build fails with Qt 5.15.1

2020-09-12 Thread Orion Poplawski
jects and there are some example fixes out there, e.g.: https://github.com/Nheko-Reborn/nheko/issues/214 HTH, Orion -- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or

[Plplot-devel] FindLua

2020-07-13 Thread Orion Poplawski
Is cmake/modules/FindLua.cmake useful anymore? For Fedora rawhide with Lua 5.4 I'm removing it so that we use the patched system version from cmake that can find 5.4. -- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 30

Re: [Plplot-devel] plplot fails to build with ocaml 1.08

2020-05-22 Thread Orion Poplawski
1.09 to Rawhide. I will rebuild plplot against this shortly. Thanks, Orion, for initiating camlidl bug 18 and Richard (and Xavier) for following up on it. From the discussion there, it sounds like all is now well with unit testing of the problem, and I therefore assume the above test with a full

Re: [Plplot-devel] plplot fails to build with ocaml 1.08

2020-05-21 Thread Orion Poplawski
On 5/21/20 2:01 PM, Alan W. Irwin wrote: Hi Orion: Thanks for your report. On 2020-05-20 21:28-0600 Orion Poplawski wrote: With the update from ocaml 1.05 to 1.08 plplot now fails to build: The ocaml versions on Debian Buster are 4.0.5* while the camlidl version there is 1.0.5*, and it is

Re: [Plplot-devel] plplot fails to build with ocaml 1.08

2020-05-21 Thread Orion Poplawski
On 5/21/20 3:01 AM, Richard W.M. Jones wrote: On Wed, May 20, 2020 at 09:28:10PM -0600, Orion Poplawski wrote: With the update from ocaml 1.05 to 1.08 plplot now fails to build: 4.05 -> 4.08 ? Sorry, ocaml-camlidl 1.05 -> 1.08 . No ocaml change directly. [ 4%] Gene

[Plplot-devel] plplot fails to build with ocaml 1.08

2020-05-20 Thread Orion Poplawski
") The macros involved are: #define QUOTEME(x) #x #define RAW_ML(x) quote(mlmli, QUOTEME(x)); Now, I know nothing about ocaml so I'm hoping Richard can clue us in on what has changed. -- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulde

Re: [Plplot-devel] Issue with ocaml in tree tests

2019-09-26 Thread Orion Poplawski
On 9/23/19 8:51 PM, Alan W. Irwin wrote: On 2019-09-22 20:06-0600 Orion Poplawski wrote: I'm trying to update the Fedora plplot package to 5.15.0 but running into the problem that the build tree rpath is not being set: plplot-5.15.0/fedora/examples/ocaml/CMakeFiles/target_x13ocam

[Plplot-devel] Issue with ocaml in tree tests

2019-09-22 Thread Orion Poplawski
I'm trying to update the Fedora plplot package to 5.15.0 but running into the problem that the build tree rpath is not being set: plplot-5.15.0/fedora/examples/ocaml/CMakeFiles/target_x13ocaml.dir/build.make: cd /home/orion/fedora/plplot/plplot-5.15.0/fedora/examples/ocaml &&a

Re: [Plplot-devel] swig 4.0.0 issues

2019-05-07 Thread Orion Poplawski
On 5/7/19 3:27 PM, Alan W. Irwin wrote: On 2019-05-06 19:12-0600 Orion Poplawski wrote: FYI - swig 4.0.0 just landed in Fedora Rawhide and it looks like it broke plplot's python bindings: Hi Orion: Thanks for this report, but for once I am (slightly) ahead of you.  :-) Try the lates

[Plplot-devel] swig 4.0.0 issues

2019-05-06 Thread Orion Poplawski
thon pltr function with 3 arguments failed 5: call to python pltr function with 3 arguments failed 5: call to python pltr function with 3 arguments failed I haven't had a chance to investigate yet... -- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA O

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-24 Thread Orion Poplawski
On 11/24/18 11:55 AM, Alan W. Irwin wrote: Hi Orion: This thread has previously been directed mostly at Ole, but I am including you now because I think it will interest you.  It concerns the problems (one of them upstream which I plan to fix soon by factoring the export files [as I promised

Re: [Plplot-devel] Plplot now working well with Debian Buster + release timing

2018-09-20 Thread Orion Poplawski
On 09/20/2018 12:22 AM, Alan W. Irwin wrote: On 2018-09-19 22:06-0600 Orion Poplawski wrote: On 09/15/2018 01:49 PM, Alan W. Irwin wrote: To Orion and Ole: Commit a730ebe34 has removed the last of the "new software" issues I have identified with Debian Testing = Buster. @Orion: I

Re: [Plplot-devel] Plplot now working well with Debian Buster + release timing

2018-09-19 Thread Orion Poplawski
On 09/15/2018 01:49 PM, Alan W. Irwin wrote: To Orion and Ole: Commit a730ebe34 has removed the last of the "new software" issues I have identified with Debian Testing = Buster. @Orion: I encourage you to try that commit on Fedora to see if you get similarly good results for

Re: [Plplot-devel] libieee.a is no more

2017-12-12 Thread Orion Poplawski
On 12/12/2017 04:42 PM, Alan W. Irwin wrote: On 2017-12-12 15:36-0700 Orion Poplawski wrote: Apparently glibc is dropping libieee.a in the next release.  In Fedora Rawhide, -mieee-fp on i686 results in: /usr/bin/ld: Cannot find -lieee Dropping -mieee-fp from csiro.cmake fixes it for me. Hi

[Plplot-devel] libieee.a is no more

2017-12-12 Thread Orion Poplawski
ot;${NAN_CFLAGS} -mieee") +else(CMAKE_C_COMPILER MATCHES "gcc") + set(NAN_CFLAGS "${NAN_CFLAGS} -ieee") +endif(CMAKE_C_COMPILER MATCHES "gcc") + endif(CMAKE_SYSTEM_PROCESSOR MATCHES "alpha.*") if(NOT DEFINED NaNAwareCCompiler) messag

[Plplot-devel] Patch for OCaml 4.06

2017-11-20 Thread Orion Poplawski
Fedora patch to fix build with OCaml 4.0.6. -- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nwra.com Boulder, CO 80301 https://www.nwra.com

Re: [Plplot-devel] PLplot Debian package

2017-07-14 Thread Orion Poplawski
Hello all On 07/14/2017 02:18 PM, Alan W. Irwin wrote: > To Ole and Orion: > > @Ole: > > To introduce Orion, he maintains the packaging of PLplot for Fedora, > and he has been a big help to us when dealing with "library > version" issues. > > @Orion:

[Plplot-devel] No swig support for octave 4.2

2016-12-11 Thread Orion Poplawski
name); ^ /builddir/build/BUILD/plplot-5.11.1-7756f60/fedora/bindings/octave/plplot_octaveOCTAVE_wrap.cxx:2148:5: note: in expansion of macro 'swigreg_binary_op' swigreg_binary_op(rshift); ^ See https://github.com/

[Plplot-devel] ocaml cairo

2016-07-21 Thread Orion Poplawski
${text_cairo}) It would be nice if the message was changed to something like "plplot ocaml cairo support currently disabled", so avoid having people like me spend time figuring out why it's not finding the cairo package. Thanks. -- Orion Poplawski Technical Manager

[Plplot-devel] octave 4

2016-07-19 Thread Orion Poplawski
-- OCTAVE_VERSION = 4.0.3 -- WARNING: Octave-4 has been found which is likely to lead to build errors for PLplot. -- WARNING: TRY_OCTAVE4 = ON so experimentally trying Octave-4 Is this still experimental? Octave 4 has been out for a while now. -- Orion Poplawski Technical Manager

[Plplot-devel] qhull 2015

2016-04-29 Thread Orion Poplawski
++ interface to Qhull. If you call Qhull from your program, you should use reentrant Qhull (libqhull_r) instead of qh_QHpointer (libqhull). So at the moment phplot does not find qhull because it is looking for qhull/qhull_a.h. -- Orion Poplawski Technical Manager 303-415-9701

[Plplot-devel] Fwd: [Bug 1295175] New: plplot contain problematic content

2016-01-03 Thread Orion Poplawski
This does look like a problem, unless there is specific permission for this file? Forwarded Message Subject: [Bug 1295175] New: plplot contain problematic content Date: Sun, 03 Jan 2016 08:08:59 + From: bugzi...@redhat.com To: or...@cora.nwra.com https://bugzilla.redhat.co

Re: [Plplot-devel] The D component of PLplot

2015-11-10 Thread Orion Poplawski
On 11/09/2015 09:49 PM, Alan W. Irwin wrote: > On 2015-11-01 19:54-0700 Orion Poplawski wrote: > > [...] >> I don't enable D support on the Fedora package [] > > Hi Orion: > > Our D results with the gdc compiler on the Debian Jessie Linux > platform a

Re: [Plplot-devel] [CMake] [ANNOUNCE] CMake 3.4.0-rc1 is now ready!

2015-11-01 Thread Orion Poplawski
On 10/31/2015 11:10 AM, Alan W. Irwin wrote: Hi Orion: Thanks for implementing Brad's suggestion to fix the PLplot Ada language support issue for CMake-3.4. To help give you PLplot git credit for your work, would you please put the patch in "git format-patch" form? Attached.

Re: [Plplot-devel] [CMake] [ANNOUNCE] CMake 3.4.0-rc1 is now ready!

2015-10-30 Thread Orion Poplawski
On 10/22/2015 11:30 AM, Brad King wrote: On 10/22/2015 11:28 AM, Orion Poplawski wrote: This appears to have broken plplot's ada build on Fedora. FYI - builds still fail with cmake 3.4.0-rc2. Have had time to look at it closer. plplot issue seems to be triggered by a change in Ada_

Re: [Plplot-devel] [CMake] [ANNOUNCE] CMake 3.4.0-rc1 is now ready!

2015-10-22 Thread Orion Poplawski
On 10/07/2015 10:45 AM, Orion Poplawski wrote: > On 10/06/2015 09:00 PM, Orion Poplawski wrote: >> On 10/06/2015 09:42 AM, Robert Maynard wrote: >>> I am proud to announce the first CMake 3.4 release candidate. >> >> This appears to have broken plplot's

Re: [Plplot-devel] [CMake] [ANNOUNCE] CMake 3.4.0-rc1 is now ready!

2015-10-06 Thread Orion Poplawski
ot; not found x00a.adb:29:05: file "plplot_traditional.ads" not found examples/ada/CMakeFiles/x00a.dir/build.make:65: recipe for target 'examples/ada/CMakeFiles/x00a.dir/x00a.o' failed So we're now missing the -I include dir options. That's all I have for now, I'll tr

Re: [Plplot-devel] Octave 4.0.0

2015-07-13 Thread Orion Poplawski
On 07/11/2015 08:27 PM, Alan W. Irwin wrote: > On 2015-07-11 17:52-0600 Orion Poplawski wrote: >> On 07/10/2015 12:04 PM, Orion Poplawski wrote: >>> >>> My fix for octave 4.0,0 support in swig is here: >>> https://github.com/swig/swig/pull/460 > >> plp

Re: [Plplot-devel] Octave 4.0.0

2015-07-11 Thread Orion Poplawski
On 07/10/2015 12:04 PM, Orion Poplawski wrote: > > My fix for octave 4.0,0 support in swig is here: > > https://github.com/swig/swig/pull/460 > > I'll test builds of plplot once the swig build is complete. plplot 5.11.0 is building fine in Rawhide with a patched swig 3.0.6,

Re: [Plplot-devel] Octave 4.0.0

2015-07-10 Thread Orion Poplawski
wrong. Could that be > the SWIG version? (Note: I did not use the very latest checkout, but > the commits I saw have nothing to do with Octave). > > To Arjen and Orion: > > @Arjen: > Thanks for this comprehensive test report. > > The short response for working aro

Re: [Plplot-devel] [Swig-user] swig 3.0.6 breaks plplot builds

2015-07-07 Thread Orion Poplawski
On 07/07/2015 04:15 PM, Orion Poplawski wrote: Updating from 3.0.5 to 3.0.6 in Fedora Rawhide has broken plplot builds. New error: cd /builddir/build/BUILD/plplot-5.11.0/fedora/bindings/python && /usr/bin/swig -python -DPL_DOUBLE_INTERFACE -DSWIG_PYTHON -DPYTHON_HAVE_PYBUFFER -outdir /

Re: [Plplot-devel] PDL_VERSION error

2015-05-29 Thread Orion Poplawski
On 05/22/2015 06:57 PM, Alan W. Irwin wrote: > On 2015-05-22 11:05-0600 Orion Poplawski wrote: > >> with current plplot git on Fedora rawhide with cmake 3.2.2, I'm getting: >> >> -- PDL_VERSION = 2.007 >> CMake Error at cmake/modules/plplot_functions.cmake:18

Re: [Plplot-devel] Fedora plplot patches

2015-05-27 Thread Orion Poplawski
On 05/18/2015 06:41 PM, Alan W. Irwin wrote: > On 2015-05-18 16:53-0600 Orion Poplawski wrote: > >> On 05/18/2015 01:35 AM, Alan W. Irwin wrote: > [...] >>> On 2015-04-25 12:42-0600 Orion Poplawski wrote: >>> >>>> On 04/25/2015 11:05 AM, Alan W. Irwin w

Re: [Plplot-devel] c++ wxWidget example compile issue

2015-05-22 Thread Orion Poplawski
On 05/22/2015 03:58 AM, Phil Rosenberg wrote: > Hi Orion and Alan > I have just fixed the deprecated wxDC::GetLogicalOrigin warning. But I > do not see all the other deprecated warnings you reported Orion on my > Windows wxWidgets 3 system. > > Do you still see them? Which ve

[Plplot-devel] PDL_VERSION error

2015-05-22 Thread Orion Poplawski
(28) Call Stack (most recent call first): cmake/modules/pdl.cmake:63 (transform_version) cmake/modules/plplot.cmake:489 (include) CMakeLists.txt:111 (include) I don't normally build on a system with PDL installed, so I didn't see this before. -- Orion Poplawski Technical Manage

Re: [Plplot-devel] c++ wxWidget example compile issue

2015-05-22 Thread Orion Poplawski
On 05/22/2015 03:58 AM, Phil Rosenberg wrote: > Hi Orion and Alan > I have just fixed the deprecated wxDC::GetLogicalOrigin warning. But I > do not see all the other deprecated warnings you reported Orion on my > Windows wxWidgets 3 system. > > Do you still see them? Which ve

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-05-18 Thread Orion Poplawski
On 05/17/2015 02:02 AM, Alan W. Irwin wrote: > Hi Orion: > > In the last month or so you brought a number of linking issues for > the traditional build system to my attention. I believe > commit id = 6a5bad5 should fix those. > > Would you please run your traditional build

Re: [Plplot-devel] Fedora plplot patches

2015-05-18 Thread Orion Poplawski
On 05/18/2015 01:35 AM, Alan W. Irwin wrote: > Hi Hez: > > Can you evaluate Patch7 below that removes the -custom option > from our ocamlc build commands? > > @Orion and Andrew: the rest of this response is addressed to you > as our respective Fedora and Debian packagers.

Re: [Plplot-devel] PDL-Graphics-PLplot and plplot 5.11.0

2015-05-18 Thread Orion Poplawski
You can check here: http://pkgs.fedoraproject.org/cgit/perl-PDL-Graphics-PLplot.git/log/ for what the Fedora packager did for 5.11.0 support. On 04/24/2015 05:41 PM, Doug Hunt wrote: > Hi Orion: Thanks for the patch. I'll look into this next week and try to put > out > an update

Re: [Plplot-devel] Fedora plplot patches

2015-04-25 Thread Orion Poplawski
64-bit builds. Otherwise the PKG_CONFIG_ENV and RPATH variables have /usr/lib or /usr/lib64 in them. I know this patch isn't acceptable upstream as it is, but if you found a way to address it, that would be great. # Don't use -custom with ocamlc Patch7: plplot-ocaml.patch

Re: [Plplot-devel] fortran example compile error

2015-04-25 Thread Orion Poplawski
On 04/24/2015 08:08 PM, Alan W. Irwin wrote: > On 2015-04-24 16:51-0600 Orion Poplawski wrote: > >> # make >> /usr/bin/gfortran x00f.f90 -o x00f -I/usr/include/plplot >> -I/usr/lib64/gfortran/modules -I/usr/include/plplot -lplplotf95 >> -lplf95demolib >> /us

[Plplot-devel] fortran example compile error

2015-04-24 Thread Orion Poplawski
om command line collect2: error: ld returned 1 exit status # grep -Fi plinit x00f.f90 call plinit /usr/lib64/libplplotf95c.so 9350 T plinit_ So we need to link with -lplplotf95c -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office

[Plplot-devel] PDL-Graphics-PLplot and plplot 5.11.0

2015-04-24 Thread Orion Poplawski
rces online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from perl...Reading symbols from /home/orion/fedora/perl-PDL-Graphics-PLplot/PDL-Graphics-PLpl

[Plplot-devel] c++ wxWidget example compile issue

2015-04-24 Thread Orion Poplawski
ould be added to the pkg-config output: # pkg-config --cflags --libs plplot-wxwidgets -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -I/usr/include/plplot -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -I/usr/include/plplot -lplplotwxwidgets -- Orion Poplawski Techni

[Plplot-devel] C examples need to link to -lm

2015-04-24 Thread Orion Poplawski
config @PC_STATIC_OPTION@ --cflags --libs plplot) -lm .SUFFIXES: .c $(EXEEXT) -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nwra.com Boulder, CO 80301

[Plplot-devel] Problems using the plplot cmake config file

2015-04-24 Thread Orion Poplawski
't need. I understand that the find_package config interface can take a COMPONENTS argument. I don't know anything about how that is implemented, but perhaps that could be used to allow this? Thanks. -- Orion Poplawski Technical Manager 303-415-9701 x222

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-04-24 Thread Orion Poplawski
On 04/23/2015 01:29 AM, Alan W. Irwin wrote: > On 2015-04-22 22:44-0600 Orion Poplawski wrote: > >> With plplot 5.10.0: >> >> # pkg-config plplotd --libs >> -lplplotd >> >> With plplot 5.11.0: >> -lplplot -lltdl -lm -lshp -lfreetype -lcsirocsa

[Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-04-22 Thread Orion Poplawski
this use Libs.private. See also http://people.freedesktop.org/~dbn/pkg-config-guide.html The attached patch fixes. If some functions are referenced directly in the public plplot headers then you would need to add them to Libs. -- Orion Poplawski Technical Manager 303-415

Re: [Plplot-devel] Strange issues with octave+swig+UTF8 in Fedora rawhide

2015-03-19 Thread Orion Poplawski
akpoint 1, plP_text (base=base@entry=0, just=just@entry=0.5, xform=xform@entry=0x7fff9440, x=x@entry=297, y=y@entry=1349, refx=refx@entry=297, refy=1198, string=0x55f94d40 "@b\375UUU") at /scratch/orion/redhat/plplot-5.10.0/plplot-5.10.0-git/src/plcore.c:1142 1142

Re: [Plplot-devel] Strange issues with octave+swig+UTF8 in Fedora rawhide

2015-03-19 Thread Orion Poplawski
On 03/18/2015 10:48 PM, Jim Dishaw wrote: > > On Mar 18, 2015, at 11:18 PM, Orion Poplawski wrote: > >> The check in the plplot package for the octave bindings is failing in >> Fedora rawhide. I point my finger at gcc 5.0.0 :), but I have no idea >> what is going

[Plplot-devel] Strange issues with octave+swig+UTF8 in Fedora rawhide

2015-03-18 Thread Orion Poplawski
/builddir/build/BUILD/plplot-5.10.0-git/fedora/ctest_examples_output_dir/x31o.p 5: 5: *** PLPLOT ERROR, ABORTING OPERATION *** 5: UTF-8 string is malformed: И|��*, aborting operation .... - Orion -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/C

Re: [Plplot-devel] Error with cmake 3.1.1

2015-02-06 Thread Orion Poplawski
On 02/06/2015 04:34 PM, Phil Rosenberg wrote: > Hi Orion > AGG is going to be dropped for the next release anyway. I am currently > finishing of some changes to the wxWidgets driver that simplify the code base > considerably, including ditching agg and wxGraphicsContext backend in f

[Plplot-devel] Fedora release schedule

2015-02-06 Thread Orion Poplawski
FYI - https://fedoraproject.org/wiki/Releases/22/Schedule I think we're going to just miss it. I think we'd want to build it by 2/20. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mit

Re: [Plplot-devel] Error with cmake 3.1.1

2015-02-06 Thread Orion Poplawski
On 02/06/2015 03:58 PM, Alan W. Irwin wrote: > On 2015-02-06 14:29-0700 Orion Poplawski wrote: > >> On 02/06/2015 11:53 AM, Alan W. Irwin wrote: >>> On 2015-02-06 08:39-0700 Orion Poplawski wrote: >>> >>>> And now that I actually check, I see t

Re: [Plplot-devel] Error with cmake 3.1.1

2015-02-06 Thread Orion Poplawski
On 02/06/2015 11:53 AM, Alan W. Irwin wrote: > On 2015-02-06 08:39-0700 Orion Poplawski wrote: > >> And now that I actually check, I see that this is fixed in git. > > Hi Orion: > > Glad you found the solution in git master. > > My apologies as release m

Re: [Plplot-devel] lua test errors

2015-02-06 Thread Orion Poplawski
On 08/07/2013 04:54 PM, Orion Poplawski wrote: > I'm trying to rebuild the Fedora plplot package for Fedora 20 and am > getting the following error: > >Start 10: examples_lua > 10: Test command: /usr/bin/bash "-c" > "EXAMPLES_DIR=/builddir/bu

Re: [Plplot-devel] Why ocamlc -custom

2015-02-06 Thread Orion Poplawski
On 10/24/2013 02:11 PM, Alan W. Irwin wrote: > On 2013-10-24 09:56-0600 Orion Poplawski wrote: > >> Why does plplot use ocamlc -custom to compile? I'm not sure it is >> necessary. If I remove it it appears to compile and tests run fine for >> me. I ask

[Plplot-devel] Find libgnat-5.so

2015-02-06 Thread Orion Poplawski
Apparently for gnat version 5.0, the library is named libgnat-5.so. The attached patch fixes. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nwra.com Boulder, CO

Re: [Plplot-devel] Error with cmake 3.1.1

2015-02-06 Thread Orion Poplawski
On 02/06/2015 08:37 AM, Orion Poplawski wrote: > On 02/06/2015 08:30 AM, Orion Poplawski wrote: >> Trying to rebuild plplot for Fedora with cmake 3.1.1: >> >> CMake Error at cmake/modules/pkg-config.cmake:97 >> (_pkg_check_modules_internal): >> _pkg_check_mo

Re: [Plplot-devel] Error with cmake 3.1.1

2015-02-06 Thread Orion Poplawski
On 02/06/2015 08:30 AM, Orion Poplawski wrote: > Trying to rebuild plplot for Fedora with cmake 3.1.1: > > CMake Error at cmake/modules/pkg-config.cmake:97 > (_pkg_check_modules_internal): > _pkg_check_modules_internal Macro invoked with incorrect arguments for &g

[Plplot-devel] Error with cmake 3.1.1

2015-02-06 Thread Orion Poplawski
): cmake/modules/pango.cmake:23 (pkg_check_pkgconfig) cmake/modules/plplot.cmake:535 (include) CMakeLists.txt:111 (include) -- WARNING: pkg-config does not find pango. Any ideas? -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA DivisionFAX

Re: [Plplot-devel] libagg?

2014-05-23 Thread Orion Poplawski
which is maintaining its own copy of agg: https://github.com/mapnik/mapnik/tree/master/deps/agg -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane or...@nwra.co

Re: [Plplot-devel] Problem with gfortran 4.9.0

2014-04-10 Thread Orion Poplawski
On 04/10/2014 11:04 AM, Orion Poplawski wrote: > Fedora rawhide has just updated to gcc 4.9.0. I'm now seeing the > following error: > > 3: x20f > 3: At line 386 of file > /builddir/build/BUILD/plplot-5.10.0/examples/f95/x20f.f90 > 3: Fortran runtime error: End of

[Plplot-devel] Problem with gfortran 4.9.0

2014-04-10 Thread Orion Poplawski
izes, copy this one and the next count = count + 1 read( 10, '(a)', iostat = ierr ) ver(2) read( ver, * ) w, h, num_col allocate( img_f(w,h) ) didn't know you could read from a variable? -- Orion Poplawski Technical Manager 303-415-970

Re: [Plplot-devel] Octave 3.8 support

2014-03-01 Thread Orion Poplawski
ese changes > are all backwards compatible with octave 3.6. > I've added the octave changes to the Fedora rawhide package and rebuilt successfully with swig 2.0.12 as well. Thanks. - Orion -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Divisio

Re: [Plplot-devel] Problem with Tk/wish and Fedora builds

2014-02-14 Thread Orion Poplawski
On 02/14/2014 12:45 AM, Alan W. Irwin wrote: > On 2014-02-13 18:11-0700 Orion Poplawski wrote: > >> On 02/13/2014 03:22 PM, Orion Poplawski wrote: >>> On 02/13/2014 02:53 PM, Orion Poplawski wrote: >>>> So, looks like 5.10.0 executes "wish" during cmake

Re: [Plplot-devel] Problem with Tk/wish and Fedora builds

2014-02-13 Thread Orion Poplawski
On 02/13/2014 03:22 PM, Orion Poplawski wrote: > On 02/13/2014 02:53 PM, Orion Poplawski wrote: >> So, looks like 5.10.0 executes "wish" during cmake to determine version info. >> This fails on the Fedora builders because there is no DISPLAY. So, what to >> do? &g

Re: [Plplot-devel] Problem with Tk/wish and Fedora builds

2014-02-13 Thread Orion Poplawski
On 02/13/2014 02:53 PM, Orion Poplawski wrote: > So, looks like 5.10.0 executes "wish" during cmake to determine version info. > This fails on the Fedora builders because there is no DISPLAY. So, what to > do? > > -- Looking for wish - found > -- TK_WI

[Plplot-devel] Problem with Tk/wish and Fedora builds

2014-02-13 Thread Orion Poplawski
ts -nonewline [package require Tk]" (file "/builddir/build/BUILD/plplot-5.10.0/fedora/CheckTK_VERSION.tcl" line 1) -- Looking for Tk version with wish - not found -- WARNING: setting ENABLE_tk to OFF -- WARNING: Because Tk is disabled must disable Itk as well -- Orion Poplawski

Re: [Plplot-devel] Qsatime suffix

2014-01-24 Thread Orion Poplawski
On 01/23/2014 08:01 PM, Alan W. Irwin wrote: > > @Orion and Andrew: I am especially interested in your comments on the > implications of effectively dropping the "d" suffix for most of our > distributed library names. > This just came to me, the pkg-config name has

Re: [Plplot-devel] Qsatime suffix

2014-01-24 Thread Orion Poplawski
On 01/23/2014 08:01 PM, Alan W. Irwin wrote: > > @Orion and Andrew: I am especially interested in your comments on the > implications of effectively dropping the "d" suffix for most of our > distributed library names. > Obviously this is a soname change requires a reb

Re: [Plplot-devel] Build problems with octave

2014-01-06 Thread Orion Poplawski
On 01/03/2014 05:59 PM, Alan W. Irwin wrote: > On 2014-01-03 15:07-0700 Orion Poplawski wrote: > >> On 12/31/2013 06:50 PM, Alan W. Irwin wrote: >>> Hi Orion: >>> >>> Thanks for doing that suggested experiment. More below >>> in context. >&g

[Plplot-devel] Fwd: [swig:bugs] #1353 Octave 3.8.0 support

2014-01-06 Thread Orion Poplawski
Passing this along. I don't know how prevalent SWIG support for Octave is used (I only know of plplot), so maybe this isn't that big of a deal. But it would be really nice if the Octave and SWIG folks could work this out. I may be done being a go between at this point though

Re: [Plplot-devel] Build problems with octave

2014-01-03 Thread Orion Poplawski
On 12/31/2013 06:50 PM, Alan W. Irwin wrote: > Hi Orion: > > Thanks for doing that suggested experiment. More below > in context. > > On 2013-12-31 16:52-0700 Orion Poplawski wrote: > >> On 12/31/2013 11:56 AM, Alan W. Irwin wrote: >>> On 2013-12

Re: [Plplot-devel] Build problems with octave

2013-12-31 Thread Orion Poplawski
On 12/31/2013 11:56 AM, Alan W. Irwin wrote: > On 2013-12-30 13:42-0700 Orion Poplawski wrote: > >> Ah, you hit the nail on the head - they dropped OCTAVE_API_VERSION_NUMBER >> completely. I've sent an email to the octave developers asking why. > > To see if th

Re: [Plplot-devel] Build problems with octave

2013-12-30 Thread Orion Poplawski
On 12/30/2013 01:08 PM, Alan W. Irwin wrote: > On 2013-12-29 20:39-0700 Orion Poplawski wrote: > >> On 12/29/2013 08:25 PM, Orion Poplawski wrote: >>> On 12/29/2013 01:34 PM, Alan W. Irwin wrote: >>>> Please let me know if my latest PLplot change from config.h

Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Orion Poplawski
On 12/29/2013 08:25 PM, Orion Poplawski wrote: > On 12/29/2013 01:34 PM, Alan W. Irwin wrote: >> Please let me know if my latest PLplot change from config.h to >> plplot_config.h (revision 12914) solves this issue. Of course, if it >> doesn't solve it, the change was wor

Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Orion Poplawski
p.cxx: At global scope: /builddir/build/BUILD/plplot-5.9.11/fedora/bindings/octave/plplot_octaveOCTAVE_wrap.cxx:1859:28: warning: 'octave_value_list octave_set_immutable(const octave_value_list&, int)' defined but not used [-Wunused-function] static octave_value_list octave_set_immutab

Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Orion Poplawski
On 12/29/2013 11:00 AM, Alan W. Irwin wrote: > On 2013-12-29 08:41-0700 Orion Poplawski wrote: > >> On 12/28/2013 10:49 PM, Alan W. Irwin wrote: >>> On 2013-12-28 16:53-0700 Orion Poplawski wrote: >>> >>>> On 06/27/2013 11:44 AM, RCY wrote: >>>

Re: [Plplot-devel] Build problems with octave

2013-12-29 Thread Orion Poplawski
On 12/28/2013 10:49 PM, Alan W. Irwin wrote: > On 2013-12-28 16:53-0700 Orion Poplawski wrote: > >> On 06/27/2013 11:44 AM, RCY wrote: >>> Hi, >>> I am trying to build the development version of plplot with octave >>> bindings. However I get numerous error

Re: [Plplot-devel] Build problems with octave

2013-12-28 Thread Orion Poplawski
: > expected ‘,’ or ‘;’ before ‘public’ > /usr/local/include/octave-3.7.5/octave/MatrixType.h:56:20: error: > expected constructor, destructor, or type conversion before ‘;’ token > /usr/local/include/octave-3.7.5/octave/MatrixType.h:58:21: error: > ‘MatrixType’ does not name a type I'm s

Re: [Plplot-devel] rpmlint issues

2013-10-29 Thread Orion Poplawski
On 10/16/2013 08:42 PM, Orion Poplawski wrote: > plplot-ocaml.x86_64: W: unstripped-binary-or-object > /usr/lib64/ocaml/stublibs/dllplplot_stubs.so > plplot-ocaml.x86_64: E: binary-or-shlib-defines-rpath > /usr/lib64/ocaml/stublibs/dllplplot_stubs.so ['/usr/lib64/ocaml', &g

[Plplot-devel] Why ocamlc -custom

2013-10-24 Thread Orion Poplawski
s: If after stripping, any attempt to run the binary results in the message No bytecode file specified then the binary is compiled like this and should not be stripped. Rationale: http://bugs.debian.org/256900 -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder

Re: [Plplot-devel] rpmlint issues

2013-10-22 Thread Orion Poplawski
On 10/17/2013 01:06 PM, Alan W. Irwin wrote: > On 2013-10-16 20:42-0600 Orion Poplawski wrote: >> >> plplot-libs.x86_64: W: shared-lib-calls-exit >> /usr/lib64/libqsastime.so.0.0.1 exit@GLIBC_2.2.5 >> plplot-libs.x86_64: W: shared-lib-calls-exit >> /usr/lib64/libc

Re: [Plplot-devel] rpmlint issues

2013-10-22 Thread Orion Poplawski
ssions mentioned by rpmlint that are not already >> the permission result that rpmlint wants. > > Hi Orion (with question at the end for Andrew): > > Sometimes my brain works better when I am asleep. :-) I woke up this > morning with the obvious idea that I should double check

Re: [Plplot-devel] rpmlint issues

2013-10-21 Thread Orion Poplawski
On 10/18/2013 12:01 AM, Alan W. Irwin wrote: > Hi Hez: Look for @Hez: below and continue reading until you hit @Orion. > > Hi Orion: vice versa for you. :-) > > On 2013-10-17 21:47-0600 Orion Poplawski wrote: > >> On 10/17/2013 6:23 PM, Alan W. Irwin wrote: >>>

Re: [Plplot-devel] rpmlint issues

2013-10-21 Thread Orion Poplawski
On 10/17/2013 3:33 PM, Alan W. Irwin wrote: > This is part 2 of my response concerning the overlinked libraries > that rpmlint has turned up: > > On 2013-10-16 20:42-0600 Orion Poplawski wrote: > >> [out of order] These libraries are unnecessarily linked with the >&g

Re: [Plplot-devel] rpmlint issues

2013-10-21 Thread Orion Poplawski
On 10/17/2013 8:19 PM, Alan W. Irwin wrote: > Hi Orion: > > This is part 4 and the last part of my reply. > > On 2013-10-16 20:42-0600 Orion Poplawski wrote: > >> plplot-octave.x86_64: W: unstripped-binary-or-object >> /usr/lib64/octave/site/oct/x86_64-redh

Re: [Plplot-devel] rpmlint issues

2013-10-17 Thread Orion Poplawski
On 10/17/2013 6:23 PM, Alan W. Irwin wrote: > To Hez and Orion: > > This is part 3 of my reply to Orion's post. But as a result > I found an rpath deficiency in our OCaml build which leads > to questions for Hez below which is why this is primarily > directed to both Hez an

[Plplot-devel] rpmlint issues

2013-10-16 Thread Orion Poplawski
_64: E: script-without-shebang /usr/share/plplot5.9.10/examples/python/plplot_py_demos.py Not sure the point of this guy, but if it is meant to be executed directly it should have #!/usr/bin/python2 at the top, otherwise no execute bit. Thanks. - Orion -- Orion Poplawski Technical Manager

Re: [Plplot-devel] The forthcoming PLplot-5.9.10 release

2013-09-26 Thread Orion Poplawski
Missing examples: 25: Differing postscript output : 16 33 25: Missing stdout : 25: Differing stdout: -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane

  1   2   3   4   >