File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 2222# $HEADER$
2323#
2424
25+ if OPAL_INSTALL_BINARIES
26+ pkgconfigdir = $(libdir ) /pkgconfig
27+ pkgconfig_DATA = ompi.pc ompi-c.pc
28+
29+ if OMPI_HAVE_CXX_COMPILER
30+ pkgconfig_DATA += ompi-cxx.pc
31+ endif
32+
33+ if OMPI_HAVE_FORTRAN_COMPILER
34+ pkgconfig_DATA += ompi-fort.pc
35+ endif
36+ endif # OPAL_INSTALL_BINARIES
37+
38+ # -----------------
39+
2540if OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
2641
2742bin_SCRIPTS = ompi_wrapper_script
@@ -70,17 +85,6 @@ else # OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
7085
7186if OPAL_INSTALL_BINARIES
7287
73- pkgconfigdir = $(libdir ) /pkgconfig
74- pkgconfig_DATA = ompi.pc ompi-c.pc
75-
76- if OMPI_HAVE_CXX_COMPILER
77- pkgconfig_DATA += ompi-cxx.pc
78- endif
79-
80- if OMPI_HAVE_FORTRAN_COMPILER
81- pkgconfig_DATA += ompi-fort.pc
82- endif
83-
8488if OMPI_WANT_JAVA_BINDINGS
8589bin_SCRIPTS = mpijavac.pl
8690endif
You can’t perform that action at this time.
0 commit comments