1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272
|
Source: scalapack
Section: devel
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Muammar El Khatib <muammar@debian.org>
Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13),
cmake,
mpi-default-dev (>= 1.17),
mpi-default-bin,
libopenmpi-dev [!armel !armhf !i386 !hurd-i386 !hppa !m68k !powerpc !sh4 !x32],
mpich, libmpich-dev,
gfortran,
libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so,
liblapack-dev | libopenblas-dev | libatlas-base-dev | liblapack.so,
libblas64-dev [!armel !armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32]
| libopenblas64-dev [!armel !armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32]
| libatlas64-base-dev [!armel !armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32]
| libblas64.so [!armel !armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32],
liblapack64-dev [!armel !armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32]
| libopenblas64-dev [!armel !armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32]
| libatlas64-base-dev [!armel !armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32]
| liblapack64.so [!armel !armhf !i386 !hppa !hurd-i386 !m68k !powerpc !sh4 !x32],
pkgconf,
bc,
chrpath
Homepage: https://www.netlib.org/scalapack/
Vcs-Git: https://salsa.debian.org/science-team/scalapack.git
Vcs-Browser: https://salsa.debian.org/science-team/scalapack
Package: libscalapack-openmpi2.2
Section: libs
Architecture: alpha amd64 arm64 hurd-amd64 ia64 kfreebsd-amd64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64
Multi-Arch: same
Depends: mpi-default-bin, ${shlibs:Depends}, ${misc:Depends}
Conflicts: scalapack2-mpich
Breaks: libscalapack-mpi1 (<< 1.8.0-9.1)
Replaces: scalapack1-mpich, libscalapack-mpi1 (<< 1.8.0-9.1)
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - Shared libs for OpenMPI
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries (this one), for the
static libraries and the development files and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This package supports the OpenMPI implementation of MPI.
Package: libscalapack-mpich2.2
Section: libs
Architecture: any
Multi-Arch: same
Depends: mpi-default-bin, ${shlibs:Depends}, ${misc:Depends}
Conflicts: scalapack2-mpich
Breaks: libscalapack-mpi1 (<< 1.8.0-9.1)
Replaces: scalapack1-mpich, libscalapack-mpi1 (<< 1.8.0-9.1)
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - Shared libs for MPICH
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries (this one), for the
static libraries and the development files and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This package supports the MPICH implementation of MPI.
Package: libscalapack-mpi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${scalapack-mpi-dev}, mpi-default-dev, ${misc:Depends}
Replaces: libblacs-mpi-dev
Provides: libblacs-mpi-dev
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - Dev files for MPI
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries, for the static libraries and
the development files (this one) and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This is a dummy package which depends on the scalapack development package
supporting the default implementation of MPI on this architecture.
Package: libscalapack-mpich-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libscalapack-mpich2.2 (= ${binary:Version}), ${misc:Depends}
Breaks: libscalapack-mpi-dev (<< 2.0.2-1)
Replaces: libblacs-mpi-dev
Provides: libblacs-mpi-dev
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - Dev files for MPICH
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries, for the static libraries and
the development files (this one) and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
.
This package supports the MPICH implementation of MPI.
Package: libscalapack-openmpi-dev
Section: libdevel
Architecture: alpha amd64 arm64 hurd-amd64 ia64 kfreebsd-amd64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64
Multi-Arch: same
Depends: libscalapack-openmpi2.2 (= ${binary:Version}), ${misc:Depends}
Breaks: libscalapack-mpi-dev (<< 2.0.2-1)
Replaces: libblacs-mpi-dev
Provides: libblacs-mpi-dev
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - Dev files for OpenMPI
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries, for the static libraries and
the development files (this one) and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This package supports the OpenMPI implementation of MPI.
Package: libscalapack64-openmpi2.2
Section: libs
Architecture: alpha amd64 arm64 hurd-amd64 ia64 kfreebsd-amd64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64
Multi-Arch: same
Depends: mpi-default-bin, ${shlibs:Depends}, ${misc:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - 64-bit Shared libs for OpenMPI
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries (this one), for the
static libraries and the development files and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This package provides 64 bit integer support and uses the OpenMPI
implementation of MPI.
Package: libscalapack64-mpich2.2
Section: libs
Architecture: any
Multi-Arch: same
Depends: mpi-default-bin, ${shlibs:Depends}, ${misc:Depends}
Conflicts: scalapack2-mpich
Breaks: libscalapack-mpi1 (<< 1.8.0-9.1)
Replaces: scalapack1-mpich, libscalapack-mpi1 (<< 1.8.0-9.1)
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - 64-bit Shared libs for MPICH
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries (this one), for the
static libraries and the development files and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This package provides 64 bit integer support and uses the MPICH
implementation of MPI.
Package: libscalapack64-mpi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${scalapack64-mpi-dev}, mpi-default-dev, ${misc:Depends}
Replaces: libblacs-mpi-dev
Provides: libblacs-mpi-dev
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - 64-bit Dev files for MPI
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries, for the static libraries and
the development files (this one) and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This is a dummy package which depends on the scalapack development package
supporting the default implementation of MPI on this architecture and
providing 64 bit integer support.
Package: libscalapack64-mpich-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libscalapack64-mpich2.2 (= ${binary:Version}), ${misc:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - 64-bit Dev files for MPICH
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries, for the static libraries and
the development files (this one) and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
Also included: PBLAS, Parallel Basic Linear Algebra Subprograms.
.
This package provides 64 bit integer support and uses the MPICH
implementation of MPI.
Package: libscalapack64-openmpi-dev
Section: libdevel
Architecture: alpha amd64 arm64 hurd-amd64 ia64 kfreebsd-amd64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64
Multi-Arch: same
Depends: libscalapack64-openmpi2.2 (= ${binary:Version}), ${misc:Depends}
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - 64-bit Dev files for OpenMPI
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
There are packages for the shared libraries, for the static libraries and
the development files (this one) and for test programs.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This package provides 64 bit integer support and uses the OpenMPI
implementation of MPI.
Package: scalapack-mpi-test
Section: math
Architecture: any
Multi-Arch: same
Depends: scalapack-test-common, ${shlibs:Depends}, ${misc:Depends}
Recommends: cmake
Conflicts: scalapack-mpich-test
Replaces: scalapack-mpich-test, blacs-mpi-test
Provides: scalapack-mpich-test, blacs-mpi-test
Suggests: scalapack-doc
Description: Scalable Linear Algebra Package - Test files for MPI
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This package contains ScaLAPACK, PBLAS and BLACS test programs.
Package: scalapack-test-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Replaces: blacs-test-common
Provides: blacs-test-common
Suggests: scalapack-mpi-test
Description: Test data for ScaLAPACK testers
ScaLAPACK is the parallel version of LAPACK used on clusters.
.
Also included:
- PBLAS, Parallel Basic Linear Algebra Subprograms
- BLACS, Basic Linear Algebra Communication Subprograms
.
This package contains data files used by test programs.
|