diff -rupN scotch_6.0.3/src/esmumps/Makefile scotch_6.0.3-new/src/esmumps/Makefile --- scotch_6.0.3/src/esmumps/Makefile 2012-12-01 15:29:29.000000000 +0100 +++ scotch_6.0.3-new/src/esmumps/Makefile 2014-12-01 23:29:01.951933733 +0100 @@ -59,7 +59,7 @@ scotch : clean ptscotch : clean $(MAKE) CFLAGS="$(CFLAGS) -DSCOTCH_PTSCOTCH" CC=$(CCP) SCOTCHLIB=ptscotch ESMUMPSLIB=ptesmumps \ - libesmumps$(LIB) \ + libptesmumps$(LIB) \ main_esmumps$(EXE) install : @@ -142,7 +142,7 @@ esmumps_strats$(OBJ) : esmumps_strats.c common.h \ esmumps.h -libesmumps$(LIB) : graph_graph$(OBJ) \ +lib$(ESMUMPSLIB)$(LIB) : graph_graph$(OBJ) \ order$(OBJ) \ order_scotch_graph$(OBJ) \ dof$(OBJ) \ diff -rupN scotch_6.0.3/src/Makefile scotch_6.0.3-new/src/Makefile --- scotch_6.0.3/src/Makefile 2014-09-28 20:48:05.000000000 +0200 +++ scotch_6.0.3-new/src/Makefile 2014-12-01 23:33:32.833263586 +0100 @@ -116,6 +116,8 @@ install : required $(bindir) $(includ -$(CP) -f ../bin/d[agm]*$(EXE) $(bindir) -$(CP) -f ../include/*scotch*.h $(includedir) -$(CP) -f ../lib/*scotch*$(LIB) $(libdir) + -$(CP) -f ../include/*esmumps*.h $(includedir) + -$(CP) -f ../lib/*esmumps*$(LIB) $(libdir) -$(CP) -Rf ../man/* $(mandir) clean : required