Package Details: libccp4 8.0.0-3

Git Clone URL: https://aur.archlinux.org/libccp4.git (read-only, click to copy)
Package Base: libccp4
Description: Protein X-ray crystallography toolkit - Libraries
Upstream URL: http://www.ccp4.ac.uk/
Licenses: GPL
Conflicts: libccp4-bzr
Submitter: Athemis
Maintainer: hgonomeg
Last Packager: hgonomeg
Votes: 3
Popularity: 0.30
First Submitted: 2013-07-24 23:54 (UTC)
Last Updated: 2026-05-14 16:53 (UTC)

Latest Comments

hgonomeg commented on 2026-05-14 00:06 (UTC)

Fails to compile with GCC 16:

ccp4/library_utils.c:151:11: error: too many arguments to function 'putenv'; expected 0, have 1
  151 |   return (putenv (param));
      |           ^~~~~~  ~~~~~
ccp4/library_utils.c:143:7: note: declared here
  143 |   int putenv ();
      |       ^~~~~~

Needs additional C compiler flags: std=gnu17 Fortran compiler flags: -std=f2008 -fallow-argument-mismatch