Package Details: libclipper 2.1.20260505-5

Git Clone URL: https://aur.archlinux.org/libclipper.git (read-only, click to copy)
Package Base: libclipper
Description: A set of object-oriented libraries for the organisation of crystallographic data
Upstream URL: http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html
Licenses: LGPL
Submitter: Athemis
Maintainer: hgonomeg
Last Packager: hgonomeg
Votes: 1
Popularity: 0.33
First Submitted: 2019-09-13 12:17 (UTC)
Last Updated: 2026-05-14 17:02 (UTC)

Latest Comments

hgonomeg commented on 2026-05-13 23:31 (UTC) (edited on 2026-05-13 23:31 (UTC) by hgonomeg)

Does not compile with GCC 16. Needs a little patch:

cif/cif_data_io.cpp: In member function 'int clipper::CIFfile::set_cell_symm_reso_by_kludge(std::string)':
cif/cif_data_io.cpp:860:16: error: no match for 'operator>>' (operand types are 'std::ifstream' {aka 'std::basic_ifstream<char>'} and 'char*')
  860 |    while (from >> &word[0]) {
      |           ~~~~ ^~ ~~~~~~~~
      |           |       |
      |           |       char*
      |           std::ifstream {aka std::basic_ifstream<char>}
  • there are 27 candidates
    cif/cif_data_io.cpp:860:16:
      860 |    while (from >> &word[0]) {
          |           ~~~~~^~~~~~~~~~~