-
Notifications
You must be signed in to change notification settings - Fork 68
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
numexpress fails #78
Comments
Charles, What you suggest for fix this? I believe its all easy_install right? Not sure if I am the right person to fix this but could if point in the right direction. Thanks |
It used to work though. It's broken since improv_build. I think it's a PATH issue again. I'm trying to fix it on that machine, will let you know if I find a bug fix. C. From: aashish <[email protected]mailto:[email protected]> Charles, What you suggest for fix this? I believe its all easy_install right? Not sure if I am the right person to fix this but could if point in the right direction. Thanks — |
fixed on hopper |
This also fixes BUG #78 in cdat-web. For both bugs, VTKPlots.configureEvent is not called to reposition the labels.
This also fixes BUG #78 in cdat-web. For both bugs, VTKPlots.configureEvent is not called to reposition the labels.
A handler for ModifiedEvent is added to the interactor which is replaced by vtkWeb. A new handler is added on render window.
A handler for ModifiedEvent is added to the interactor which is replaced by vtkWeb. A new handler is added on render window.
A handler for ModifiedEvent is added to the interactor which is replaced by vtkWeb. A new handler is added on render window.
A handler for ModifiedEvent is added to the interactor which is replaced by vtkWeb. A new handler is added on render window.
On hopper Numexpr fails, because it seems to be failing to find lapack:
Running numexpr-1.4.2/setup.py -q bdist_egg --dist-dir
/tmp/cdoutri/easy_install-gXasmu/numexpr-1.4.2/egg-dist-tmp-uiGt5c
From /global/homes/c/cdoutri/repos/builder/Numexpr-prefix/src/Numexpr-stamp/Numexpr-install-err.log
Traceback (most recent call last):
ImportError: liblapack.so: cannot open shared object file: No such file or
directory
The text was updated successfully, but these errors were encountered: