-
Notifications
You must be signed in to change notification settings - Fork 12
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
Recomp problem #1248
Comments
I think this is wrong:
It should be
Let me know if that works. |
No it didn't. Same problem: Executing commands in this order: |
Hi @hajlaci, I made a fix for |
Yes it's working! Thank's a lot! |
You are welcome! :) |
I've pushed and even better solution, basically doing what you suggested at the beginning, using Feel free to pull again in the branch, and let me know if the new commit breaks anything for you. |
Hi @hajlaci, I made a mistake on the bugfix so I am reopening the issue |
Hi @hajlaci! Please update now with |
Thanks a lot! |
This part of the code is problem since it uses cd .. but actually it should use cd -
cd lpj-guess/sources/LPJ-GUESS-lpjg_v4p1/
rm -rf build
cd ..
The used branch is feat/awiesm3-v3.4
The text was updated successfully, but these errors were encountered: