gnu: vsearch: Update to 2.9.1.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.9.1. * gnu/packages/patches/vsearch-unbundle-cityhash.patch: Update.
This commit is contained in:
		
							parent
							
								
									15c9609482
								
							
						
					
					
						commit
						86c6928ea3
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		|  | @ -6825,7 +6825,7 @@ SELECT or UPDATE queries to an end-point.") | ||||||
| (define-public vsearch | (define-public vsearch | ||||||
|   (package |   (package | ||||||
|     (name "vsearch") |     (name "vsearch") | ||||||
|     (version "2.8.0") |     (version "2.9.1") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -6835,7 +6835,7 @@ SELECT or UPDATE queries to an end-point.") | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0lrw6n75gmqkxl053yi2pwwvnzwf1r79ypzxgv6m0kw6df5fwv6r")) |          "0vhrpjfdf75ba04b24xknp41790cvcgwl0vgpy7qbzj5xh2521ss")) | ||||||
|        (patches (search-patches "vsearch-unbundle-cityhash.patch")) |        (patches (search-patches "vsearch-unbundle-cityhash.patch")) | ||||||
|        (snippet |        (snippet | ||||||
|         '(begin |         '(begin | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ index e56a8a2..4adcc48 100644 | ||||||
|  if TARGET_PPC |  if TARGET_PPC | ||||||
|  AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -mcpu=power8 |  AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -mcpu=power8 | ||||||
|  else |  else | ||||||
| -AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g
 | -AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -march=x86-64 -mtune=generic
 | ||||||
| +AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -lcityhash
 | +AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -lcityhash
 | ||||||
|  endif |  endif | ||||||
|   |   | ||||||
|  | @ -39,7 +39,7 @@ index e56a8a2..4adcc48 100644 | ||||||
| -
 | -
 | ||||||
|  if TARGET_WIN |  if TARGET_WIN | ||||||
|   |   | ||||||
| -libcityhash_a_CXXFLAGS = -Wall -Wno-sign-compare -O3 -g -D_MSC_VER
 | -libcityhash_a_CXXFLAGS = $(AM_CXXFLAGS) -Wno-sign-compare -D_MSC_VER
 | ||||||
| -__top_builddir__bin_vsearch_LDFLAGS = -static
 | -__top_builddir__bin_vsearch_LDFLAGS = -static
 | ||||||
| -__top_builddir__bin_vsearch_LDADD = libregex.a libcityhash.a libcpu_ssse3.a libcpu_sse2.a
 | -__top_builddir__bin_vsearch_LDADD = libregex.a libcityhash.a libcpu_ssse3.a libcpu_sse2.a
 | ||||||
| +__top_builddir__bin_vsearch_LDFLAGS = -static -lcityhash
 | +__top_builddir__bin_vsearch_LDFLAGS = -static -lcityhash
 | ||||||
|  | @ -47,7 +47,7 @@ index e56a8a2..4adcc48 100644 | ||||||
|   |   | ||||||
|  else |  else | ||||||
|   |   | ||||||
| -libcityhash_a_CXXFLAGS = -Wall -Wno-sign-compare -O3 -g
 | -libcityhash_a_CXXFLAGS = $(AM_CXXFLAGS) -Wno-sign-compare
 | ||||||
| -
 | -
 | ||||||
|  if TARGET_PPC |  if TARGET_PPC | ||||||
| -__top_builddir__bin_vsearch_LDADD = libcityhash.a libcpu.a
 | -__top_builddir__bin_vsearch_LDADD = libcityhash.a libcpu.a
 | ||||||
|  |  | ||||||
		Reference in a new issue