|
|
@@ -31,7 +31,7 @@ SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench |
|
|
|
|
|
|
|
all :: libs netlib tests shared |
|
|
|
@echo |
|
|
|
@echo " GotoBLAS build complete." |
|
|
|
@echo " OpenBLAS build complete." |
|
|
|
@echo |
|
|
|
@echo " OS ... $(OSNAME) " |
|
|
|
@echo " Architecture ... $(ARCH) " |
|
|
@@ -39,6 +39,9 @@ ifndef BINARY64 |
|
|
|
@echo " BINARY ... 32bit " |
|
|
|
else |
|
|
|
@echo " BINARY ... 64bit " |
|
|
|
endif |
|
|
|
ifdef INTERFACE64 |
|
|
|
@echo " Use 64 bits int (equivalent to \"-i8\" in Fortran) " |
|
|
|
endif |
|
|
|
@echo " C compiler ... $(C_COMPILER) (command line : $(CC))" |
|
|
|
@echo " Fortran compiler ... $(F_COMPILER) (command line : $(FC))" |
|
|
|