Giter Club home page Giter Club logo

alien-gnuplot's People

Contributors

drzowie avatar mohawk2 avatar openstrike avatar vividsnow avatar zmughal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

alien-gnuplot's Issues

[PATCH] Temporary gnuplot_test_XXXX file not getting cleaned up.

Please see PDLPorters/PDL-Graphics-Gnuplot#35

This is the patch for that.

--- lib\Alien\Gnuplot.pm.org    Tue Oct 29 08:04:00 2013
+++ lib\Alien\Gnuplot.pm    Tue Nov 05 19:55:36 2013
@@ -203,7 +203,7 @@
 # The parent process gives the daughter 2 seconds to report progress, then
 # kills it dead.
     my($pid);
-    my ($undef, $file) = tempfile('gnuplot_test_XXXX');
+    my (undef, $file) = tempfile('gnuplot_test_XXXX');

     # Create command file
     open FOO, ">${file}_gzinta";
@@ -275,6 +275,7 @@
 # Read what gnuplot had to say, and clean up our mess...
     open FOO, "<$file";
     my @lines = <FOO>;
+    close FOO;
     unlink $file;
     unlink $file."_gzinta";

Alien-Gnuplot-1.040 fails to configure with older Perl - dependency specification error

Lab::Measurement has Alien::Gnuplot in the dependencies somewhere, but our AppVeyor CI fails as follows:

Entering Alien-Gnuplot-1.040
Checking configure dependencies from META.json
Checking if you have Alien::Build::MM 0.32 ... Yes (2.15)
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.44)
Checking if you have Alien::Build 1.19 ... Yes (2.15)
Running Makefile.PL
Configuring Alien-Gnuplot-1.040 ... Can't locate Alien/Build/Plugin/Build/Copy.pm in @INC (you may need to install the Alien::Build::Plugin::Build::Copy module) (@INC contains: C:/strawberry/perl/site/lib/MSWin32-x64-multi-thread C:/strawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .) at C:/strawberry/perl/vendor/lib/Alien/Build.pm line 1112.
! Configure failed for Alien-Gnuplot-1.040. See C:\Users\appveyor\.cpanm\work\1678378043.1904\build.log for details.
! Installing the dependencies failed: Module 'Alien::Gnuplot' is not installed
! Bailing out the installation for PDL-Graphics-Gnuplot-2.023.
N/A

Turns out, Alien::Build::Plugin::Build::Copy was introduced in Alien::Build 2.19, so that should be the minimum requested version!

https://github.com/PerlAlien/Alien-Build/blob/main/Changes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.