Package Details: libcint 6.1.2-3

Git Clone URL: https://aur.archlinux.org/libcint.git (read-only, click to copy)
Package Base: libcint
Description: General GTO integrals for quantum chemistry
Upstream URL: https://github.com/sunqm/libcint
Licenses: Apache-2.0
Provides: libcint
Submitter: katherlee
Maintainer: chillenb (Tenshi65535)
Last Packager: chillenb
Votes: 3
Popularity: 0.000823
First Submitted: 2017-12-18 21:51 (UTC)
Last Updated: 2025-06-09 14:56 (UTC)

Dependencies (5)

Sources (1)

Latest Comments

MarcusTL12 commented on 2025-06-10 10:21 (UTC) (edited on 2025-06-10 10:31 (UTC) by MarcusTL12)

@chillenb Thanks! It compiles now. I also updated my PR on the libcint repo to use the CMAKE_C_STANDARD=99 flag insted.

chillenb commented on 2025-06-09 15:01 (UTC)

@MarcusTL12 Should be fixed now! I set CMAKE_C_STANDARD=99 and it compiles.

MarcusTL12 commented on 2025-06-09 12:42 (UTC)

This does not build with gcc-15 due to the default C standard being updated. Adding the flag -DCMAKE_C_FLAGS=-std=gnu17 works, would this be possible to add?

chillenb commented on 2024-07-20 20:34 (UTC)

@hongchengni Thanks! Fixed now.

hongchengni commented on 2024-07-17 08:11 (UTC)

Version 6.1.2-1: In PKGBUILD, a line 'cd "$pkgname-$pkgver"' is missing in package()

Tenshi65535 commented on 2023-01-10 12:17 (UTC) (edited on 2023-01-10 12:24 (UTC) by Tenshi65535)

Thanks for the feedback, curlywei. The dependency has been fixed.

curlywei commented on 2023-01-01 14:56 (UTC) (edited on 2023-01-01 14:59 (UTC) by curlywei)

Hi: 'gcc-fortran' is necessary package when building this AUR after version 5.1.7-1. Please update make dependencies for it, thanks!