-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Refactor the manual Makefiles #70
Conversation
certik
commented
Jan 2, 2020
- Compile the quadruple precision loadtxt
- Implement "make test" to run tests and run them at the CI
- Create a static libstdlib.a library and use it in tests
- Use more modern syntax and simplify
- Pass in the FC/FCFLAGS variables automatically
- Consolidate stdlib tests targets
@gronki, as another proponent of manual Makefiles (per your comments at j3-fortran/fortran_proposals#104 (comment)), I was wondering if you could please review this PR. I tried to simplify the Makefiles a lot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks great. Better than my Makefiles :D
Thanks @milancurcic for the review. I am rebasing on top of the latest master. |
@certik I only would suggest using |
* Compile the quadruple precision loadtxt * Implement "make test" to run tests and run them at the CI * Create a static libstdlib.a library and use it in tests * Use more modern syntax and simplify * Pass in the FC/FCFLAGS variables automatically * Consolidate stdlib tests targets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM