Skip to content

Commit

Permalink
Retire the genders configuration method.
Browse files Browse the repository at this point in the history
  • Loading branch information
morrone committed Jul 21, 2023
1 parent a62e3ad commit 04e84a5
Show file tree
Hide file tree
Showing 103 changed files with 3 additions and 5,490 deletions.
40 changes: 0 additions & 40 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -841,25 +841,9 @@ LIBS=""


## stuff from top
OPTION_DEFAULT_DISABLE([libgenders], [ENABLE_LIBGENDERS],[ requires C++,boost])
OPTION_DEFAULT_DISABLE([genderssystemd], [ENABLE_TOSS_SYSTEMD],[ toss systemd init scripts])
OPTION_DEFAULT_DISABLE([csv_check], [ENABLE_CSV_CHECK],[ requires C++,boost])
OPTION_EXTRA_BUILD_DIRS([third-plugins], [ENABLE_THIRD_PLUGINS], [THIRD_PLUGINS_DIRS])

if test -z "$ENABLE_LIBGENDERS_TRUE"
then
OPTION_WITH([libgenders], [LIBGENDERS],[/usr])
AC_LANG_PUSH([C++])
BOOST_REQUIRE( , AC_MSG_ERROR([Genders enabled but boost not found.]))
BOOST_STRING_ALGO
save_LDFLAGS=$LDFLAGS
LDFLAGS=$LIBGENDERS_LIBDIR_FLAG
AX_CXX_CHECK_LIB(gendersplusplus,[Gendersplusplus::GendersException], [],
AC_MSG_ERROR([libgendersplusplus not found. ]))
LDFLAGS=$save_LDFLAGS
AC_LANG_POP([C++])
LIBS=""
fi
if test -z "$ENABLE_CSV_CHECK_TRUE"
then
AC_LANG_PUSH([C++])
Expand Down Expand Up @@ -947,23 +931,6 @@ AC_SUBST(configure_input)
AC_CONFIG_FILES([Makefile
util/Makefile
util/relocation/Makefile
util/sample_init_scripts/Makefile
util/sample_init_scripts/genders/Makefile
util/sample_init_scripts/genders/man/Makefile
util/sample_init_scripts/genders/src/Makefile
util/sample_init_scripts/genders/systemd/Makefile
util/sample_init_scripts/genders/systemd/etc/Makefile
util/sample_init_scripts/genders/systemd/etc/sysconfig/Makefile
util/sample_init_scripts/genders/systemd/etc/sysconfig/ldms.d/Makefile
util/sample_init_scripts/genders/systemd/etc/sysconfig/ldms.d/ClusterGenders/Makefile
util/sample_init_scripts/genders/systemd/etc/sysconfig/ldms.d/ClusterSecrets/Makefile
util/sample_init_scripts/genders/systemd/etc/sysconfig/ldms.d/plugins-conf/Makefile
util/sample_init_scripts/genders/systemd/etc/sysconfig/ldms.d/debug/Makefile
util/sample_init_scripts/genders/systemd/services/Makefile
util/sample_init_scripts/genders/sysv/Makefile
util/sample_init_scripts/genders/sysv/etc/Makefile
util/sample_init_scripts/genders/sysv/etc/init.d/Makefile
util/sample_init_scripts/genders/examples/Makefile
lib/Doxyfile
lib/Makefile
lib/src/Makefile
Expand Down Expand Up @@ -1106,13 +1073,6 @@ ldms/man/Makefile
AC_CONFIG_FILES([
util/relocation/bld_manifest.sh
util/relocation/relocate-paths.sh
util/sample_init_scripts/genders/systemd/etc/sysconfig/ldms.d/ldmsd
util/sample_init_scripts/genders/systemd/etc/sysconfig/ldms.d/ldms-functions
util/sample_init_scripts/genders/systemd/ldmsd-pre-systemd
util/sample_init_scripts/genders/systemd/ldmsd-wrapper.sh
util/sample_init_scripts/genders/sysv/etc/init.d/ldmsd
util/sample_init_scripts/genders/sysv/etc/init.d/ldmsd.template
util/sample_init_scripts/genders/sysv/ldmsd-pre-sysvinit
ldms/scripts/ldms-wrapper
ldms/scripts/ldms-static-test.sh
ldms/scripts/pll-ldms-static-test.sh
Expand Down
4 changes: 2 additions & 2 deletions packaging/make-all-rabbit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ if test -f ldms/src/sampler/meminfo.c; then
expected_ovislib_prefix=$prefix
expected_sos_prefix=/badsos
# auth + -a none
# allconfig="--prefix=$prefix --enable-rdma --enable-ssl --with-libevent=$expected_event2_prefix --disable-sos --disable-perfevent --enable-zap --enable-ovis_auth --enable-libgenders --with-libgenders=$HOME/ovis/init-2015 --enable-a-none --with-pkglibdir=ovis-ldms LDFLAGS=-fsanitize=address"
# allconfig="--prefix=$prefix --enable-rdma --enable-ssl --with-libevent=$expected_event2_prefix --disable-sos --disable-perfevent --enable-zap --enable-ovis_auth --enable-a-none --with-pkglibdir=ovis-ldms LDFLAGS=-fsanitize=address"
# no auth
# allconfig="--prefix=$prefix --enable-rdma --enable-ssl --with-libevent=$expected_event2_prefix --disable-sos --disable-perfevent --enable-zap --disable-ovis_auth --enable-libgenders --with-libgenders=$HOME/ovis/init-2015 --with-pkglibdir=ovis-ldms"
# allconfig="--prefix=$prefix --enable-rdma --enable-ssl --with-libevent=$expected_event2_prefix --disable-sos --disable-perfevent --enable-zap --disable-ovis_auth --with-pkglibdir=ovis-ldms"
# auth
allconfig="--prefix=$prefix --enable-rdma --enable-ssl --with-libevent=$expected_event2_prefix --disable-sos --disable-perfevent --enable-zap --enable-ovis_auth --with-pkglibdir=ovis-ldms --enable-rabbitv3 --disable-rpath"
../configure $allconfig && \
Expand Down
2 changes: 1 addition & 1 deletion util/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
EXTRA_DIST= nola.sh
SUBDIRS= sample_init_scripts relocation
SUBDIRS= relocation
5 changes: 0 additions & 5 deletions util/sample_init_scripts/Makefile.am

This file was deleted.

7 changes: 0 additions & 7 deletions util/sample_init_scripts/README

This file was deleted.

12 changes: 0 additions & 12 deletions util/sample_init_scripts/genders/Makefile.am

This file was deleted.

45 changes: 0 additions & 45 deletions util/sample_init_scripts/genders/README

This file was deleted.

6 changes: 0 additions & 6 deletions util/sample_init_scripts/genders/examples/Makefile.am

This file was deleted.

1 change: 0 additions & 1 deletion util/sample_init_scripts/genders/examples/README

This file was deleted.

71 changes: 0 additions & 71 deletions util/sample_init_scripts/genders/examples/genders.shaun

This file was deleted.

10 changes: 0 additions & 10 deletions util/sample_init_scripts/genders/man/Makefile.am

This file was deleted.

Loading

0 comments on commit 04e84a5

Please sign in to comment.