Skip to content

Commit 68daccc

Browse files
Removing direct dependence on zlib, changing configuration for submodule smithlab_cpp and adding test data for diff in radmeth
1 parent aeab44c commit 68daccc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

configure.ac

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ ADS_OPENMP([], [AC_MSG_FAILURE([OpenMP must be installed to build dnmtools])])
3838

3939
dnl recursively configure abismal and smithlab_cpp
4040
AC_CONFIG_SUBDIRS([src/abismal])
41-
AX_SUBDIRS_CONFIGURE([src/smithlab_cpp], [--enable-hts])
41+
AC_CONFIG_SUBDIRS([src/smithlab_cpp])
42+
dnl AX_SUBDIRS_CONFIGURE([src/smithlab_cpp], [--enable-hts])
4243

4344
dnl check for HTSLib if requested
4445
hts_fail_msg="
@@ -53,15 +54,8 @@ system. Please use the LDFLAGS and CPPFLAGS variables to specify the
5354
directories where the GSL library and headers can be found.
5455
"
5556

56-
zlib_fail_msg="
57-
Failed to locate the ZLib on your system. Please use the LDFLAGS and
58-
CPPFLAGS variables to specify the directories where the ZLib library
59-
and headers can be found.
60-
"
61-
6257
dnl check for required libraries
6358
AC_SEARCH_LIBS([hts_version], [hts], [], [AC_MSG_FAILURE([$hts_fail_msg])])
64-
AC_SEARCH_LIBS([zlibVersion], [z], [], [AC_MSG_FAILURE([$zlib_fail_msg])])
6559
AC_SEARCH_LIBS([cblas_dgemm], [gslcblas], [], [AC_MSG_FAILURE([$gsl_fail_msg])])
6660
AC_SEARCH_LIBS([gsl_blas_dgemm], [gsl], [], [AC_MSG_FAILURE([$gsl_fail_msg])])
6761

@@ -80,6 +74,8 @@ tests/radmeth_test_table.txt:data/radmeth_test_table.txt
8074
tests/radmeth_test_design.txt:data/radmeth_test_design.txt
8175
tests/two_epialleles.states:data/two_epialleles.states
8276
tests/araTha1_simulated.counts.gz:data/araTha1_simulated.counts.gz
77+
tests/methylome_a.counts.sym:data/methylome_a.counts.sym
78+
tests/methylome_b.counts.sym:data/methylome_b.counts.sym
8379
])
8480

8581
AC_OUTPUT

0 commit comments

Comments
 (0)