-
Notifications
You must be signed in to change notification settings - Fork 59
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
minimus2 using hard-coded /usr/local/bin/show-coords #65
Comments
I made sure I was up to date with 1.2.1 but same problem:
|
I now realise it is the fault of AMOS where Not sure if this is a Argh. |
Hi Torsten, Yes, it's an AMOS installation issue. I was writing this reply when you closed it. I'll put it here anyway, in case anyone else gets the same problem... I think this is a problem with your amos/minimus2 install. Take a look at lines 44-47 of the minimus2 script. show-coords isn't explicitly called anywhere in the minimus2 bit of the circlator code. I think you can set them when running configure (see configure --help), or (the hacky solution) manually change them in the minimus2 script afterwards. |
I also had this issue when installing in a conda python=3.5 environment. Running the following line fixed the code whilst inside the environment. sed -i 's%/usr/local%${CONDA_PREFIX}%g' ${CONDA_PREFIX}/bin/minimus2 |
The text was updated successfully, but these errors were encountered: