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

remove modextrapaths to add top-level install directory to $PATH for recent InterProScan easyconfigs (now done by default by Binary easyblock) #16167

Merged
merged 3 commits into from
Sep 6, 2022

Commits on Aug 31, 2022

  1. Removed modextrapaths setting, which resulted in warnings during buil…

    …d that path '' was already added. This parameter is no longer necessary, now that we are using the Binary easyblock, which adds the root of the installation path to PATH by default.
    easybuild committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1687e29 View commit details
    Browse the repository at this point in the history
  2. also remove modextrapaths to add top-level install dir to $PATH in ea…

    …syconfig for InterProScan v5.52-86.0 (+ remove superfluous comment)
    boegel committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1f377b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. restore modextrapaths to add top-level install directory to $PATH in …

    …InterProScan 5.52-86.0 easyconfig, still required since Tarball easyblock is used
    boegel committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    46585d9 View commit details
    Browse the repository at this point in the history