Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit aed5774

Browse files
committed
Merge branch 'dev'
2 parents 6ad9c50 + 0c64b88 commit aed5774

22 files changed

+916
-264
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ addons:
1717
- zlib1g-dev
1818

1919
notifications:
20-
email: false
20+
email: false
21+
22+
script:
23+
- export LD_LIBRARY_PATH=$HOME/lib
24+
- ./configure --prefix=$HOME && make && make check && make install
25+
- $HOME/bin/libsequenceConfig --version

Makefile.in

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.15 from Makefile.am.
1+
# Makefile.in generated by automake 1.14.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -14,17 +14,7 @@
1414

1515
@SET_MAKE@
1616
VPATH = @srcdir@
17-
am__is_gnu_make = { \
18-
if test -z '$(MAKELEVEL)'; then \
19-
false; \
20-
elif test -n '$(MAKE_HOST)'; then \
21-
true; \
22-
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23-
true; \
24-
else \
25-
false; \
26-
fi; \
27-
}
17+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
2818
am__make_running_with_option = \
2919
case $${target_option-} in \
3020
?) ;; \
@@ -88,15 +78,18 @@ POST_UNINSTALL = :
8878
build_triplet = @build@
8979
host_triplet = @host@
9080
subdir = .
81+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82+
$(top_srcdir)/configure $(am__configure_deps) \
83+
$(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL \
84+
compile config.guess config.sub depcomp install-sh missing \
85+
ltmain.sh
9186
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9287
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdxx_11.m4 \
9388
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
9489
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
9590
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
9691
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9792
$(ACLOCAL_M4)
98-
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
99-
$(am__configure_deps) $(am__DIST_COMMON)
10093
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
10194
configure.lineno config.status.lineno
10295
mkinstalldirs = $(install_sh) -d
@@ -160,9 +153,6 @@ ETAGS = etags
160153
CTAGS = ctags
161154
CSCOPE = cscope
162155
DIST_SUBDIRS = $(SUBDIRS)
163-
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
164-
COPYING ChangeLog INSTALL compile config.guess config.sub \
165-
depcomp install-sh ltmain.sh missing
166156
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167157
distdir = $(PACKAGE)-$(VERSION)
168158
top_distdir = $(distdir)
@@ -350,6 +340,7 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
350340
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
351341
$(am__cd) $(top_srcdir) && \
352342
$(AUTOMAKE) --foreign Makefile
343+
.PRECIOUS: Makefile
353344
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354345
@case '$?' in \
355346
*config.status*) \
@@ -580,15 +571,15 @@ dist-xz: distdir
580571
$(am__post_remove_distdir)
581572

582573
dist-tarZ: distdir
583-
@echo WARNING: "Support for distribution archives compressed with" \
584-
"legacy program 'compress' is deprecated." >&2
574+
@echo WARNING: "Support for shar distribution archives is" \
575+
"deprecated." >&2
585576
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
586577
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
587578
$(am__post_remove_distdir)
588579

589580
dist-shar: distdir
590-
@echo WARNING: "Support for shar distribution archives is" \
591-
"deprecated." >&2
581+
@echo WARNING: "Support for distribution archives compressed with" \
582+
"legacy program 'compress' is deprecated." >&2
592583
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
593584
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
594585
$(am__post_remove_distdir)
@@ -624,17 +615,17 @@ distcheck: dist
624615
esac
625616
chmod -R a-w $(distdir)
626617
chmod u+w $(distdir)
627-
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
618+
mkdir $(distdir)/_build $(distdir)/_inst
628619
chmod a-w $(distdir)
629620
test -d $(distdir)/_build || exit 0; \
630621
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
631622
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
632623
&& am__cwd=`pwd` \
633-
&& $(am__cd) $(distdir)/_build/sub \
634-
&& ../../configure \
624+
&& $(am__cd) $(distdir)/_build \
625+
&& ../configure \
635626
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
636627
$(DISTCHECK_CONFIGURE_FLAGS) \
637-
--srcdir=../.. --prefix="$$dc_install_base" \
628+
--srcdir=.. --prefix="$$dc_install_base" \
638629
&& $(MAKE) $(AM_MAKEFLAGS) \
639630
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
640631
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -811,8 +802,6 @@ uninstall-am:
811802
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
812803
uninstall-am
813804

814-
.PRECIOUS: Makefile
815-
816805

817806
libtool: $(LIBTOOL_DEPS)
818807
$(SHELL) ./config.status libtool

REVISION_HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ However:
3333

3434
1. Sequence/SeqRegexes.hpp -- not working. This will not be fixed until GCC supports <regex>. The function is now currently implemented in a non-regex manner, which is lame, but it works.
3535

36+
## libsequence 1.8.7
37+
38+
* Sliding windows over physical distance now require an end position
39+
* A new unit test was added to test the new sliding window code
40+
* A test un test/UhapsTest.cc was commented out. It is known to fail, but those parts of libsequence are not used yet anywhere else. I'll deal with it later
41+
3642
## libsequence 1.8.6
3743

3844
* Patch for Issue #7

Sequence/Coalescent/Makefile.in

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.15 from Makefile.am.
1+
# Makefile.in generated by automake 1.14.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -15,17 +15,7 @@
1515
@SET_MAKE@
1616

1717
VPATH = @srcdir@
18-
am__is_gnu_make = { \
19-
if test -z '$(MAKELEVEL)'; then \
20-
false; \
21-
elif test -n '$(MAKE_HOST)'; then \
22-
true; \
23-
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24-
true; \
25-
else \
26-
false; \
27-
fi; \
28-
}
18+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
2919
am__make_running_with_option = \
3020
case $${target_option-} in \
3121
?) ;; \
@@ -88,15 +78,15 @@ POST_UNINSTALL = :
8878
build_triplet = @build@
8979
host_triplet = @host@
9080
subdir = Sequence/Coalescent
81+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82+
$(pkginclude_HEADERS)
9183
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9284
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdxx_11.m4 \
9385
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
9486
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
9587
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
9688
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9789
$(ACLOCAL_M4)
98-
DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \
99-
$(am__DIST_COMMON)
10090
mkinstalldirs = $(install_sh) -d
10191
CONFIG_HEADER = $(top_builddir)/config.h
10292
CONFIG_CLEAN_FILES =
@@ -185,7 +175,6 @@ am__define_uniq_tagged_files = \
185175
ETAGS = etags
186176
CTAGS = ctags
187177
DIST_SUBDIRS = $(SUBDIRS)
188-
am__DIST_COMMON = $(srcdir)/Makefile.in
189178
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190179
am__relativize = \
191180
dir0=`pwd`; \
@@ -362,6 +351,7 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
362351
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Sequence/Coalescent/Makefile'; \
363352
$(am__cd) $(top_srcdir) && \
364353
$(AUTOMAKE) --gnu Sequence/Coalescent/Makefile
354+
.PRECIOUS: Makefile
365355
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366356
@case '$?' in \
367357
*config.status*) \
@@ -681,8 +671,6 @@ uninstall-am: uninstall-pkgincludeHEADERS
681671
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
682672
uninstall-am uninstall-pkgincludeHEADERS
683673

684-
.PRECIOUS: Makefile
685-
686674

687675
# Tell versions [3.59,3.63) of GNU make to not export all variables.
688676
# Otherwise a system limit (for SysV at least) may be exceeded.

Sequence/Coalescent/bits/Makefile.in

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.15 from Makefile.am.
1+
# Makefile.in generated by automake 1.14.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -15,17 +15,7 @@
1515
@SET_MAKE@
1616

1717
VPATH = @srcdir@
18-
am__is_gnu_make = { \
19-
if test -z '$(MAKELEVEL)'; then \
20-
false; \
21-
elif test -n '$(MAKE_HOST)'; then \
22-
true; \
23-
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24-
true; \
25-
else \
26-
false; \
27-
fi; \
28-
}
18+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
2919
am__make_running_with_option = \
3020
case $${target_option-} in \
3121
?) ;; \
@@ -88,15 +78,15 @@ POST_UNINSTALL = :
8878
build_triplet = @build@
8979
host_triplet = @host@
9080
subdir = Sequence/Coalescent/bits
81+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82+
$(pkginclude_HEADERS)
9183
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9284
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdxx_11.m4 \
9385
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
9486
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
9587
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
9688
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9789
$(ACLOCAL_M4)
98-
DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \
99-
$(am__DIST_COMMON)
10090
mkinstalldirs = $(install_sh) -d
10191
CONFIG_HEADER = $(top_builddir)/config.h
10292
CONFIG_CLEAN_FILES =
@@ -168,7 +158,6 @@ am__define_uniq_tagged_files = \
168158
done | $(am__uniquify_input)`
169159
ETAGS = etags
170160
CTAGS = ctags
171-
am__DIST_COMMON = $(srcdir)/Makefile.in
172161
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173162
pkgincludedir = $(prefix)/include/Sequence/Coalescent/bits
174163
ACLOCAL = @ACLOCAL@
@@ -313,6 +302,7 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
313302
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Sequence/Coalescent/bits/Makefile'; \
314303
$(am__cd) $(top_srcdir) && \
315304
$(AUTOMAKE) --gnu Sequence/Coalescent/bits/Makefile
305+
.PRECIOUS: Makefile
316306
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317307
@case '$?' in \
318308
*config.status*) \
@@ -559,8 +549,6 @@ uninstall-am: uninstall-pkgincludeHEADERS
559549
ps ps-am tags tags-am uninstall uninstall-am \
560550
uninstall-pkgincludeHEADERS
561551

562-
.PRECIOUS: Makefile
563-
564552

565553
# Tell versions [3.59,3.63) of GNU make to not export all variables.
566554
# Otherwise a system limit (for SysV at least) may be exceeded.

Sequence/Makefile.in

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.15 from Makefile.am.
1+
# Makefile.in generated by automake 1.14.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -15,17 +15,7 @@
1515
@SET_MAKE@
1616

1717
VPATH = @srcdir@
18-
am__is_gnu_make = { \
19-
if test -z '$(MAKELEVEL)'; then \
20-
false; \
21-
elif test -n '$(MAKE_HOST)'; then \
22-
true; \
23-
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24-
true; \
25-
else \
26-
false; \
27-
fi; \
28-
}
18+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
2919
am__make_running_with_option = \
3020
case $${target_option-} in \
3121
?) ;; \
@@ -88,15 +78,15 @@ POST_UNINSTALL = :
8878
build_triplet = @build@
8979
host_triplet = @host@
9080
subdir = Sequence
81+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82+
$(pkginclude_HEADERS)
9183
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9284
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdxx_11.m4 \
9385
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
9486
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
9587
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
9688
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9789
$(ACLOCAL_M4)
98-
DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \
99-
$(am__DIST_COMMON)
10090
mkinstalldirs = $(install_sh) -d
10191
CONFIG_HEADER = $(top_builddir)/config.h
10292
CONFIG_CLEAN_FILES =
@@ -185,7 +175,6 @@ am__define_uniq_tagged_files = \
185175
ETAGS = etags
186176
CTAGS = ctags
187177
DIST_SUBDIRS = $(SUBDIRS)
188-
am__DIST_COMMON = $(srcdir)/Makefile.in
189178
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190179
am__relativize = \
191180
dir0=`pwd`; \
@@ -418,6 +407,7 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
418407
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Sequence/Makefile'; \
419408
$(am__cd) $(top_srcdir) && \
420409
$(AUTOMAKE) --gnu Sequence/Makefile
410+
.PRECIOUS: Makefile
421411
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
422412
@case '$?' in \
423413
*config.status*) \
@@ -737,8 +727,6 @@ uninstall-am: uninstall-pkgincludeHEADERS
737727
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
738728
uninstall-am uninstall-pkgincludeHEADERS
739729

740-
.PRECIOUS: Makefile
741-
742730

743731
# Tell versions [3.59,3.63) of GNU make to not export all variables.
744732
# Otherwise a system limit (for SysV at least) may be exceeded.

0 commit comments

Comments
 (0)