@@ -38,7 +38,8 @@ ADS_OPENMP([], [AC_MSG_FAILURE([OpenMP must be installed to build dnmtools])])
3838
3939dnl recursively configure abismal and smithlab_cpp
4040AC_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
4344dnl check for HTSLib if requested
4445hts_fail_msg="
@@ -53,15 +54,8 @@ system. Please use the LDFLAGS and CPPFLAGS variables to specify the
5354directories 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-
6257dnl check for required libraries
6358AC_SEARCH_LIBS ( [ hts_version] , [ hts] , [ ] , [ AC_MSG_FAILURE ( [ $hts_fail_msg] ) ] )
64- AC_SEARCH_LIBS ( [ zlibVersion] , [ z] , [ ] , [ AC_MSG_FAILURE ( [ $zlib_fail_msg] ) ] )
6559AC_SEARCH_LIBS ( [ cblas_dgemm] , [ gslcblas] , [ ] , [ AC_MSG_FAILURE ( [ $gsl_fail_msg] ) ] )
6660AC_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
8074tests/radmeth_test_design.txt:data/radmeth_test_design.txt
8175tests/two_epialleles.states:data/two_epialleles.states
8276tests/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
8581AC_OUTPUT
0 commit comments