aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Improved build:HEADmasterJoseph Hunkeler2021-08-161-5/+79
| | | | | | | * Add distclean target * clean target does not remove generated files * Add check_lib to configure script * Report state of libraries at the end of the configuration pass
* SuperMongo is SM, not SuperMongoJoseph Hunkeler2021-08-091-3/+3
|
* Configure scriptJoseph Hunkeler2021-08-091-1/+1
| | | | | * Fix execute bit * Use sed to determine GCC version instead. Vendor text can throw awk off.
* Only check for Fortran. There is no C code.Joseph Hunkeler2021-08-051-9/+20
|
* Add help option to configure scriptJoseph Hunkeler2021-08-051-7/+27
| | | | * Add FC compiler variable to makefile template
* Add basic configuration scriptJoseph Hunkeler2021-08-051-0/+79
* Generate Moog.f with correct data path * Generate Makefile with properties set by configure script