Added AUX files from lapack-netlib.

This commit is contained in:
Hank Anderson
2015-02-10 14:29:05 -06:00
parent 162791e30e
commit 64b5a0ef84
3 changed files with 113 additions and 18 deletions

View File

@@ -191,3 +191,10 @@ if (${F_COMPILER} STREQUAL "COMPAQ")
endif ()
endif ()
# from the root Makefile - this is for lapack-netlib to compile the correct secnd file.
if (${F_COMPILER} STREQUAL "GFORTRAN")
set(TIMER "INT_ETIME")
else ()
set(TIMER "NONE")
endif ()