Skip to content

Commit

Permalink
Merge branch 'easybuilders:develop' into 20231025113307_new_pr_config…
Browse files Browse the repository at this point in the history
…uremake
  • Loading branch information
Flamefire authored Jun 6, 2024
2 parents 0306aca + 9e1cdf2 commit 460c0fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions easybuild/easyblocks/generic/cargopythonbundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ def __init__(self, *args, **kwargs):
self.check_for_sources = False # make Bundle allow sources (as crates are treated as sources)
super(CargoPythonBundle, self).__init__(*args, **kwargs)

# Cargo inherits from ExtensionEasyBlock, thus EB treats the software itself as an extension
# Setting modulename to False to ensure that sanity checks are performed on the extensions only
self.options = {'modulename': False}

def extract_step(self):
"""Specifically use the overloaded variant from Cargo as is populates vendored sources with checksums."""
return Cargo.extract_step(self)

0 comments on commit 460c0fb

Please sign in to comment.