Search Criteria
Package Details: gamess 2023R2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gamess.git (read-only, click to copy) |
---|---|
Package Base: | gamess |
Description: | The General Atomic and Molecular Electronic Structure System |
Upstream URL: | https://www.msg.chem.iastate.edu/gamess/gamess.html |
Keywords: | chemistry quantum |
Licenses: | custom |
Submitter: | budgerigar |
Maintainer: | a.kudelin (berquist) |
Last Packager: | a.kudelin |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-21 11:10 (UTC) |
Last Updated: | 2024-01-27 10:08 (UTC) |
Dependencies (9)
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- libxcAUR
- perl (perl-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- tcsh (tcsh-gitAUR)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- python-jinja (make)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR) (check)
Required by (1)
- python-qcengine (optional)
Latest Comments
1 2 3 Next › Last »
julio.brenneman commented on 2021-10-21 16:40 (UTC)
Issue with compiling 2021 R2 using gcc/11.2
I'm not sure how to correct this
Fabry commented on 2021-10-01 10:50 (UTC)
I can't install gamess: it lists a lot of undefined references like 'dsygst_', 'dsyevd_', 'dgetri_' and 'dsyev_'. What can I do?
julio.brenneman commented on 2021-09-30 18:44 (UTC)
I have a question regarding the OpenMP option that this package uses in the default python configuration. Is there a depend on openmp?
gudzpoz commented on 2021-09-15 09:50 (UTC)
@xorinet According to https://stackoverflow.com/a/42326612 , I worked around that by installing
lapack
andlapacke
and then modifying the PKGBUILD as follows:(i.e. I added
sed -i 's/$LIBXC_FLAGS/$LIBXC_FLAGS -llapacke -llapack/g' lked
in theprepare
function.)@budgerigar Would you please fix this? (And thanks for your work all along!)
xorinet commented on 2021-08-29 01:42 (UTC) (edited on 2021-08-29 01:49 (UTC) by xorinet)
There seems to be an error while linking (2021-R1):
Any fixes? Thanks!
julio.brenneman commented on 2021-05-31 20:17 (UTC)
There is a fix for this. It's been determined that tcsh-6.22.03 is the cause of the problem. Starting at line 120 in the comp script, the if; then statement messes up the path to the source file to be compiled. Apparently there is a change for tcsh-6.22.04 that should correct this
https://bbs.archlinux.org/viewtopic.php?pid=1975493#p1975493
julio.brenneman commented on 2021-05-06 20:44 (UTC)
I'll add that I tried to build 2020R2 on Ubuntu 21.04 with:
tcsh 6.21, gfortran 10.3, make 4.3
It worked without any issues on Ubuntu 21.04. Doing the same under a fresh Arch install results in the sed error if I use this PKGBUILD. Without this PKGBUILD, the sed error is not present but the rest of the error starting from
gfortran: error: libxc_empty: No such file or directory
is still occurring. If I use the old./compall
method, the gfortran error similarly occurs for all modules.I have also tried doing this in a clean chroot as well and the error persists
Thank you for looking into it
a.kudelin commented on 2021-05-06 20:11 (UTC)
Guys, are there any ideas why
sed
stopped working that suddenly?julio.brenneman commented on 2021-05-05 14:53 (UTC)
I downloaded the gamess-current.tar.gz from the website and they state the latest version as 2020R2 from September 30. I recently attempted to build this and I get a sed related error during make modules -j1
The exact error is:
sed: can't read libxc_empty: No such file or directory gfortran: error: libxc_empty: No such file or directory gfortran: fatal error: no input files compilation terminated unset echo Division by 0 make: *** [/home/User/Build/gamess/src/gamess/Makefile.in:99: /home/User/Build/gamess/src/gamess/object/libxc_empty.o] Error 1
Has something changed about the build tools since the last comment on 2020-11-15?
make 4.3 gcc-fortran 10.2 cmake 3.20.2 openblas 0.3.14-1 tcsh 6.22.03 python-jinja 2.11.3-2 python 3.9.4-1 inetutils 1.9.4-9
a.kudelin commented on 2020-11-22 13:10 (UTC)
@asakurahao, this was done. Please rebuild the package.
1 2 3 Next › Last »