-
Notifications
You must be signed in to change notification settings - Fork 58
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
Further improvement of makefiles #114
Comments
A related idea is to use configure scripts as was discussed in #81 |
Another related idea is to create packages for ADDA (automatically compiled), for which GitHub has recently added internal support. |
A related (potential) idea is to use CMake instead of |
Use of CMake is a must for conveniently using other toolchains on Windows, like Intel Compiler on top of Visual Studio. If we do it ourselves, we need to:
I have managed to perform such simulation in the simplest Still, I do not see any immediate value in supporting this toolchain on Windows. |
Here are minimalistic examples of CMake files to compile ADDA ( cmakelists_fortran.txt |
To improve the organisation and maintainability of the project, I propose to standardise the directory structure by adding the following folders at some point:
|
Original issue reported on code.google.com by
yurkin
on 6 Sep 2010 at 6:20The text was updated successfully, but these errors were encountered: