File: opalcc-wrapper-data.txt.in

package info (click to toggle)
openmpi 5.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 201,684 kB
  • sloc: ansic: 613,078; makefile: 42,353; sh: 11,194; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,179; python: 1,859; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (25 lines) | stat: -rw-r--r-- 889 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# There can be multiple blocks of configuration data, chosen by
# compiler flags (using the compiler_args key to chose which block
# should be activated.  This can be useful for multilib builds.  See the
# multilib page at:
#    https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open Portable Access Layer (OPAL)
project_short=OPAL
version=@OPAL_VERSION@
language=C
compiler_env=CC
compiler_flags_env=CFLAGS
compiler=@WRAPPER_CC@
preprocessor_flags=@OPAL_WRAPPER_EXTRA_CPPFLAGS@
compiler_flags_prefix=@OPAL_WRAPPER_EXTRA_CFLAGS_PREFIX@
compiler_flags=@OPAL_WRAPPER_EXTRA_CFLAGS@
linker_flags=@OPAL_WRAPPER_EXTRA_LDFLAGS@
libs=-l@OPAL_LIB_NAME@
libs_static=-l@OPAL_LIB_NAME@ @OPAL_WRAPPER_EXTRA_LIBS@
dyn_lib_file=lib@OPAL_LIB_NAME@.@OPAL_DYN_LIB_SUFFIX@
static_lib_file=lib@OPAL_LIB_NAME@.a
required_file=
includedir=${includedir}
libdir=${libdir}