Skip to content

Commit

Permalink
rdfhdt#19 WIP Removed libcds. Added configure for sdsl-lite.
Browse files Browse the repository at this point in the history
  • Loading branch information
D. A. Pellegrino committed Apr 4, 2022
1 parent cc90812 commit ad79965
Show file tree
Hide file tree
Showing 198 changed files with 13 additions and 24,273 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = subdir-objects
SUBDIRS = libcds libhdt
SUBDIRS = libhdt
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = m4/gnulib-cache.m4
21 changes: 10 additions & 11 deletions configure.ac
Expand Up @@ -31,14 +31,6 @@ AC_ARG_ENABLE([optimization],
[CXXFLAGS="${CXXFLAGS} -g -O2 -std=c++11"]
[AC_MSG_RESULT(yes)])

AC_MSG_CHECKING(whether to build libcds)
AC_ARG_ENABLE([libcds],
AS_HELP_STRING([--enable-libcds],[Build libcds [default=yes]]),
[AC_MSG_RESULT(${enableval})],
[enable_cds=yes]
[AC_MSG_RESULT(yes)])
AM_CONDITIONAL([WANTS_LIBCDS], [test x$enable_cds != xno])

# Dependencies
AC_ARG_WITH([zlib],
AS_HELP_STRING([--with-zlib], [Use z library [default=yes] ]),
Expand All @@ -60,6 +52,16 @@ AS_IF([test x$with_serd != xno],
[AC_SUBST(EXTRAFLAGS)])
])

AC_ARG_WITH([sdsl-lite],
AS_HELP_STRING([--with-sdsl-lite], [Use SDSL-lite library [default=yes]]),
[], [with_sdsl_lite=true])
AS_IF([test x$with_sdsl_lite != xno],
[PKG_CHECK_MODULES([SDSL_LITE], [sdsl-lite],
[AC_DEFINE([HAVE_SDSL_LITE],[1],[SDSL-Lite availabile])]
[EXTRAFLAGS="${EXTRAFLAGS} -DHAVE_SDSL_LITE"]
[AC_SUBST(EXTRAFLAGS)])
])

AC_ARG_WITH([kyoto],
AS_HELP_STRING([--with-kyoto], [Use kyoto library [default=no]]),
[], [with_kyoto=no])
Expand Down Expand Up @@ -94,8 +96,5 @@ AC_CONFIG_FILES([
libhdt/Makefile
libhdt/tools/Makefile
libhdt/tests/Makefile
libcds/cds.pc
libcds/Makefile
libcds/tests/Makefile
])
AC_OUTPUT
504 changes: 0 additions & 504 deletions libcds/COPYRIGHT

This file was deleted.

38 changes: 0 additions & 38 deletions libcds/Changelog

This file was deleted.

307 changes: 0 additions & 307 deletions libcds/Doxyfile

This file was deleted.

0 comments on commit ad79965

Please sign in to comment.