[med-svn] [lambda-align] 01/05: New upstream version 1.0.2
Sascha Steinbiss
satta at debian.org
Fri Jun 30 06:56:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository lambda-align.
commit a066562d434c08833ef532daba1713638986825d
Author: Sascha Steinbiss <satta at debian.org>
Date: Fri Jun 30 07:53:39 2017 +0200
New upstream version 1.0.2
---
.travis.yml | 23 ++++++++++++++---------
src/CMakeLists.txt | 8 +++++---
2 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 8710ee5..b43a549 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,10 @@ before_install:
- test $(uname) = "Linux" && sudo apt-get update -y || true
- test $(uname) = "Linux" && sudo apt-get install -qq -y g++-4.9 g++-5 g++-6 clang-3.8 clang-3.9 cmake cmake-data zlib1g-dev libbz2-dev || true
- test $(uname) = "Darwin" && brew update || true
- - test $(uname) = "Darwin" && brew tap homebrew/versions || true
- - test $(uname) = "Darwin" && brew install gcc5 || true
- - test $(uname) = "Darwin" && brew install gcc6 || true
+ - test $(uname) = "Darwin" && brew install gcc at 4.9 || true
+ #- test $(uname) = "Darwin" && brew install gcc at 5 || true
+ #- test $(uname) = "Darwin" && brew install gcc at 6 || true
+ - test $(uname) = "Darwin" && brew install gcc || true
matrix:
include:
- os: linux
@@ -36,13 +37,17 @@ matrix:
compiler: gcc-4.9
install: export CXX="g++-4.9"
env: CMAKE_ARGS="-DLAMBDA_FASTBUILD=1 -DLAMBDA_STATIC_BUILD=1"
+ #- os: osx
+ #compiler: gcc-5
+ #install: export CXX="g++-5"
+ #env: CMAKE_ARGS="-DLAMBDA_FASTBUILD=1"
+ #- os: osx
+ #compiler: gcc-6
+ #install: export CXX="g++-6"
+ #env: CMAKE_ARGS="-DLAMBDA_FASTBUILD=1"
- os: osx
- compiler: gcc-5
- install: export CXX="g++-5"
- env: CMAKE_ARGS="-DLAMBDA_FASTBUILD=1"
- - os: osx
- compiler: gcc-6
- install: export CXX="g++-6"
+ compiler: gcc-7
+ install: export CXX="g++-7"
env: CMAKE_ARGS="-DLAMBDA_FASTBUILD=1"
#- os: osx
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9cedcd9..f89706a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -13,7 +13,7 @@
# change this after every release
set (SEQAN_APP_VERSION_MAJOR "1")
set (SEQAN_APP_VERSION_MINOR "0")
-set (SEQAN_APP_VERSION_PATCH "1")
+set (SEQAN_APP_VERSION_PATCH "2")
# don't change the following
set (SEQAN_APP_VERSION "${SEQAN_APP_VERSION_MAJOR}.${SEQAN_APP_VERSION_MINOR}.${SEQAN_APP_VERSION_PATCH}")
@@ -134,8 +134,10 @@ message( " LAMBDA_STATIC_BUILD ${LAMBDA_STATIC_BUILD}")
message(STATUS "Run 'cmake -LH' to get a comment on each option.")
message(STATUS "Remove CMakeCache.txt and re-run cmake with -DOPTIONNAME=ON|OFF to change an option.")
-# deactivate the version check until all issues are resolved
-add_definitions (-DSEQAN_DISABLE_VERSION_CHECK="YES")
+# deactivate the version check on broken seqan releases
+if (SEQAN_VERSION_STRING VERSION_LESS "2.3.2")
+ add_definitions (-DSEQAN_DISABLE_VERSION_CHECK="YES")
+endif ()
# ----------------------------------------------------------------------------
# Compiler specifics
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/lambda-align.git
More information about the debian-med-commit
mailing list