Skip to content
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

Under modern mode, mapproject must acquire -R -J from gmt.history in certain situations #101

Closed
PaulWessel opened this issue Sep 29, 2018 · 0 comments · Fixed by #104
Closed

Comments

@PaulWessel
Copy link
Member

Currently, the NEEDS setting for mapproject.c says

#define THIS_MODULE_NEEDS ""

meaning -R -J are not required for mapproject to run.

However, there are many situations when -R is needed, and if not supplied on the command line we must obtain the most recent -R form the history. That aspect is not implemented yet and hence some commands (e.g., doc_modern/scripts/GMT_mapscale.sh) fails since we do not explicitly pass -R and -J even though those two are required for mapproject to do this work.

I will look at this once more urgent matters like homework grading and department self-study report have been completed...

obaney pushed a commit to obaney/gmt that referenced this issue Aug 18, 2021
Getting conda errors in TravisCI related to blocking IO.
Fix by adding the `--quiet` flag (conda/conda#6468).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant