[med-svn] [Git][med-team/spoa][upstream] New upstream version 4.0.6+ds

Michael R. Crusoe gitlab at salsa.debian.org
Fri Jan 8 12:29:53 GMT 2021



Michael R. Crusoe pushed to branch upstream at Debian Med / spoa


Commits:
b3265c2c by Michael R. Crusoe at 2021-01-08T13:24:45+01:00
New upstream version 4.0.6+ds
- - - - -


3 changed files:

- .travis.yml
- CMakeLists.txt
- README.md


Changes:

=====================================
.travis.yml
=====================================
@@ -34,7 +34,7 @@ matrix:
 
 before_install:
   - eval "${SET_COMPILER}"
-  - git clone https://github.com/google/googletest && cd googletest && mkdir build && cd build
+  - git clone https://github.com/google/googletest && cd googletest && mkdir build && cd build && git checkout 703bd9c
   - cmake -DCMAKE_CXX_FLAGS="-std=c++11" .. && make && sudo make install
   - cd ../../
 


=====================================
CMakeLists.txt
=====================================
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.9)
 
-project(spoa VERSION 4.0.5
+project(spoa VERSION 4.0.6
              LANGUAGES CXX
              DESCRIPTION "Spoa is a c++ library (and tool) for SIMD vectorized partial order alignment.")
 
@@ -61,7 +61,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
 target_link_libraries(${PROJECT_NAME}
   cereal)
 if (BUILD_SHARED_LIBS)
-  set_property(TARGET ${PROJECT_NAME} PROPERTY SOVERSION = "7.0.0")
+  set_property(TARGET ${PROJECT_NAME} PROPERTY SOVERSION "7.0.0")
 endif ()
 
 if (spoa_generate_dispatch)


=====================================
README.md
=====================================
@@ -1,7 +1,7 @@
 # Spoa
 
 [![Latest GitHub release](https://img.shields.io/github/release/rvaser/spoa.svg)](https://github.com/rvaser/spoa/releases/latest)
-[![Build status for gcc/clang](https://travis-ci.org/rvaser/spoa.svg?branch=master)](https://travis-ci.org/rvaser/spoa)
+[![Build status for gcc/clang](https://travis-ci.com/rvaser/spoa.svg?branch=master)](https://travis-ci.com/rvaser/spoa)
 [![Published in Genome Research](https://img.shields.io/badge/published%20in-Genome%20Research-blue.svg)](https://doi.org/10.1101/gr.214270.116)
 
 Spoa (SIMD POA) is a c++ implementation of the partial order alignment (POA) algorithm (as described in 10.1093/bioinformatics/18.3.452) which is used to generate consensus sequences (as described in 10.1093/bioinformatics/btg109). It supports three alignment modes: local (Smith-Waterman), global (Needleman-Wunsch) and semi-global alignment (overlap), and three gap modes: linear, affine and convex (piecewise affine). It also supports Intel SSE4.1+ and AVX2 vectorization (marginally faster due to high latency shifts), [SIMDe](https://github.com/simd-everywhere/simde) and dispatching.



View it on GitLab: https://salsa.debian.org/med-team/spoa/-/commit/b3265c2c707cad0a3f047f13b23290522c517628

-- 
View it on GitLab: https://salsa.debian.org/med-team/spoa/-/commit/b3265c2c707cad0a3f047f13b23290522c517628
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210108/0e445fdc/attachment-0001.html>


More information about the debian-med-commit mailing list