Skip to content

Commit

Permalink
libscotch: Fixed build dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyldckat committed Sep 17, 2020
1 parent 50421aa commit 8467d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scotch_6.0.9/src/libscotch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3095,7 +3095,7 @@ ptscotchf.h : ptdummysizes$(EXE) \
library_pt_f.h
./ptdummysizes$(EXE) "-s$(SCOTCH_NAME_SUFFIX)" library_pt_f.h ptscotchf.h

libscotch$(LIB) : $(LIBSCOTCHDEPS)
libscotch$(LIB) : $(LIBSCOTCHDEPS) libscotcherr$(LIB)
$(AR) $(ARFLAGS) $(@) $(?) $(ARSFLAGS)
-$(RANLIB) $(@)

Expand Down

0 comments on commit 8467d03

Please sign in to comment.