Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mismatch in how Gnuplot is found during configure and runtime #97

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

zmughal
Copy link
Member

@zmughal zmughal commented Mar 30, 2023

This adds Alien::Gnuplot as a configure-time dependency so that it
finds the gnuplot binary the same way at configure-time that it
already does at runtime. Since Alien::Gnuplot already checks for a
working Gnuplot, Makefile.PL does not need to do this.

This allows for overriding via the GNUPLOT_BINARY environment variable
(e.g., for testing multiple versions of Gnuplot).

Fixes #92.

This adds `Alien::Gnuplot` as a configure-time dependency so that it
finds the `gnuplot` binary the same way at configure-time that it
already does at runtime.  Since `Alien::Gnuplot` already checks for a
working Gnuplot, `Makefile.PL` does not need to do this.

This allows for overriding via the `GNUPLOT_BINARY` environment variable
(e.g., for testing multiple versions of Gnuplot).

Fixes <#92>.
@zmughal zmughal force-pushed the 92-alien-gnuplot-config-dep branch from 61991c1 to d100d7f Compare March 30, 2023 05:19
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4560878098

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 58.974%

Totals Coverage Status
Change from base Build 4037033479: 0.0%
Covered Lines: 828
Relevant Lines: 1404

💛 - Coveralls

@zmughal zmughal marked this pull request as ready for review March 30, 2023 05:41
@mohawk2 mohawk2 merged commit 5fc9244 into master Mar 30, 2023
@mohawk2 mohawk2 deleted the 92-alien-gnuplot-config-dep branch March 30, 2023 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix mismatch in how Gnuplot is found during configure and runtime
3 participants