fix another source of NO_CBLAS=0 surprise
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 11 Aug 2020 11:27:19 +0000 (13:27 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 11:27:19 +0000 (13:27 +0200)
interface/Makefile

index 44a9fdc..2dbd600 100644 (file)
@@ -367,7 +367,7 @@ CZBLAS3OBJS   +=  cblas_zgemm3m.$(SUFFIX)
 endif
 
 
-ifndef NO_CBLAS
+ifneq ($(NO_CBLAS), 1)
 
 override CFLAGS += -I.