Skip to content
Snippets Groups Projects
Commit c521d16b authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Remove BlueGene and Cray ALPS from deprecated list.

Run autogen.sh, which picked up one older uncommited change to
a comment line in contribs/perlapi/libslurmdb/Makefile.in.
parent d3e96b75
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,7 @@ AC_DEFUN([X_AC_DEPRECATED], [ ...@@ -27,11 +27,7 @@ AC_DEFUN([X_AC_DEPRECATED], [
AC_MSG_RESULT([${x_ac_deprecated=no}]) AC_MSG_RESULT([${x_ac_deprecated=no}])
if test "$x_ac_deprecated" = no; then if test "$x_ac_deprecated" = no; then
if test "$ac_bluegene_loaded" = yes; then if test "$ac_have_blcr" = yes; then
AC_MSG_ERROR([BlueGene support is deprecated and will be removed in a future release. SchedMD customers are encouraged to contact support to discuss further. Use --enable-deprecated to build.])
elif test "$ac_have_alps_cray" = yes; then
AC_MSG_ERROR([Cray/ALPS support is deprecated and will be removed in a future release. Please consider using Native Cray mode. SchedMD customers are encouraged to contact support to discuss further. Use --enable-deprecated to build.])
elif test "$ac_have_blcr" = yes; then
AC_MSG_ERROR([BLCR support is deprecated and will be removed in a future release. SchedMD customers are encouraged to contact support to discuss further. Use --enable-deprecated to build.]) AC_MSG_ERROR([BLCR support is deprecated and will be removed in a future release. SchedMD customers are encouraged to contact support to discuss further. Use --enable-deprecated to build.])
fi fi
fi fi
......
...@@ -24773,11 +24773,7 @@ fi ...@@ -24773,11 +24773,7 @@ fi
$as_echo "${x_ac_deprecated=no}" >&6; } $as_echo "${x_ac_deprecated=no}" >&6; }
   
if test "$x_ac_deprecated" = no; then if test "$x_ac_deprecated" = no; then
if test "$ac_bluegene_loaded" = yes; then if test "$ac_have_blcr" = yes; then
as_fn_error $? "BlueGene support is deprecated and will be removed in a future release. SchedMD customers are encouraged to contact support to discuss further. Use --enable-deprecated to build." "$LINENO" 5
elif test "$ac_have_alps_cray" = yes; then
as_fn_error $? "Cray/ALPS support is deprecated and will be removed in a future release. Please consider using Native Cray mode. SchedMD customers are encouraged to contact support to discuss further. Use --enable-deprecated to build." "$LINENO" 5
elif test "$ac_have_blcr" = yes; then
as_fn_error $? "BLCR support is deprecated and will be removed in a future release. SchedMD customers are encouraged to contact support to discuss further. Use --enable-deprecated to build." "$LINENO" 5 as_fn_error $? "BLCR support is deprecated and will be removed in a future release. SchedMD customers are encouraged to contact support to discuss further. Use --enable-deprecated to build." "$LINENO" 5
fi fi
fi fi
......
...@@ -658,7 +658,7 @@ $(perl_dir)/Makefile: $(perl_dir)/Makefile.PL ...@@ -658,7 +658,7 @@ $(perl_dir)/Makefile: $(perl_dir)/Makefile.PL
# may fail, as seen on BlueGene platforms. # may fail, as seen on BlueGene platforms.
# Other Linux implementations sems to work fine with the LD specified as below # Other Linux implementations sems to work fine with the LD specified as below
# #
all-local: $(perl_dir)/Makefile #libslurmdb all-local: $(perl_dir)/Makefile #libslurm
@cd $(perl_dir) && \ @cd $(perl_dir) && \
if [ ! -f Makefile ]; then \ if [ ! -f Makefile ]; then \
$(perlpath) Makefile.PL $(PERL_MM_PARAMS) prefix=${prefix} INSTALL_BASE= PERL_MM_OPT=; \ $(perlpath) Makefile.PL $(PERL_MM_PARAMS) prefix=${prefix} INSTALL_BASE= PERL_MM_OPT=; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment