[Debichem-devel] Bug#1028634: libbtas-dev requires blaspp

Bastian Germann bage at debian.org
Tue Sep 9 11:49:51 BST 2025


Control: tags -1 patch

I am uploading a NMU to fix this.
Please find the debdiff attached.
-------------- next part --------------
diff -Nru btas-1.0.0/debian/changelog btas-1.0.0/debian/changelog
--- btas-1.0.0/debian/changelog	2025-03-30 13:11:02.000000000 +0200
+++ btas-1.0.0/debian/changelog	2025-09-09 12:36:51.000000000 +0200
@@ -1,3 +1,11 @@
+btas (1.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add Depends on libbtas-dev to fulfill CMake declared dependencies.
+    (Closes: #1028634)
+
+ -- Bastian Germann <bage at debian.org>  Tue, 09 Sep 2025 12:36:51 +0200
+
 btas (1.0.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru btas-1.0.0/debian/control btas-1.0.0/debian/control
--- btas-1.0.0/debian/control	2025-03-30 13:05:46.000000000 +0200
+++ btas-1.0.0/debian/control	2025-09-09 12:36:51.000000000 +0200
@@ -20,7 +20,13 @@
 
 Package: libbtas-dev
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libboost-random-dev,
+         libboost-serialization-dev,
+         libblaspp-dev,
+         liblapack-dev,
+         liblapackpp-dev
 Description: Basic Tensor Algebra Subroutines Library (development files)
  BTAS (Basic Tensor Algebra Subroutines) is a library for tensor algebra.
  It is a reference implementation of the Tensor Working Group concept spec.


More information about the Debichem-devel mailing list