Package Details: orcaqm 6.1.0-1

Git Clone URL: https://aur.archlinux.org/orcaqm.git (read-only, click to copy)
Package Base: orcaqm
Description: Ab initio, DFT, and semi-empirical SCF-MO package
Upstream URL: https://www.faccts.de/orca/
Licenses: custom:orca
Submitter: dviktor
Maintainer: michael_wzq
Last Packager: michael_wzq
Votes: 2
Popularity: 0.000000
First Submitted: 2019-08-20 16:12 (UTC)
Last Updated: 2025-08-11 02:14 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

dhruvasambrani commented on 2025-10-31 19:02 (UTC)

to fix the

install: cannot stat '/home/hisacro/.cache/yay/orcaqm/pkg/orcaqm/opt/orca/orca/EULA_ORCA_2025.pdf': Not a directory

error, just drop one of the "orca" subfolders in the install paths.

diff --git a/PKGBUILD b/PKGBUILD
index 851d0cc..ecc2f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +28,6 @@ package() {
   install -Dm755 "${srcdir}"/orcaqm "${pkgdir}"/usr/bin/orcaqm

   # install licenses
-  install -Dm644 "${pkgdir}"/opt/orca/orca/EULA_ORCA_2025.pdf "${pkgdir}/usr/share/licenses/${pkgname}/EULA_ORCA_2025.pdf"
-  install -Dm644 "${pkgdir}"/opt/orca/orca/Third_Party_Licenses_Academic_6.1.pdf "${pkgdir}/usr/share/licenses/${pkgname}/Third_Party_Licenses_Academic_6.1.pdf"
+  install -Dm644 "${pkgdir}"/opt/orca/EULA_ORCA_2025.pdf "${pkgdir}/usr/share/licenses/${pkgname}/EULA_ORCA_2025.pdf"
+  install -Dm644 "${pkgdir}"/opt/orca/Third_Party_Licenses_Academic_6.1.pdf "${pkgdir}/usr/share/licenses/${pkgname}/Third_Party_Licenses_Academic_6.1.pdf"

orchasi commented on 2025-10-02 12:17 (UTC)

install: cannot stat '/home/hisacro/.cache/yay/orcaqm/pkg/orcaqm/opt/orca/orca/EULA_ORCA_2025.pdf': Not a directory

Have to go through this again, what was causing.

fromtheeast710 commented on 2023-05-24 09:22 (UTC) (edited on 2023-05-24 10:25 (UTC) by fromtheeast710)

@Tenshi65535 I'm having some troubles with the PKGBUILD. Pls help.

==> Starting package()...
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
==> ERROR: A failure occurred in package().
    Aborting...

EDIT: nvm, that was because I downloaded the website instead of the package (somehow). It's fixed now. Thanks for maintaining the package.