diff options
Diffstat (limited to 'math/metis4/files')
-rw-r--r-- | math/metis4/files/patch-aa | 46 | ||||
-rw-r--r-- | math/metis4/files/patch-ab | 36 | ||||
-rw-r--r-- | math/metis4/files/patch-ac | 19 | ||||
-rw-r--r-- | math/metis4/files/patch-ad | 19 |
4 files changed, 0 insertions, 120 deletions
diff --git a/math/metis4/files/patch-aa b/math/metis4/files/patch-aa deleted file mode 100644 index 631f79263f9e..000000000000 --- a/math/metis4/files/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ -*** Makefile.in.orig Fri Oct 9 20:16:24 1998 ---- Makefile.in Fri Oct 9 20:17:42 1998 -*************** -*** 1,9 **** - - # Which compiler to use -! CC = cc - - # What optimization level to use -! OPTFLAGS = -O2 - - # What options to be used by the compiler - COPTIONS = ---- 1,9 ---- - - # Which compiler to use -! # CC = cc - - # What optimization level to use -! # OPTFLAGS = -O2 - - # What options to be used by the compiler - COPTIONS = -*************** -*** 12,21 **** - LDOPTIONS = - - # What archiving to use -! AR = ar rv - - # What to use for indexing the archive -! RANLIB = ranlib - # RANLIB = ar -ts - # RANLIB = - ---- 12,21 ---- - LDOPTIONS = - - # What archiving to use -! # AR = ar rv - - # What to use for indexing the archive -! # RANLIB = ranlib - # RANLIB = ar -ts - # RANLIB = - diff --git a/math/metis4/files/patch-ab b/math/metis4/files/patch-ab deleted file mode 100644 index 4b0d3c27f638..000000000000 --- a/math/metis4/files/patch-ab +++ /dev/null @@ -1,36 +0,0 @@ -*** Lib/Makefile.orig Fri Oct 9 20:19:01 1998 ---- Lib/Makefile Fri Oct 9 20:20:32 1998 -*************** -*** 2,8 **** - - INCLUDES = -I. - -! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - LD = $(CC) -L. - - ---- 2,8 ---- - - INCLUDES = -I. - -! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - LD = $(CC) -L. - - -*************** -*** 21,27 **** - $(CC) $(CFLAGS) -c $*.c - - ../libmetis.a: $(OBJS) -! $(AR) $@ $(OBJS) - $(RANLIB) $@ - - clean: ---- 21,27 ---- - $(CC) $(CFLAGS) -c $*.c - - ../libmetis.a: $(OBJS) -! $(AR) $(ARFLAGS) $@ $(OBJS) - $(RANLIB) $@ - - clean: diff --git a/math/metis4/files/patch-ac b/math/metis4/files/patch-ac deleted file mode 100644 index 1bb1f4662175..000000000000 --- a/math/metis4/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -*** Programs/Makefile.orig Fri Oct 9 20:21:48 1998 ---- Programs/Makefile Fri Oct 9 20:22:16 1998 -*************** -*** 3,9 **** - BINDIR = .. - - INCLUDES = -I../Lib -! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. ---- 3,9 ---- - BINDIR = .. - - INCLUDES = -I../Lib -! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. diff --git a/math/metis4/files/patch-ad b/math/metis4/files/patch-ad deleted file mode 100644 index 0e0032718205..000000000000 --- a/math/metis4/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -*** Test/Makefile.orig Fri Oct 9 20:23:24 1998 ---- Test/Makefile Fri Oct 9 20:23:40 1998 -*************** -*** 3,9 **** - BINDIR = ../Graphs - - INCLUDES = -I../Lib -! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. ---- 3,9 ---- - BINDIR = ../Graphs - - INCLUDES = -I../Lib -! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. |