Skip to content

openssl: Be Explicit About perl Usage#16721

Merged
adamjstewart merged 1 commit intospack:developfrom
ChristianTackeGSI:pr/openssl
May 19, 2020
Merged

openssl: Be Explicit About perl Usage#16721
adamjstewart merged 1 commit intospack:developfrom
ChristianTackeGSI:pr/openssl

Conversation

@ChristianTackeGSI
Copy link
Copy Markdown
Member

The openssl build process can use the wrong perl for various reasons, including:

  • Wrong value in PERL env var
  • The build process first looks for perl5, which the spack system does not provide, but some other distributions provide it. That way, the build process can end up using the wrong perl.

Stop all of these problems by explicitly setting PERL to the to be used dependency.

The openssl build process can use the wrong perl for
various reasons, including:
* Wrong value in PERL env var
* The build process first looks for `perl5`, which the
  spack system does not provide, but some other
  distributions provide it. That way, the build process can
  end up using the wrong perl.

Stop all of these problems by explicitly setting PERL to
the to be used dependency.
@adamjstewart adamjstewart merged commit 63f09a6 into spack:develop May 19, 2020
@ChristianTackeGSI ChristianTackeGSI deleted the pr/openssl branch May 19, 2020 17:01
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.

2 participants