-
Notifications
You must be signed in to change notification settings - Fork 572
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
PyTrilinos: compiling with conda: ../../util/copyWithCMakeSubstitutions.py: not found #1540
Comments
This patch solves my issue. Maybe someone else can test it. |
Interesting. I have been working on a PyTrilinos installer on conda-forge: https://github.com/wfspotz/staged-recipes/tree/master/recipes/pytrilinos I developed a very similar patch, although mine also fixes a test script. |
@wfspotz |
It has been accepted now, although the Linux version is not working. I got it to work prior to the pull request acceptance, but now it (Circle-CI) is failing, and I can't get it to report why. |
The package is build but the upload is not working. Maybe try to re-render the feedstock. |
reported problem:
https://github.com/trilinos/Trilinos/blob/master/packages/PyTrilinos/src/scripts/CMakeLists.txt#L46
The file
copyWithCMakeSubstitutions.py
was already created, so I think the path is wrong somehow.Maybe this is conda specific. This is the first line of my
copyWithCMakeSubstitutions.py
:Running
./copyWithCMakeSubstitutions.py
manually result in:To me it seems like the path to the interpreter is too long.
The text was updated successfully, but these errors were encountered: