Re: [Plplot-devel] Run Octave non-interactive tests with the --no-gui option

2023-01-07 Thread Rafael Laboissière
* Rafael Laboissière [2023-01-05 16:22]: When running the non-interactive tests for the Octave binding, it is preferable to run them with the --no-gui option of octave. This allows headless systems (without access to an X server) to run the tests. This is the case for the autobuilders

[Plplot-devel] Run Octave non-interactive tests with the --no-gui option

2023-01-05 Thread Rafael Laboissière
currently applying the patch attached to this message to the Debian package for PLplot and you might be interested in applying it to the PLplot source as well. Best, Rafael Laboissière Description: Run Octave non-interactive tests with --no-gui option Author: Rafael Laboissière Forwarded: no Last

Re: [Plplot-devel] Deprecated operator in the Octave binding

2023-01-05 Thread Rafael Laboissière
* Arjen Markus [2022-12-29 13:32]: I am currently trying to incorporate the patches you sent, but I am running into a problem with Octave. Here is the start of a whole series of error messages: [ 16%] Swig compile plplot_octave.i for octave [ 16%] Built target

[Plplot-devel] Deprecated operator in the Octave binding

2022-12-26 Thread Rafael Laboissière
this one: warning: the '.-' operator was deprecated in version 7 and will not be allowed in a future version of Octave; please use '-' instead; Please, find attached to this message a patch that fixes the problem. Best, Rafael Laboissière Description: Do not use deprecated operators

Re: [Plplot-devel] Build a static version of libplplotada

2022-12-18 Thread Rafael Laboissière
ion option : shared_library *yes/no static_library yes/*no This schema could allow one to add a static-pic in the future. Best, Rafael Laboissière [1] https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsalsa.debian.org%2Fscience-team%2Fplplot%2F

[Plplot-devel] Build a static version of libplplotada

2022-12-08 Thread Rafael Laboissière
. Best, Rafael Laboissière [1] https://salsa.debian.org/science-team/plplot/-/commit/82895090f80180bd1d085e03fb09056e31138e92 Description: Compile a static library for the Ada binding This is needed for dh_ada_library. This is a Debian-specific change. Author: Rafael Laboissière Forwarded

[Plplot-devel] Install a convenience GNAT project for the Ada binding

2022-12-03 Thread Rafael Laboissière
. According to Nicolas, “It is more and more common to build Ada sources with gprbuild.” You might be interested to integrate this patch to the PLplot sources. Best, Rafael Laboissière Description: install a convenience GNAT project for the Ada binding It is more and more common to build Ada

[Plplot-devel] CMake fails to detect NaN for Fortran

2022-11-30 Thread Rafael Laboissière
"0.0/0.0" at compile-time. Best, Rafael Laboissière Description: Avoid FPE during check of NaN for gfortran Author: Rafael Laboissière Forwarded: no Last-Update: 2022-11-28 --- plplot-5.15.0+dfsg.orig/cmake/modules/TestFortranIsnan.f +++ plplot-5.15.0+dfsg/cmake/modules/TestFortranIsnan.f @@

Re: [Plplot-devel] The Debian PLplot fails

2021-11-03 Thread Rafael Laboissière
* Rafael Laboissière [2021-11-03 16:17]: At any rate, I could fix the SIP-based PyQt bindings compilation in Debian, by adding the following to bindings/qt_gui/pyqt5/pyproject.toml: [tool.sip.project] sip-files-dir = "." sip-include-dirs = ["/usr/lib/python3/dist

Re: [Plplot-devel] The Debian PLplot fails

2021-11-03 Thread Rafael Laboissière
-files-dir = "." sip-include-dirs = ["/usr/lib/python3/dist-packages/PyQt5/bindings"] This may be a bug in the sip-tools package in Debian and not actually in PLplot. Best, Rafael * Orion Poplawski [2021-11-02 11:05]: On 11/2/21 10:40, Rafael Laboissière wrote: * Orion

Re: [Plplot-devel] The Debian PLplot fails

2021-11-02 Thread Rafael Laboissière
: https://buildd.debian.org/status/package.php?p=plplot Best, Rafael Laboissière ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel

Re: [Plplot-devel] The Debian PLplot fails

2021-10-30 Thread Rafael Laboissière
* Alan W. Irwin [2021-10-29 13:44]: On 2021-10-29 13:42+0200 Rafael Laboissière wrote: The Debian plplot package is failing to build against version 6.3.1 of sip-tools. The latest correct build of the package was done against sit-tools 6.1.1.¹ This issue has been reported in Bug#997739

[Plplot-devel] The Debian PLplot fails

2021-10-29 Thread Rafael Laboissière
way to fix it. If it is not fixed, then the plplot package will be removed from Debian testing and, consequently, from the next Debian release. Best, Rafael Laboissière ¹ https://buildd.debian.org/status/fetch.php?pkg=plplot=amd64=5.15.0%2Bdfsg-22=1629132352=0 ² https://bugs.debian.

Re: [Plplot-devel] What are the development priorities for the csironn library? (was Bug#990397: depends on deprecated qhull library)

2021-07-04 Thread Rafael Laboissière
* Alan W. Irwin [2021-07-04 03:38]: A message on this thread from Atri Bhattacharya bounced (presumably because he used a non-subscription return address). But as list administrator I saw that bounced message which turned out to be of immediate interest. So I am reposting it here without

Re: [Plplot-devel] Bug#990397: depends on deprecated qhull library

2021-07-02 Thread Rafael Laboissière
and including libqull_r/qhull_ra.h instead of libqull/qhull_a.h [2], and should be done by the upstream authors. Best, Rafael Laboissière [1] https://bugs.debian.org/990397 [2] http://www.qhull.org/html/qh-code.htm#convert * Timo Röhling [2021-06-28 10:47]: Package: src:plplot Version

Re: [Plplot-devel] Port to SIP5

2021-06-19 Thread Rafael Laboissière
. The patch was provided by Dmitry Shachnev [2]. Dmitry told us that he posted the patch in the present mailing list in December 2020, but his message did not go through, apparently. Best, Rafael Laboissière [1] https://lists.debian.org/debian-experimental-changes/2021/06/msg00433.html [2

[Plplot-devel] Show FreeType fonts founded at configuration time

2020-12-13 Thread Rafael Laboissière via Plplot-devel
makes it easier to diagnose the problem. Notice that I also changed the second check from "Symbol" into "Mono", since both PL_FREETYPE_SANS and PL_FREETYPE_SYMBOL point to FreeSans.ttf. Best, Rafael Laboissière Description: Show the FreeType fonts found Author: Rafael La

[Plplot-devel] Port to SIP5

2020-11-30 Thread Rafael Laboissière via Plplot-devel
/Docs/sip/examples.html Here are two examples of projects that Dmitry Shachnev converted to the new build system: https://github.com/frescobaldi/python-poppler-qt5/pull/41 https://github.com/GauiStori/PyQt-Qwt/pull/14 Best regards, Rafael Laboissière

[Plplot-devel] Set the libplplotada_SOVERSION on the CMake command line

2020-11-14 Thread Rafael Laboissière
are a complexity added by CMake (probably in order to follow the GNU libtool conventions), but the linker only cares about the SOVERSION.” Please consider applying this patch to PLplot. Best regards, Rafael Laboissière Description: allow override of libplotada shared object version The SOVersion