Skip to content

Commit 27335ce

Browse files
Sync
Update debian recommends
1 parent f345d62 commit 27335ce

4 files changed

Lines changed: 9 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FlexiBLAS - A BLAS and LAPACK wrapper library with runtime exchangeable backends
22
================================================================================
33

4-
**Version 3.4.83** - DOI: 10.5281/zenodo.14764701
4+
**Version 3.4.83-1** - DOI: 10.5281/zenodo.14764701
55

66
**Project Website:** https://www.mpi-magdeburg.mpg.de/projects/flexiblas
77

debian/changelog

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
flexiblas (3.4.80+7) noble; urgency=medium
2-
3-
[ Martin Köhler ]
4-
* 1st prerelease of the 3.5.0 series
5-
6-
[ Your Name ]
7-
* Version 3.4.80+7
8-
9-
-- Your Name <you@example.org> Fri, 08 Aug 2025 10:40:52 +0200
10-
111
flexiblas (3.4.5) focal; urgency=medium
122

133
* New patch release. See CHANGELOG

debian/control.default

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Section: libs
1616
Architecture: any
1717
Multi-Arch: same
1818
Depends: ${shlibs:Depends}, ${misc:Depends}
19+
Recommends: libflexiblas-bin
1920
Description: Flexible and Exchangeable BLAS library.
2021
The FlexiBLAS library is a flexible BLAS wrapper
2122
which allows one to exchange the system wide BLAS
@@ -40,6 +41,7 @@ Section: libs
4041
Architecture: any
4142
Multi-Arch: same
4243
Depends: ${shlibs:Depends}, ${misc:Depends}
44+
Recommends: libflexiblas64-bin
4345
Description: Flexible and Exchangeable BLAS library (64bit integers).
4446
The FlexiBLAS library is a flexible BLAS wrapper
4547
which allows one to exchange the system wide BLAS
@@ -64,7 +66,7 @@ Package: libflexiblas-bin
6466
Section: admin
6567
Architecture: any
6668
Multi-Arch: foreign
67-
Depends: ${shlibs:Depends}, ${misc:Depends}
69+
Depends: libflexiblas3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
6870
Description: Flexible and Exchangeable BLAS library. Management Tool.
6971
The FlexiBLAS library is a flexible BLAS wrapper
7072
which allows one to exchange the system wide BLAS
@@ -89,7 +91,7 @@ Package: libflexiblas64-bin
8991
Section: admin
9092
Architecture: any
9193
Multi-Arch: foreign
92-
Depends: ${shlibs:Depends}, ${misc:Depends}
94+
Depends: libflexiblas64-3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
9395
Description: Flexible and Exchangeable BLAS library. Management Tool. (64bit integers).
9496
The FlexiBLAS library is a flexible BLAS wrapper
9597
which allows one to exchange the system wide BLAS

debian/control.trixie

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Section: libs
1616
Architecture: any
1717
Multi-Arch: same
1818
Depends: ${shlibs:Depends}, ${misc:Depends}
19+
Recommends: libflexiblas-bin
1920
Description: Flexible and Exchangeable BLAS library.
2021
The FlexiBLAS library is a flexible BLAS wrapper
2122
which allows one to exchange the system wide BLAS
@@ -40,6 +41,7 @@ Section: libs
4041
Architecture: any
4142
Multi-Arch: same
4243
Depends: ${shlibs:Depends}, ${misc:Depends}
44+
Recommends: libflexiblas64-bin
4345
Description: Flexible and Exchangeable BLAS library (64bit integers).
4446
The FlexiBLAS library is a flexible BLAS wrapper
4547
which allows one to exchange the system wide BLAS
@@ -64,7 +66,7 @@ Package: libflexiblas-bin
6466
Section: admin
6567
Architecture: any
6668
Multi-Arch: foreign
67-
Depends: ${shlibs:Depends}, ${misc:Depends}
69+
Depends: libflexiblas3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
6870
Description: Flexible and Exchangeable BLAS library. Management Tool.
6971
The FlexiBLAS library is a flexible BLAS wrapper
7072
which allows one to exchange the system wide BLAS
@@ -89,7 +91,7 @@ Package: libflexiblas64-bin
8991
Section: admin
9092
Architecture: any
9193
Multi-Arch: foreign
92-
Depends: ${shlibs:Depends}, ${misc:Depends}
94+
Depends: libflexiblas64-3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
9395
Description: Flexible and Exchangeable BLAS library. Management Tool. (64bit integers).
9496
The FlexiBLAS library is a flexible BLAS wrapper
9597
which allows one to exchange the system wide BLAS

0 commit comments

Comments
 (0)