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 support for building CBLAS and fix numpy easyblock to get an optimal build (w.r.t. numpy.dot performance) #192

Merged
merged 20 commits into from May 21, 2013

Conversation

boegel
Copy link
Member

@boegel boegel commented May 12, 2013

No description provided.

for solib in glob.glob(os.path.join(srcdir, 'libcblas.so*')):
shutil.copy2(solib, targetdir)
except OSError, err:
self.log.error("Failed to install CBLAS: %s" % err)
Copy link
Contributor

Choose a reason for hiding this comment

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

the err message is not useful. at least add src and target dir (and move the assignmnet out of the try block)

boegel added a commit that referenced this pull request May 21, 2013
add support for building CBLAS and fix numpy easyblock to get an optimal build (w.r.t. numpy.dot performance)
@boegel boegel merged commit 7fbb537 into easybuilders:develop May 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants