Skip to content

Commit

Permalink
Merge pull request #3577 from lexming/modload-anaconda
Browse files Browse the repository at this point in the history
adopt `module_load_environment`: Anaconda
  • Loading branch information
boegel authored Feb 10, 2025
2 parents 14a5ac9 + 18186af commit 05af8e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions easybuild/easyblocks/a/anaconda.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ def install_step(self):
self.log.info("Installing %s using command '%s'..." % (self.name, cmd))
run_shell_cmd(cmd)

def make_module_req_guess(self):
"""
A dictionary of possible directories to look for.
"""
return {
'MANPATH': ['man', os.path.join('share', 'man')],
'PATH': ['bin', 'sbin'],
'PKG_CONFIG_PATH': [os.path.join(x, 'pkgconfig') for x in ['lib', 'lib32', 'lib64', 'share']],
}

def sanity_check_step(self):
"""
Custom sanity check for Anaconda and Miniconda
Expand Down

0 comments on commit 05af8e0

Please sign in to comment.