]> git.pld-linux.org Git - packages/arpack.git/blob - arpack-automake_support.patch
- from Zbigniew Bryczkowski <kkalii at poczta.onet.pl>
[packages/arpack.git] / arpack-automake_support.patch
1 diff -urN ARPACK.orig/configure.in ARPACK.new/configure.in
2 --- ARPACK.orig/configure.in    1970-01-01 01:00:00.000000000 +0100
3 +++ ARPACK.new/configure.in     2003-11-10 21:10:15.000000000 +0100
4 @@ -0,0 +1,12 @@
5 +dnl Process this file with autoconf to produce a configure script.
6 +AC_INIT([arpack], [2.1.0])
7 +AM_INIT_AUTOMAKE
8 +AM_CONFIG_HEADER([config.h])
9 +
10 +dnl Checks for programs.
11 +AC_ISC_POSIX
12 +AC_PROG_CC
13 +AC_PROG_F77
14 +AM_PROG_LIBTOOL
15 +
16 +AC_OUTPUT([Makefile SRC/Makefile])
17 diff -urN ARPACK.orig/Makefile.am ARPACK.new/Makefile.am
18 --- ARPACK.orig/Makefile.am     1970-01-01 01:00:00.000000000 +0100
19 +++ ARPACK.new/Makefile.am      2003-11-01 12:42:42.000000000 +0100
20 @@ -0,0 +1 @@
21 +SUBDIRS=SRC
22 diff -urN ARPACK.orig/SRC/Makefile.am ARPACK.new/SRC/Makefile.am
23 --- ARPACK.orig/SRC/Makefile.am 1970-01-01 01:00:00.000000000 +0100
24 +++ ARPACK.new/SRC/Makefile.am  2003-11-10 21:09:12.000000000 +0100
25 @@ -0,0 +1,19 @@
26 +LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTTAG)
27 +lib_LTLIBRARIES = libarpack.la
28 +libarpack_la_LDFLAGS = -version-info $(subst .,:,@VERSION@)
29 +libarpack_la_SOURCES= \
30 +       cgetv0.f cnaitr.f cnapps.f cnaup2.f cnaupd.f cneigh.f cneupd.f\
31 +       cngets.f csortc.f cstatn.f debug.h dgetv0.f dlaqrb.f dnaitr.f\
32 +       dnapps.f dnaup2.f dnaupd.f dnaupe.f dnconv.f dneigh.f dneupd.f\
33 +       dngets.f dsaitr.f dsapps.f dsaup2.f dsaupd.f dsconv.f dseigt.f\
34 +       dsesrt.f dseupd.f dsgets.f dsortc.f dsortr.f dstatn.f dstats.f\
35 +       dstqrb.f sgetv0.f slaqrb.f snaitr.f snapps.f snaup2.f snaupd.f\
36 +       snaupe.f snconv.f sneigh.f sneupd.f sngets.f ssaitr.f ssapps.f\
37 +       ssaup2.f ssaupd.f ssconv.f sseigt.f ssesrt.f sseupd.f ssgets.f\
38 +       ssortc.f ssortr.f sstatn.f sstats.f sstqrb.f stat.h version.h\
39 +       zgetv0.f znaitr.f znapps.f znaup2.f znaupd.f zneigh.f zneupd.f\
40 +       zngets.f zsortc.f zstatn.f\
41 +       ../UTIL/cmout.f ../UTIL/cvout.f ../UTIL/dmout.f ../UTIL/dvout.f\
42 +       ../UTIL/icnteq.f ../UTIL/icopy.f ../UTIL/iset.f ../UTIL/iswap.f\
43 +       ../UTIL/ivout.f ../UTIL/second.f ../UTIL/smout.f ../UTIL/svout.f\
44 +       ../UTIL/zmout.f ../UTIL/zvout.f
This page took 1.061326 seconds and 3 git commands to generate.