mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Merge pull request #35 from LupoA/sp2n/enableSp
consistent enable sp config flag
This commit is contained in:
commit
ef736e8aa4
@ -202,9 +202,9 @@ case ${ac_Nc} in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
############### Symplectic group
|
############### Symplectic group
|
||||||
AC_ARG_ENABLE([symplectic],
|
AC_ARG_ENABLE([Sp],
|
||||||
[AC_HELP_STRING([--enable-symplectic=yes|no], [enable gauge group Sp2n])],
|
[AC_HELP_STRING([--enable-Sp=yes|no], [enable gauge group Sp2n])],
|
||||||
[ac_ENABLE_SP=${enable_symplectic}], [ac_ENABLE_SP=no])
|
[ac_ENABLE_SP=${enable_Sp}], [ac_ENABLE_SP=no])
|
||||||
|
|
||||||
AM_CONDITIONAL(BUILD_SP, [ test "${ac_ENABLE_SP}X" == "yesX" ])
|
AM_CONDITIONAL(BUILD_SP, [ test "${ac_ENABLE_SP}X" == "yesX" ])
|
||||||
|
|
||||||
@ -214,7 +214,7 @@ case ${ac_ENABLE_SP} in
|
|||||||
no)
|
no)
|
||||||
AC_DEFINE([Sp2n_config],[0],[gauge group SUn], [have_sp2n=false]);;
|
AC_DEFINE([Sp2n_config],[0],[gauge group SUn], [have_sp2n=false]);;
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR(["--enable-symplectic is either yes or no"]);;
|
AC_MSG_ERROR(["--enable-Sp is either yes or no"]);;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
############### FP16 conversions
|
############### FP16 conversions
|
||||||
|
Loading…
Reference in New Issue
Block a user