Merge branch 'TimothyGu-develop' into develop
This commit is contained in:
Zhang Xianyi
2014-06-05 17:01:12 +08:00
7 changed files with 20 additions and 14 deletions
+5
View File
@@ -128,6 +128,11 @@ ifeq ($(CORE), UNKOWN)
endif
ifeq ($(NOFORTRAN), 1)
$(error OpenBLAS: Detecting fortran compiler failed. Please install fortran compiler, e.g. gfortran, ifort, openf90.)
endif
ifeq ($(NO_STATIC), 1)
ifeq ($(NO_SHARED), 1)
$(error OpenBLAS: neither static nor shared are enabled.)
endif
endif
@-ln -fs $(LIBNAME) $(LIBPREFIX).$(LIBSUFFIX)
@for d in $(SUBDIRS) ; \