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
|
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 (= 12),
dh-python,
gem2deb,
python3-all-dev,
python3-dev,
python3-nose,
python3-numpy,
python3-setuptools (>= 18.0),
python3-yaml (>= 5),
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/science-team/spglib
Vcs-Git: https://salsa.debian.org/science-team/spglib.git
Homepage: https://atztogo.github.io/spglib/
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: libsymspg-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
libsymspg1 (= ${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: libsymspg1
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.
Package: ruby-getspg
Architecture: any
X-DhRuby-Root: ruby
XB-Ruby-Versions: ${ruby:Versions}
Depends:
${misc:Depends},
${shlibs:Depends},
Description: C library for crystal symmetry determination - Ruby 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 Ruby bindings.
|