psblas3-cbind:

configure.ac
 configure

Configure fix for move_alloc
psblas3-mcbind
Salvatore Filippone 8 years ago
parent 9cd9ea63a4
commit bd344478ce

2
configure vendored

@ -8690,7 +8690,7 @@ $as_echo "$ac_try_echo") >&5
} && test -s conftest.$ac_objext; then } && test -s conftest.$ac_objext; then
{ $as_echo "$as_me:$LINENO: result: yes" >&5 { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; } $as_echo "yes" >&6; }
FDEFINES="$psblas_cv_define_prepend-DHAVE_MOVE_ALLOC $FDEFINES" :
else else
$as_echo "$as_me: failed program was:" >&5 $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5 sed 's/^/| /' conftest.$ac_ext >&5

@ -570,7 +570,7 @@ PAC_FORTRAN_TEST_SOURCE(
) )
PAC_FORTRAN_HAVE_MOVE_ALLOC( PAC_FORTRAN_HAVE_MOVE_ALLOC(
[FDEFINES="$psblas_cv_define_prepend-DHAVE_MOVE_ALLOC $FDEFINES"], [],
[AC_MSG_ERROR([Sorry, cannot build PSBLAS without support for MOVE_ALLOC. [AC_MSG_ERROR([Sorry, cannot build PSBLAS without support for MOVE_ALLOC.
Please get a Fortran compiler that supports it, e.g. GNU Fortran 4.8.])] Please get a Fortran compiler that supports it, e.g. GNU Fortran 4.8.])]
) )

Loading…
Cancel
Save