Skip to content

Commit f4098fa

Browse files
committed
Re-bootstrap
1 parent 9ecb9d8 commit f4098fa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

configure

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56942,6 +56942,11 @@ fi
5694256942

5694356943
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: <<< Configuring library with built-in MetaPhysicL support >>>" >&5
5694456944
$as_echo "<<< Configuring library with built-in MetaPhysicL support >>>" >&6; }
56945+
if test "x$prefix" = "xNONE"; then :
56946+
future_timpi_prefix=$ac_abs_top_builddir/contrib/timpi/src/
56947+
else
56948+
future_timpi_prefix=$prefix
56949+
fi
5694556950

5694656951

5694756952
# Various preliminary checks.
@@ -57034,7 +57039,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5703457039
as_fn_append ax_args " '--with-cxx-std=20$acsm_cxx_version'"
5703557040
as_fn_append ax_args " 'CPPFLAGS=-I$my_top_srcdir/contrib/timpi/src/algorithms/include/ -I$my_top_srcdir/contrib/timpi/src/parallel/include/ -I$my_top_srcdir/contrib/timpi/src/utilities/include/ -I$ac_abs_top_builddir/contrib/timpi/src/utilities/include/ $CPPFLAGS'"
5703657041
as_fn_append ax_args " 'LDFLAGS=-L$ac_abs_top_builddir/contrib/timpi/src/ $LDFLAGS'"
57037-
as_fn_append ax_args " '--with-future-timpi-dir=$prefix'"
57042+
as_fn_append ax_args " '--with-future-timpi-dir=$future_timpi_prefix'"
5703857043
as_fn_append ax_args " '--with-timpi-method=$my_method'"
5703957044

5704057045
# New options that may need to be merged with existing options.

0 commit comments

Comments
 (0)