Search Criteria
Package Details: libint2 2.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libint2.git (read-only, click to copy) |
---|---|
Package Base: | libint2 |
Description: | A high-performance library for computing Gaussian integrals in quantum mechanics |
Upstream URL: | https://github.com/evaleev/libint |
Keywords: | basis chemistry electron evaluation gaussian integral quantum repulsion |
Licenses: | GPL-3.0-only, LGPL-3.0-only |
Submitter: | aoleynichenko |
Maintainer: | a.kudelin |
Last Packager: | TrialnError |
Votes: | 5 |
Popularity: | 0.170350 |
First Submitted: | 2017-01-23 15:49 (UTC) |
Last Updated: | 2024-06-09 20:57 (UTC) |
Dependencies (5)
- boost (boost-gitAUR)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
1 2 Next › Last »
jahiy commented on 2023-10-18 06:48 (UTC)
The code
cmake --build . check
in PKGBUILD doesn't work.cmake --build . --target check
works well for me.Tenshi65535 commented on 2022-12-08 05:42 (UTC)
Libint v2.7.2 is available at https://github.com/evaleev/libint/archive/refs/tags/v2.7.2.tar.gz
Would you please consider update PKGBUILD file
releddev commented on 2020-07-14 15:41 (UTC)
@chn Ah thanks, this has worked for me!
chn commented on 2020-07-14 07:31 (UTC)
@releddev I mean modify
PKGBUILD
file withexport CC=gcc-8
and so on at about line 41.releddev commented on 2020-07-13 17:40 (UTC)
@chn im experiencing the same error like you even after setting the environment variables as you've suggested. Any idea why that could be? I've checked the variables were set with printenv before makepkg -i and after installing gcc8 and fortran8.
dviktor commented on 2020-05-26 20:10 (UTC)
@chn it looks like a regression with
gfortran>=10
. Let's continue discussion in issue thread on GitHub. As for now building with GCC8 is recommendedchn commented on 2020-05-26 15:36 (UTC)
@diviktor Thank you for your suggestion about
MAKEFLAGS
.This is the error when running
makepkg -si
, which seems caused inmake install
("错误" in Chinese means "error".)
dviktor commented on 2020-05-26 12:20 (UTC)
@chn could you please provide more info about error messages? Also you shouldn't set
-jX
flag manually - be sure that you have properMAKEFLAGS
set in/etc/makepkg.conf
-makepkg
honors themchn commented on 2020-05-26 05:45 (UTC) (edited on 2020-05-26 05:46 (UTC) by chn)
Hi,
The package will build failed with the last gcc (version 10). After switch to gcc-8, it works fine.
What is more, building could take much less time with
-j $ncore
. In the last lines ofbuild()
:dviktor commented on 2020-01-20 14:48 (UTC)
Done
1 2 Next › Last »