-
Notifications
You must be signed in to change notification settings - Fork 65
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
riemann/src/python/setup.py relies on a circular dependency #43
Comments
This might be related -- a user just pointed out that doing this
results in a circular set of symbolic links, e.g. you can cd to |
Yes @rjleveque - the circular symbolic links are set up as part of the install. |
Why is this only done when |
This is was resolved by #96. |
converted fvmbook/chap22/corner
Right now, Riemann's setup.py relies on the Fortran source being symbolically linked in to:
riemann/src/python/src
It seems that if I slightly modify the setup.py file (to look up one directory instead of down into the symbolic link), we can avoid this nasty symbolic link.
Somebody should look into this.
The text was updated successfully, but these errors were encountered: