File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
9
9
# Copyright (c) 2013 Sandia National Laboratories. All rights reserved.
10
10
# Copyright (c) 2016 IBM Corporation. All rights reserved.
11
+ # Copyright (c) 2016 Research Organization for Information Science
12
+ # and Technology (RIST). All rights reserved.
11
13
# $COPYRIGHT$
12
14
#
13
15
# Additional copyrights may follow
@@ -41,7 +43,7 @@ my $extra_cxxflags = "@OMPI_WRAPPER_EXTRA_CXXFLAGS@";
41
43
my $extra_cxxflags_prefix = " @OMPI_WRAPPER_EXTRA_CXXFLAGS_PREFIX @" ;
42
44
my $extra_fcflags = " @OMPI_WRAPPER_EXTRA_FCFLAGS @" ;
43
45
my $extra_fcflags_prefix = " @OMPI_WRAPPER_EXTRA_FCFLAGS_PREFIX @" ;
44
- my $extra_ldflags = " @OMPI_WRAPPER_EXTRA_LDFLAGS @" ;
46
+ my $extra_ldflags = " @OMPI_PKG_CONFIG_LDFLAGS @" ;
45
47
my $extra_libs = " @OMPI_WRAPPER_EXTRA_LIBS @" ;
46
48
my $cxx_lib = " @OMPI_WRAPPER_CXX_LIB @" ;
47
49
my $fc_module_flag = " @OMPI_FC_MODULE_FLAG @" ;
You can’t perform that action at this time.
0 commit comments