We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e1c4e6 + 2d8781b commit 4cfd8a3Copy full SHA for 4cfd8a3
2 files changed
ctest/Makefile
@@ -40,8 +40,11 @@ ztestl3o = c_zblas3.o c_z3chke.o auxiliary.o c_xerbla.o constant.o
40
ztestl3o_3m = c_zblas3_3m.o c_z3chke_3m.o auxiliary.o c_xerbla.o constant.o
41
42
43
-
+ifeq ($(NOFORTRAN),1)
44
+all ::
45
+else
46
all :: all1 all2 all3
47
+endif
48
49
all1: xscblat1 xdcblat1 xccblat1 xzcblat1
50
ifndef CROSS
test/Makefile
@@ -1,7 +1,12 @@
1
TOPDIR = ..
2
include ../Makefile.system
3
4
+
5
6
7
8
all :: level1 level2 level3
9
10
11
level1 : sblat1 dblat1 cblat1 zblat1
12
0 commit comments