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 22
22
# $HEADER$
23
23
#
24
24
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
+
25
40
if OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
26
41
27
42
bin_SCRIPTS = ompi_wrapper_script
@@ -70,17 +85,6 @@ else # OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
70
85
71
86
if OPAL_INSTALL_BINARIES
72
87
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
-
84
88
if OMPI_WANT_JAVA_BINDINGS
85
89
bin_SCRIPTS = mpijavac.pl
86
90
endif
You can’t perform that action at this time.
0 commit comments