File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
# Copyright (c) 2009-2012 Cisco Systems, Inc. All rights reserved.
8
8
# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
9
+ # Copyright (c) 2016 Research Organization for Information Science
10
+ # and Technology (RIST). All rights reserved.
9
11
# $COPYRIGHT$
10
12
#
11
13
# Additional copyrights may follow
@@ -35,12 +37,12 @@ my $FC = "@FC@";
35
37
my $extra_includes = " @OMPI_WRAPPER_EXTRA_INCLUDES @" ;
36
38
my $extra_cppflags = " @OMPI_WRAPPER_EXTRA_CPPFLAGS @" ;
37
39
my $extra_cflags = " @OMPI_WRAPPER_EXTRA_CFLAGS @" ;
38
- my $extra_cflags_prefix = " @ORTE_WRAPPER_EXTRA_CFLAGS_PREFIX @" ;
40
+ my $extra_cflags_prefix = " @OMPI_WRAPPER_EXTRA_CFLAGS_PREFIX @" ;
39
41
my $extra_cxxflags = " @OMPI_WRAPPER_EXTRA_CXXFLAGS @" ;
40
- my $extra_cxxflags_prefix = " @ORTE_WRAPPER_EXTRA_CXXFLAGS_PREFIX @" ;
42
+ my $extra_cxxflags_prefix = " @OMPI_WRAPPER_EXTRA_CXXFLAGS_PREFIX @" ;
41
43
my $extra_fcflags = " @OMPI_WRAPPER_EXTRA_FCFLAGS @" ;
42
44
my $extra_fcflags_prefix = " @OMPI_WRAPPER_EXTRA_FCFLAGS_PREFIX @" ;
43
- my $extra_ldflags = " @OMPI_WRAPPER_EXTRA_LDFLAGS @" ;
45
+ my $extra_ldflags = " @OMPI_PKG_CONFIG_LDFLAGS @" ;
44
46
my $extra_libs = " @OMPI_WRAPPER_EXTRA_LIBS @" ;
45
47
my $cxx_lib = " @OMPI_WRAPPER_CXX_LIB @" ;
46
48
my $fc_module_flag = " @OMPI_FC_MODULE_FLAG @" ;
You can’t perform that action at this time.
0 commit comments