[med-svn] [Git][med-team/ncbi-blastplus][master] ncbi-blast+ 2.17.0+ds-4: Properly allow VDB on x32 (#1117023).
Aaron M. Ucko (@ucko)
gitlab at salsa.debian.org
Thu Oct 16 22:26:42 BST 2025
Aaron M. Ucko pushed to branch master at Debian Med / ncbi-blastplus
Commits:
f1d2e764 by Aaron M. Ucko at 2025-10-16T17:24:57-04:00
ncbi-blast+ 2.17.0+ds-4: Properly allow VDB on x32 (#1117023).
- - - - -
2 changed files:
- debian/changelog
- debian/patches/support_x32
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ncbi-blast+ (2.17.0+ds-4) unstable; urgency=medium
+
+ * debian/patches/support_x32: Correctly broaden configure(.ac)'s VDB
+ allow-list. (Closes: #1117023.)
+
+ -- Aaron M. Ucko <ucko at debian.org> Thu, 16 Oct 2025 17:24:56 -0400
+
ncbi-blast+ (2.17.0+ds-3) unstable; urgency=medium
* debian/control: Restrict armv8crc-support dependency to arm64.
=====================================
debian/patches/support_x32
=====================================
@@ -21,7 +21,7 @@ Avoid picking up wrong inline assembly.
darwin*:*86*:* ) vdb_libpath=mac/$vdb_mode/fat86/lib ;;
darwin*:arm* ) vdb_libpath=mac/$vdb_mode/arm64/lib ;;
- linux*:*86*:64 ) vdb_libpath=linux/$vdb_mode/x86_64/lib ;;
-+ linux*:*86*64 ) vdb_libpath=linux/$vdb_mode/x86_64/lib ;;
++ linux*:*86*64* ) vdb_libpath=linux/$vdb_mode/x86_64/lib ;;
linux*:aarch64* ) vdb_libpath=linux/$vdb_mode/arm64/lib ;;
* )
if test -n "$with_vdb"; then
@@ -32,7 +32,7 @@ Avoid picking up wrong inline assembly.
darwin*:*86*:* ) vdb_libpath=mac/$vdb_mode/fat86/lib ;;
darwin*:arm* ) vdb_libpath=mac/$vdb_mode/arm64/lib ;;
- linux*:*86*:64 ) vdb_libpath=linux/$vdb_mode/x86_64/lib ;;
-+ linux*:*86*64 ) vdb_libpath=linux/$vdb_mode/x86_64/lib ;;
++ linux*:*86*64* ) vdb_libpath=linux/$vdb_mode/x86_64/lib ;;
linux*:aarch64* ) vdb_libpath=linux/$vdb_mode/arm64/lib ;;
* )
if test -n "$with_vdb"; then
View it on GitLab: https://salsa.debian.org/med-team/ncbi-blastplus/-/commit/f1d2e7646fe227c19de53c71f695e2a5bee2e8c8
--
View it on GitLab: https://salsa.debian.org/med-team/ncbi-blastplus/-/commit/f1d2e7646fe227c19de53c71f695e2a5bee2e8c8
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/20251016/af884a51/attachment-0001.htm>
More information about the debian-med-commit
mailing list