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
|
Source: spglib
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Section: science
Priority: optional
Build-Depends:
cmake,
debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
gfortran,
libgtest-dev,
moreutils,
pybuild-plugin-pyproject,
python3-all-dev,
python3-build,
python3-numpy,
python3-pathspec,
python3-pyproject-metadata,
python3-pytest <!nocheck>,
python3-scikit-build-core,
python3-setuptools,
python3-setuptools-scm,
python3-yaml (>= 5),
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/science-team/spglib
Vcs-Git: https://salsa.debian.org/science-team/spglib.git
Homepage: https://spglib.github.io/spglib/
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: libspglib-f08-2
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: C library for crystal symmetry determination (Fortran interface)
Spglib is a C library for crystal symmetry determination. Symmetry
operations, space groups and other data can be obtained using this
symmetry finder.
.
Features include:
.
* Identify space-group type
* Find symmetry operations
* Find a primitive cell
* Search irreducible k-points
* Refine crystal structure
* Wyckoff position assignment
.
This package contains Fortran interface.
Package: libspglib-f08-dev
Architecture: any
Section: libdevel
Depends:
libspglib-f08-2 (= ${binary:Version}),
${misc:Depends},
Description: C library for crystal symmetry determination (Fortran development files)
Spglib is a C library for crystal symmetry determination. Symmetry
operations, space groups and other data can be obtained using this
symmetry finder.
.
Features include:
.
* Identify space-group type
* Find symmetry operations
* Find a primitive cell
* Search irreducible k-points
* Refine crystal structure
* Wyckoff position assignment
.
This package contains development files for Fortran interface.
Package: libsymspg-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
libsymspg2 (= ${binary:Version}),
${misc:Depends},
Description: C library for crystal symmetry determination (development files)
Spglib is a C library for crystal symmetry determination. Symmetry
operations, space groups and other data can be obtained using this
symmetry finder.
.
Features include:
.
* Identify space-group type
* Find symmetry operations
* Find a primitive cell
* Search irreducible k-points
* Refine crystal structure
* Wyckoff position assignment
.
This package contains static library and header files.
Package: libsymspg2
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: C library for crystal symmetry determination
Spglib is a C library for crystal symmetry determination. Symmetry
operations, space groups and other data can be obtained using this
symmetry finder.
.
Features include:
.
* Identify space-group type
* Find symmetry operations
* Find a primitive cell
* Search irreducible k-points
* Refine crystal structure
* Wyckoff position assignment
Package: python3-spglib
Architecture: any
Section: python
Depends:
python3-numpy,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
XB-Python-Version: ${python3:Versions}
Provides:
${python3:Provides},
Description: C library for crystal symmetry determination - Python3 bindings
Spglib is a C library for crystal symmetry determination. Symmetry
operations, space groups and other data can be obtained using this
symmetry finder.
.
Features include:
.
* Identify space-group type
* Find symmetry operations
* Find a primitive cell
* Search irreducible k-points
* Refine crystal structure
* Wyckoff position assignment
.
This package contains the Python3 bindings.
|