~ubuntu-branches/ubuntu/trusty/arpack/trusty

« back to all changes in this revision

Viewing changes to .pc/mpi-dep-lib.diff/PARPACK/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-08-06 15:12:13 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20130806151213-9temgxbdeafve8vj
libparpack: Missing dependency on MPI (Closes: #718790)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = UTIL SRC . EXAMPLES/MPI EXAMPLES/BLACS
 
2
 
 
3
lib_LTLIBRARIES = libparpack.la
 
4
 
 
5
libparpack_la_SOURCES =
 
6
 
 
7
# Force libparpack to be linked with the MPI Fortran compiler.
 
8
# The file dummy.f does not need to exist in the source tree.
 
9
F77 = $(MPIF77)
 
10
nodist_EXTRA_libparpack_la_SOURCES = dummy.f
 
11
 
 
12
libparpack_la_LDFLAGS = -no-undefined -version-info 2:0
 
13
 
 
14
libparpack_la_LIBADD = \
 
15
        $(top_builddir)/SRC/libarpacksrc.la \
 
16
        $(top_builddir)/UTIL/libarpackutil.la \
 
17
        $(top_builddir)/PARPACK/SRC/MPI/libparpacksrcmpi.la \
 
18
        $(top_builddir)/PARPACK/UTIL/MPI/libparpackutilmpi.la \
 
19
        $(BLAS_LIBS) $(LAPACK_LIBS)