File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3737 - name : Build ScaLAPACK
3838 run : |
3939 cp SLmake.inc.example SLmake.inc
40- make --silent -j lib
41- make --silent all
42-
40+ # make -j is buggy; see #54.
41+ make lib
42+ make all
43+
4344 - name : Run examples
4445 working-directory : ${{github.workspace}}/EXAMPLE
4546 run : |
Original file line number Diff line number Diff line change @@ -217,13 +217,13 @@ dlamov.o: dlamov.c
217217clamov.o : clamov.c
218218zlamov.o : zlamov.c
219219slamov.o dlamov.o clamov.o zlamov.o : lamov.h
220- $(CC ) -c $(CFLAGS ) $(CDEFS ) $(@:.o=.c ) -o $@
220+ $(CC ) -c $(CCFLAGS ) $(CDEFS ) $(@:.o=.c ) -o $@
221221
222222clean :
223223 rm -f * .o
224224
225- .f.o :
225+ .f.o :
226226 $(FC ) -c $(FCFLAGS ) $* .f
227227
228- .c.o :
228+ .c.o :
229229 $(CC ) -c $(CDEFS ) $(CCFLAGS ) $* .c
You can’t perform that action at this time.
0 commit comments