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

maintain backward compatibility in R easyblock by hard linking with $LIBBLAS (for now) #1300

Merged
merged 1 commit into from
Nov 28, 2017

Conversation

boegel
Copy link
Member

@boegel boegel commented Nov 28, 2017

The hardcoded use of $LIBBLAS was replaced with using $LIBBLAS_MT instead in #1292, which is a backward incompatible change.

The idea is to allow tweaking this via a new toolchain option mt_blas_lapack (or equivalent approach), see discussion in easybuilders/easybuild-framework#2350.
(see also #202)

Until that is in place, we should stick to using $LIBBLAS to maintain backward compatibility.

@boegel boegel added the bug fix label Nov 28, 2017
@boegel boegel added this to the 3.5.0 milestone Nov 28, 2017
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