summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-12-22 18:43:51 +0100
committerGard Spreemann <gspr@nonempty.org>2020-12-22 18:43:51 +0100
commit269d212154a857e826d4e554b60d5df655be57c6 (patch)
tree37927160c61dd82de7ba143036c9d3da10965675
parent11c522cff6f3abf5d41e4eb095a5741af2fe3ae1 (diff)
Alphabetically order entries.
-rw-r--r--debian/control50
1 files changed, 25 insertions, 25 deletions
diff --git a/debian/control b/debian/control
index c3d9fb18..a3a7e2d9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,11 @@ Homepage: https://cnugteren.github.io/clblast/clblast.html
Vcs-Browser: https://git.nonempty.org/debian-clblast
Vcs-Git: https://git.nonempty.org/debian-clblast -b debian/sid
-Package: libclblast1
-Section: libs
+Package: clblast-tests
+Section: math
Architecture: any
-Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Tuned OpenCL BLAS library
+Description: Tests for CLBlast
CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS
library written in C++11. It is designed to leverage the full
performance potential of a wide variety of OpenCL devices from
@@ -25,17 +24,14 @@ Description: Tuned OpenCL BLAS library
and other accelerators. CLBlast implements BLAS routines: basic
linear algebra subprograms operating on vectors and matrices.
.
- This package provides the shared library.
+ This package provides tests and benchmarks against other BLAS
+ implementations.
-Package: libclblast-dev
-Section: libdevel
+Package: clblast-utils
+Section: math
Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
- libclblast1 (= ${binary:Version}),
- ocl-icd-opencl-dev | opencl-dev
-Suggests: liblbfgsb-doc, liblbfgsb-examples
-Description: Tuned OpenCL BLAS library (development files)
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Utilities for CLBlast
CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS
library written in C++11. It is designed to leverage the full
performance potential of a wide variety of OpenCL devices from
@@ -43,13 +39,15 @@ Description: Tuned OpenCL BLAS library (development files)
and other accelerators. CLBlast implements BLAS routines: basic
linear algebra subprograms operating on vectors and matrices.
.
- This package provides the static library and headers.
+ This package provides utilities for tuning the implementation for
+ specific hardware.
-Package: clblast-tests
-Section: math
+Package: libclblast1
+Section: libs
Architecture: any
+Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Tests for CLBlast
+Description: Tuned OpenCL BLAS library
CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS
library written in C++11. It is designed to leverage the full
performance potential of a wide variety of OpenCL devices from
@@ -57,14 +55,17 @@ Description: Tests for CLBlast
and other accelerators. CLBlast implements BLAS routines: basic
linear algebra subprograms operating on vectors and matrices.
.
- This package provides tests and benchmarks against other BLAS
- implementations.
+ This package provides the shared library.
-Package: clblast-utils
-Section: math
+Package: libclblast-dev
+Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Utilities for CLBlast
+Multi-Arch: same
+Depends: ${misc:Depends},
+ libclblast1 (= ${binary:Version}),
+ ocl-icd-opencl-dev | opencl-dev
+Suggests: liblbfgsb-doc, liblbfgsb-examples
+Description: Tuned OpenCL BLAS library (development files)
CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS
library written in C++11. It is designed to leverage the full
performance potential of a wide variety of OpenCL devices from
@@ -72,5 +73,4 @@ Description: Utilities for CLBlast
and other accelerators. CLBlast implements BLAS routines: basic
linear algebra subprograms operating on vectors and matrices.
.
- This package provides utilities for tuning the implementation for
- specific hardware.
+ This package provides the static library and headers.