diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-21 20:31:59 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-21 20:31:59 +0000 |
commit | bed225bfb89ca517c067a41f86e0573ca7b26391 (patch) | |
tree | 61a493f0d1e2ccf7bfe0d4c943c4f1e2e09b180b /math | |
parent | 545ae40243968ef7572ddecd2eca4af959e460e5 (diff) | |
download | pkgsrc-bed225bfb89ca517c067a41f86e0573ca7b26391.tar.gz |
Fix linking phase of build. I thought I fixed this but must have
missed this change the last time around. Fixes i386 bulk build trouble.
Diffstat (limited to 'math')
-rw-r--r-- | math/rlab/files/patch-sum | 4 | ||||
-rw-r--r-- | math/rlab/patches/patch-ab | 257 |
2 files changed, 31 insertions, 230 deletions
diff --git a/math/rlab/files/patch-sum b/math/rlab/files/patch-sum index 1a6456c065c..b7bc56b86c2 100644 --- a/math/rlab/files/patch-sum +++ b/math/rlab/files/patch-sum @@ -1,7 +1,7 @@ -$NetBSD: patch-sum,v 1.8 2001/02/15 18:14:35 jtb Exp $ +$NetBSD: patch-sum,v 1.9 2001/02/21 20:31:59 jtb Exp $ MD5 (patch-aa) = 3b12822d8e1babc6a13be9d37df02da9 -MD5 (patch-ab) = 70a60120feb2bf198591efc38546c016 +MD5 (patch-ab) = 9242021d52c4ed14d9f161787f515c90 MD5 (patch-ac) = 94d4e870f2acf1ebda771df47d2a09be MD5 (patch-ad) = 02528c20a34fd25ee80f8a4dfe359900 MD5 (patch-ae) = c32bd959c50032dad79a649cc819c1f2 diff --git a/math/rlab/patches/patch-ab b/math/rlab/patches/patch-ab index 3354180a648..c4a4f514fc0 100644 --- a/math/rlab/patches/patch-ab +++ b/math/rlab/patches/patch-ab @@ -1,15 +1,37 @@ -$NetBSD: patch-ab,v 1.4 2001/02/11 23:06:03 jtb Exp $ +$NetBSD: patch-ab,v 1.5 2001/02/21 20:31:59 jtb Exp $ --- Makefile.in.orig Fri Apr 30 14:32:04 1999 +++ Makefile.in -@@ -114,7 +114,7 @@ - Minpack = ./flibs/minpack/libminpack.a - MINPACK_LIB = -L./flibs/minpack -lminpack +@@ -99,20 +99,20 @@ + # -lfftpack FFTPACK library (double precision version) + # -lranlib RANLIB (random number generation) + # +-LAPACK = ./flibs/lapack/liblapack.a +-LAPACK_LIB = -L./flibs/lapack -llapack ++LAPACK = ./flibs/lapack/liblapack_rlab.a ++LAPACK_LIB = -L./flibs/lapack -llapack_rlab + +-BLAS = ./flibs/blas/libblas.a +-BLAS_LIB = -L./flibs/blas -lblas ++BLAS = ./flibs/blas/libblas_rlab.a ++BLAS_LIB = -L./flibs/blas -lblas_rlab + +-FFTPACK = ./flibs/fftpack/libfftpack.a +-FFTPACK_LIB = -L./flibs/fftpack -lfftpack ++FFTPACK = ./flibs/fftpack/libfftpack_rlab.a ++FFTPACK_LIB = -L./flibs/fftpack -lfftpack_rlab --REQ_LIBS = $(LAPACK_LIB) $(BLAS_LIB) $(FFTPACK_LIB) $(RANLIB_LIB) $(MINPACK_LIB) -+REQ_LIBS = $(LAPACK) $(BLAS) $(FFTPACK) $(Ranlib) $(Minpack) +-Ranlib = ./flibs/ranlib/src/libranlib.a +-RANLIB_LIB = -L./flibs/ranlib/src -lranlib ++Ranlib = ./flibs/ranlib/src/libranlib_rlab.a ++RANLIB_LIB = -L./flibs/ranlib/src -lranlib_rlab - NALIBS = $(GRAPH_LIB) $(SPARSE_LIB) $(REQ_LIBS) +-Minpack = ./flibs/minpack/libminpack.a +-MINPACK_LIB = -L./flibs/minpack -lminpack ++Minpack = ./flibs/minpack/libminpack_rlab.a ++MINPACK_LIB = -L./flibs/minpack -lminpack_rlab + + REQ_LIBS = $(LAPACK_LIB) $(BLAS_LIB) $(FFTPACK_LIB) $(RANLIB_LIB) $(MINPACK_LIB) @@ -157,7 +157,7 @@ prefix = @prefix@ @@ -155,224 +177,3 @@ $NetBSD: patch-ab,v 1.4 2001/02/11 23:06:03 jtb Exp $ FRC: -@@ -526,22 +542,23 @@ - # - - main.o: main.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h code.h list.h symbol.h util.h rfile.h rfileio.h mdc.h \ -- complex.h bltin.h version.h getopt.h class.h bltin1.h bltin2.h \ -- bltin3.h msr.h rfft.h gc/gc_private.h gc/gc_priv.h gc/config.h \ -+ mem.h /usr/pkg/include/gc.h code.h list.h symbol.h util.h rfile.h \ -+ rfileio.h mdc.h complex.h bltin.h version.h getopt.h class.h bltin1.h \ -+ bltin2.h bltin3.h msr.h rfft.h gc/gc_priv.h gc/gcconfig.h \ - gc/gc_hdrs.h fpe.h mathl.h - init.o: init.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ - symbol.h list.h util.h print.h bltin.h bltin1.h bltin2.h bltin3.h \ - msr.h rfft.h rfileio.h mdc.h complex.h rdl.h msrf2.h - code.o: code.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- code.h list.h symbol.h class.h mem.h gc/gc.h y.tab.h bltin.h \ -- function.h util.h rfile.h mdc.h complex.h -+ code.h list.h symbol.h class.h mem.h /usr/pkg/include/gc.h y.tab.h \ -+ bltin.h function.h util.h rfile.h mdc.h complex.h - symbol.o: symbol.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h symbol.h list.h mem.h gc/gc.h function.h util.h -+ listnode.h symbol.h list.h mem.h /usr/pkg/include/gc.h function.h \ -+ util.h - list.o: list.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- util.h list.h mem.h gc/gc.h -+ util.h list.h mem.h /usr/pkg/include/gc.h - listnode.o: listnode.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h mem.h gc/gc.h util.h list.h -+ listnode.h mem.h /usr/pkg/include/gc.h util.h list.h - op.o: op.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h code.h \ - list.h symbol.h class.h util.h - opapp.o: opapp.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -@@ -551,118 +568,124 @@ - complex.o: complex.c complex.h rlab.h config.h ent.h mds.h mdr.h \ - btree.h listnode.h util.h list.h mathl.h - function.o: function.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h code.h list.h symbol.h function.h util.h mem.h gc/gc.h -+ listnode.h code.h list.h symbol.h function.h util.h mem.h \ -+ /usr/pkg/include/gc.h - rel.o: rel.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ - code.h list.h symbol.h class.h util.h - util.o: util.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- code.h list.h symbol.h mem.h gc/gc.h bltin.h mdc.h complex.h \ -- function.h sort.h fpe.h -+ code.h list.h symbol.h mem.h /usr/pkg/include/gc.h bltin.h mdc.h \ -+ complex.h function.h sort.h fpe.h - btree.o: btree.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- class.h symbol.h list.h function.h util.h mem.h gc/gc.h -+ class.h symbol.h list.h function.h util.h mem.h /usr/pkg/include/gc.h - mm.o: mm.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ - complex.h - misc.o: misc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h - fpe.o: fpe.c config.h - ent.o: ent.c ent.h mds.h rlab.h config.h listnode.h mdr.h btree.h \ -- class.h mem.h gc/gc.h util.h list.h -+ class.h mem.h /usr/pkg/include/gc.h util.h list.h - mathl.o: mathl.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ - mathl.h complex.h util.h list.h - rfileio.o: rfileio.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h class.h symbol.h list.h bltin.h mem.h gc/gc.h util.h mdc.h \ -- complex.h msr.h msc.h mathl.h -+ listnode.h class.h symbol.h list.h bltin.h mem.h \ -+ /usr/pkg/include/gc.h util.h mdc.h complex.h msr.h msc.h mathl.h - mdr.o: mdr.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h mdrf2.h mdrf1.h mdc.h complex.h util.h list.h bltin1.h \ -- bltin.h mathl.h fi.h bl.h -+ mem.h /usr/pkg/include/gc.h mdrf2.h mdrf1.h mdc.h complex.h util.h \ -+ list.h bltin1.h bltin.h mathl.h fi.h bl.h - class.o: class.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- util.h list.h class.h mem.h gc/gc.h bltin.h function.h mdrf1.h mdc.h \ -- complex.h mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h \ -- msc.h mscf1.h mscf2.h -+ util.h list.h class.h mem.h /usr/pkg/include/gc.h bltin.h function.h \ -+ mdrf1.h mdc.h complex.h mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h \ -+ msrf1.h msrf2.h msc.h mscf1.h mscf2.h - diss.o: diss.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ - code.h list.h symbol.h bltin.h print.h util.h - mdc.o: mdc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h mdc.h complex.h mdcf2.h mdcf1.h mdr_mdc.h util.h list.h \ -- bltin1.h bltin.h bl.h fi.h -+ mem.h /usr/pkg/include/gc.h mdc.h complex.h mdcf2.h mdcf1.h mdr_mdc.h \ -+ util.h list.h bltin1.h bltin.h bl.h fi.h - mdr_mdc.o: mdr_mdc.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h mem.h gc/gc.h mdrf1.h mdrf2.h mdc.h complex.h mdcf1.h \ -- mdcf2.h util.h list.h -+ listnode.h mem.h /usr/pkg/include/gc.h mdrf1.h mdrf2.h mdc.h \ -+ complex.h mdcf1.h mdcf2.h util.h list.h - mds.o: mds.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h util.h list.h bltin1.h bltin.h -+ mem.h /usr/pkg/include/gc.h util.h list.h bltin1.h bltin.h - mdr_mds.o: mdr_mds.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h mem.h gc/gc.h util.h list.h -+ listnode.h mem.h /usr/pkg/include/gc.h util.h list.h - rfile.o: rfile.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- symbol.h list.h mem.h gc/gc.h util.h -+ symbol.h list.h mem.h /usr/pkg/include/gc.h util.h rfile.h - bltin.o: bltin.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- symbol.h list.h mem.h gc/gc.h bltin.h util.h mathl.h complex.h \ -- class.h rfileio.h mdc.h -+ symbol.h list.h mem.h /usr/pkg/include/gc.h bltin.h util.h mathl.h \ -+ complex.h class.h rfileio.h mdc.h - bltin1.o: bltin1.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \ -- mdc.h complex.h mathl.h btreef1.h function.h mdrf1.h mdcf1.h \ -- mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h -+ listnode.h mem.h /usr/pkg/include/gc.h bltin.h list.h util.h class.h \ -+ rfileio.h mdc.h complex.h mathl.h btreef1.h function.h mdrf1.h \ -+ mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h - mdrf1.o: mdrf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h mdc.h complex.h util.h list.h mdrf1.h mathl.h symbol.h \ -- sort.h -+ mem.h /usr/pkg/include/gc.h mdc.h complex.h util.h list.h mdrf1.h \ -+ mathl.h symbol.h sort.h - print.o: print.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- symbol.h list.h bltin.h mem.h gc/gc.h util.h rfileio.h mdc.h \ -- complex.h class.h scan.h -+ symbol.h list.h bltin.h mem.h /usr/pkg/include/gc.h util.h rfileio.h \ -+ mdc.h complex.h class.h scan.h - getline.o: getline.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h symbol.h list.h mem.h gc/gc.h bltin.h util.h scan.h \ -- print.h class.h rfileio.h mdc.h complex.h -+ listnode.h symbol.h list.h mem.h /usr/pkg/include/gc.h bltin.h util.h \ -+ scan.h print.h class.h rfileio.h mdc.h complex.h - random.o: random.c rlab.h config.h ent.h mds.h mdr.h btree.h \ - listnode.h bltin.h list.h util.h class.h symbol.h random.h fi.h \ - mdrf1.h - mdcf1.o: mdcf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h mdc.h complex.h util.h list.h symbol.h mathl.h sort.h -+ mem.h /usr/pkg/include/gc.h mdc.h complex.h util.h list.h symbol.h \ -+ mathl.h sort.h - mdsf1.o: mdsf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h util.h list.h symbol.h mathl.h complex.h sort.h -+ mem.h /usr/pkg/include/gc.h util.h list.h symbol.h mathl.h complex.h \ -+ sort.h - bltin2.o: bltin2.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \ -- mdc.h complex.h mathl.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \ -- mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h \ -- mscf2.h -+ listnode.h mem.h /usr/pkg/include/gc.h bltin.h list.h util.h class.h \ -+ rfileio.h mdc.h complex.h mathl.h function.h mdrf1.h mdrf2.h mdcf1.h \ -+ mdcf2.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h \ -+ mscf1.h mscf2.h - mdrf2.o: mdrf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h symbol.h list.h mdrf1.h mdc.h complex.h util.h mathl.h \ -- fi.h lp.h bl.h -+ mem.h /usr/pkg/include/gc.h symbol.h list.h mdrf1.h mdc.h complex.h \ -+ util.h mathl.h fi.h lp.h bl.h - mdcf2.o: mdcf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h symbol.h list.h mdc.h complex.h mdcf1.h util.h mathl.h \ -- fi.h lp.h bl.h -+ mem.h /usr/pkg/include/gc.h symbol.h list.h mdc.h complex.h mdcf1.h \ -+ util.h mathl.h fi.h lp.h bl.h - rfft.o: rfft.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h symbol.h list.h bltin.h mdc.h complex.h util.h class.h \ -- rfileio.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h mdr_mdc.h \ -- mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h fftp.h fi.h -+ mem.h /usr/pkg/include/gc.h symbol.h list.h bltin.h mdc.h complex.h \ -+ util.h class.h rfileio.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \ -+ mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h fftp.h fi.h - sort.o: sort.c - r_plot.o: r_plot.c config.h - rstring.o: rstring.c - rdl.o: rdl.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- symbol.h list.h bltin.h class.h util.h mem.h gc/gc.h -+ symbol.h list.h bltin.h class.h util.h mem.h /usr/pkg/include/gc.h - odei.o: odei.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- class.h symbol.h list.h mem.h gc/gc.h mdrf1.h bltin.h util.h mathl.h \ -- complex.h function.h lp.h fi.h odei.h -+ class.h symbol.h list.h mem.h /usr/pkg/include/gc.h mdrf1.h bltin.h \ -+ util.h mathl.h complex.h function.h lp.h fi.h odei.h - btreef1.o: btreef1.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h class.h symbol.h list.h function.h util.h mem.h gc/gc.h -+ listnode.h class.h symbol.h list.h function.h util.h mem.h \ -+ /usr/pkg/include/gc.h - msr.o: msr.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h msr.h util.h list.h bltin1.h bltin.h mathl.h complex.h \ -- fi.h sparse.h -+ mem.h /usr/pkg/include/gc.h msr.h util.h list.h bltin1.h bltin.h \ -+ mathl.h complex.h fi.h sparse.h - msrf1.o: msrf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h msr.h msc.h mdc.h complex.h mscf1.h mdrf1.h util.h \ -- list.h symbol.h sort.h mathl.h fi.h sparse.h -+ mem.h /usr/pkg/include/gc.h msr.h msc.h mdc.h complex.h mscf1.h \ -+ mdrf1.h util.h list.h symbol.h sort.h mathl.h fi.h sparse.h - bltin3.o: bltin3.c rlab.h config.h ent.h mds.h mdr.h btree.h \ -- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \ -- mdc.h complex.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h mdr_mdc.h \ -- mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h mscf2.h -+ listnode.h mem.h /usr/pkg/include/gc.h bltin.h list.h util.h class.h \ -+ rfileio.h mdc.h complex.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \ -+ mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h \ -+ mscf2.h - msc.o: msc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \ -- list.h bltin1.h bltin.h mathl.h fi.h sparse.h -+ mem.h /usr/pkg/include/gc.h msr.h msrf1.h mdc.h complex.h msc.h \ -+ mdr_mdc.h util.h list.h bltin1.h bltin.h mathl.h fi.h sparse.h - mscf1.o: mscf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \ -- list.h symbol.h sort.h mathl.h fi.h sparse.h -+ mem.h /usr/pkg/include/gc.h msr.h msrf1.h mdc.h complex.h msc.h \ -+ mdr_mdc.h util.h list.h symbol.h sort.h mathl.h fi.h sparse.h - msrf2.o: msrf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mscf1.h mscf2.h \ -- mdrf1.h util.h list.h symbol.h sort.h mathl.h class.h fi.h sparse.h \ -- mdrf2.h -+ mem.h /usr/pkg/include/gc.h msr.h msrf1.h mdc.h complex.h msc.h \ -+ mscf1.h mscf2.h mdrf1.h util.h list.h symbol.h sort.h mathl.h class.h \ -+ fi.h sparse.h mdrf2.h - mscf2.o: mscf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \ -- class.h mem.h gc/gc.h msr.h msc.h mdc.h complex.h mscf1.h mdr_mdc.h \ -- mdcf1.h util.h list.h symbol.h sort.h fi.h sparse.h mdcf2.h -+ class.h mem.h /usr/pkg/include/gc.h msr.h msc.h mdc.h complex.h \ -+ mscf1.h mdr_mdc.h mdcf1.h util.h list.h symbol.h sort.h fi.h sparse.h \ -+ mdcf2.h - r_pgplot.o: r_pgplot.c config.h --getopt.o: getopt.c -+getopt.o: getopt.c getopt.h - getopt1.o: getopt1.c getopt.h - alloca.o: alloca.c |