-
Notifications
You must be signed in to change notification settings - Fork 285
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
base: develop
Are you sure you want to change the base?
add custom easyblock for Bandicoot #3380
Conversation
Any updates on this, please? |
self.cfg.update('configopts', '-DBLAS_LIBRARY:PATH="%s"' % os.getenv('LIBBLAS')) | ||
self.cfg.update('configopts', '-DLAPACK_LIBRARY:PATH="%s"' % os.getenv('LIBLAPACK')) |
There was a problem hiding this comment.
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
)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I understand what should I do here? I followed this: https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/a/armadillo.py#L59-L60
Adding this
bandicoot.py
easyblock to install Bandicoot library using Bandicoot-1.14.0-foss-2023b.eb (easyconfigs PR #20962).