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

add custom easyblock for Bandicoot #3380

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

tanmoy1989
Copy link
Contributor

@tanmoy1989 tanmoy1989 commented Jul 4, 2024

Adding this bandicoot.py easyblock to install Bandicoot library using Bandicoot-1.14.0-foss-2023b.eb (easyconfigs PR #20962).

@tanmoy1989
Copy link
Contributor Author

Any updates on this, please?

@boegel boegel added this to the 4.x milestone Aug 28, 2024
@boegel boegel changed the title adding easyblocks: bandicoot.py add custom easyblock for Bandicoot Aug 28, 2024
@boegel boegel added the new label Aug 28, 2024
easybuild/easyblocks/b/bandicoot.py Outdated Show resolved Hide resolved
Comment on lines +60 to +61
self.cfg.update('configopts', '-DBLAS_LIBRARY:PATH="%s"' % os.getenv('LIBBLAS'))
self.cfg.update('configopts', '-DLAPACK_LIBRARY:PATH="%s"' % os.getenv('LIBLAPACK'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PATH= seems wrong here, since $LIBBLAS is a list of options to link to libraries (like -lfoo)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

easybuild/easyblocks/b/bandicoot.py Outdated Show resolved Hide resolved
easybuild/easyblocks/b/bandicoot.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants