Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

spglib-devel-2.2.0-1.3 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: spglib-devel Distribution: openSUSE Tumbleweed
Version: 2.2.0 Vendor: openSUSE
Release: 1.3 Build date: Sat Feb 3 00:34:53 2024
Group: Development/Libraries/C and C++ Build host: i03-ch2b
Size: 173289 Source RPM: spglib-2.2.0-1.3.src.rpm
Packager: http://bugs.opensuse.org
Url: https://spglib.github.io/spglib/
Summary: Development files for spglib/libsymspg
Spglib is a C library to find and handle crystal symmetries.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Jan 06 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - update to 2.2.0:
    * Breaking Changes:
      + refactor(database): standardize Hall symbols
    * New Features:
      + Increase max attempts for reduced cells
    * Bug fixes:
      fix: Fortran pkg-config file
    * Documentation
      + Improve release documentation
  - update to 2.1.0:
    * Breaking Changes:
      + Fortran spg get symmetry with site tensors
    * New Features:
      + Add setup.cfg for python interface
      + Add layer group python interface
      + Improve cmake build
      + Move to pyproject.toml build
      + Add fortran tests and clean cmake
      + Add fortran interface test
      + Readthedocs
      + Change SPGCONST to const
      + Initial refactor for layer group implementation
      + tests: Refactor testing framework
    * Bug fixes:
      + Fix a bug in layer groups
      + fix(layergroup): fix unique axis of monocli system
      + Validate type of MSG
      + Ensure thread-safety
      + Various fixes
    * Documentation:
      + Update examples in C and Fortran
      + Clean up and documentation fix
  - Enable unit tests
* Sat Dec 03 2022 Dirk Müller <dmueller@suse.com>
  - update to 2.0.2:
    * Fix segmentation fault in spgms_get_symmetry_with_site_tensors with high symprec
    * Fix possible segmentation fault in get_magnetic_dataset with high symprec
* Sun Sep 11 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to version 2.0.1:
    See https://spglib.github.io/spglib/releases.html
  - Drop upstreamed 0001-Install-spglib-pkgconfig-into-LIBDIR.patch
* Sun Aug 07 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.16.5:
    * Maintenance release including many minor fixes and improvements
    * Bug fix of issue #157
  - add 0001-Install-spglib-pkgconfig-into-LIBDIR.patch to fix
    pkgconfig installation location
* Mon Dec 20 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.16.3:
    * Collection of fixes and improvements.
    * Fix wyckoff position database.
    * Fix Delaunay reduction.
    * Improvements of fortran interface.
    * Added standardize_cell to fortran interface.
* Sat Jul 17 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.16.1:
    * Bug fix of fortran wrapper.
    * Minor update. Symmetry operations in spg_database.c for
      Hall numbers 212, 213, 214 are re-ordered to start by identity
      operation.
  - drop 0001-Fix-CMakeLists.txt.patch (upstream)
* Fri Feb 28 2020 andy great <andythe_great@pm.me>
  - Fix "env-script-interpreter" rpmlint warning
* Fri Feb 28 2020 andy great <andythe_great@pm.me>
  - Clean spec file.
* Thu Feb 13 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Build and package python3 bindings.
  - Switch to cmake build, autoconf will be removed in the
    next version.
    * Add 0001-Fix-CMakeLists.txt.patch
* Thu Feb 13 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to version 1.14.1
    * Version number increment just to release pypi package.
  - Update to version 1.14
    * Improvement against cyclic point change over applying
      standardizaion repeatedly.
  - Update to version 1.13
    * Fix Issue#57 of SeekPath: Standardizations of choices of a,b,c
      axes for Cmma (67), Ccca(68), Ibca(73), Imma(74) were fixed.
      For monoclinic systems, lengths of non-unique axes are now
      checked by an exhaustive way.
    * Issue#79: Treatment of ir-kpoint search for special cases with
      three fold rotation (e.g., hexagonal or primitive FCC).
  - Update to version 1.12.2
    * Minor release for memory leak fix (PR#71).
  - Update to version 1.12.1
    * Bug fix of PR #70. #include <stddef.h> is inserted. In
      principle, this line is necessary to compile.
  - Update to version 1.12.2
    * After this minor version, addition of new features will be
      stopped until version 2.0 will be released.
    * Experimental support of site symmetry symbols.
    * Comparisons of basis vector lengths are more carefully done
      for letting them work for different computer architectures to
      treat very small numerical different that is close to the
      machine precision.
    * Similarly, MOD-Z operation (bring values x inside the rage of
      0<= x < 1) is now done considering the difference of machine
      precision.
    * To enable dense k-point mesh sampling, integer types of
      variables that represent grid point indices were changed from
      int to size_t.
  - Update to version 1.11.2
    * Bug fix. Again, origin shift was still not correctly computed
      when the standardized basis vectors are rotated in this method
      to find most similar choice of basis vectors to the idealized
      ones.
  - Update to version 1.11.1
    * Bug fix. Origin shift was not correctly computed when the
      standardized basis vectors are rotated in this method to find
      most similar choice of basis vectors to the idealized ones.
      This bug affected to 'origin_shift' and 'std_positions' in
      spglib dataset and the functions 'spg_standardize_cell',
      'spg_find_primitive', and 'spg_refine_cell'.
  - Update to version 1.11.0
    * This looks for a similar choice of starndardized basis vectors
      to that of idealized starndardized basis vectors among those
      generated by proper symmetry operations.
    * This computes a rigid rotation matrix introduced
      in the idealization step. The rotation is made to agree a-axes
      and a-b planes between systems before and after idealization.
  - Update to version 1.10.4
    * Collection of minor fixes.
      A text on spglib algorithm is prepared for this version. This
      text will be available soon at arXiv. To be consistent between
      text and code, the code refactoring was made.
  - Update to version 1.10.3
    * New algorithm to search translation part of space group
      operation is implmented by Michael Lamparski to improving the
      search speed especially for large unit cell systems. For this,
      new files 'overlap.*' are added and so the version number is
      incremented.
  - Update to version 1.10.2
    * Automake didn't work due to the lack of determination.{c,h}
      lines. This was fixed.
  - Update to version 1.10.1
    * A large refactoring was made to replace the outer-most
      iteration loop of symmetry search algorithm to a new file
      'determination.c'.
    * These routines had accessed directly to a function close to
      spacegroup.c. Now these are replaced by passing through
      'get_dataset'.
  - Update to version 1.10.0
    * 'mapping_to_primitive' and 'std_mapping_to_primitive' in the
      spglib dataset are put available on the spglib
      document. 'spg_get_hall_number_from_symmetry' function
      ('get_hall_number_from_symmetry' method for python) is also
  - Update to version 1.9.10
    * Pure translation search is made faster using a property of
      group, which is significantly effective for supercells with
      large multiplicity.

Files

/usr/include/spglib.h
/usr/lib/cmake/Spglib
/usr/lib/cmake/Spglib/PackageCompsHelper.cmake
/usr/lib/cmake/Spglib/SpglibConfig.cmake
/usr/lib/cmake/Spglib/SpglibConfigVersion.cmake
/usr/lib/cmake/Spglib/SpglibTargets_shared-relwithdebinfo.cmake
/usr/lib/cmake/Spglib/SpglibTargets_shared.cmake
/usr/lib/libsymspg.so
/usr/lib/pkgconfig/spglib.pc
/usr/share/doc/packages/spglib-devel
/usr/share/doc/packages/spglib-devel/example
/usr/share/doc/packages/spglib-devel/example/.fmf
/usr/share/doc/packages/spglib-devel/example/.fmf/version
/usr/share/doc/packages/spglib-devel/example/README.md
/usr/share/doc/packages/spglib-devel/example/c_api
/usr/share/doc/packages/spglib-devel/example/c_api/CMakeLists.txt
/usr/share/doc/packages/spglib-devel/example/c_api/README.md
/usr/share/doc/packages/spglib-devel/example/c_api/example.c
/usr/share/doc/packages/spglib-devel/example/c_api/example_full.c
/usr/share/doc/packages/spglib-devel/example/c_api/frequency.dat
/usr/share/doc/packages/spglib-devel/example/c_api/main.fmf
/usr/share/doc/packages/spglib-devel/example/fortran_api
/usr/share/doc/packages/spglib-devel/example/fortran_api/CMakeLists.txt
/usr/share/doc/packages/spglib-devel/example/fortran_api/README.md
/usr/share/doc/packages/spglib-devel/example/fortran_api/example.F90
/usr/share/doc/packages/spglib-devel/example/fortran_api/example_full.F90
/usr/share/doc/packages/spglib-devel/example/fortran_api/main.fmf
/usr/share/doc/packages/spglib-devel/example/main.fmf
/usr/share/doc/packages/spglib-devel/example/python_api
/usr/share/doc/packages/spglib-devel/example/python_api/README.md
/usr/share/doc/packages/spglib-devel/example/python_api/example.py
/usr/share/doc/packages/spglib-devel/example/python_api/example_full.py
/usr/share/doc/packages/spglib-devel/example/python_api/main.fmf
/usr/share/doc/packages/spglib-devel/example/test.sh
/usr/share/doc/packages/spglib-devel/ruby
/usr/share/doc/packages/spglib-devel/ruby/README.md
/usr/share/doc/packages/spglib-devel/ruby/extconf.rb
/usr/share/doc/packages/spglib-devel/ruby/getspg.c
/usr/share/doc/packages/spglib-devel/ruby/poscar.rb
/usr/share/doc/packages/spglib-devel/ruby/poscar2findsym.rb
/usr/share/doc/packages/spglib-devel/ruby/symPoscar.rb


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 21:38:35 2024