diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
commit | 8de4131b2ddd11faa3394cf497484563068c9e7a (patch) | |
tree | ed4ed9e586c7236f09c109afdd416dac18ba8cc3 /gnu/packages/chemistry.scm | |
parent | 15406013fe63f2ab238eec2d7a8adbc586806ac8 (diff) | |
parent | 45b7a8bfda5bde2e2daee4bec0ca092cd719d726 (diff) | |
download | guix-8de4131b2ddd11faa3394cf497484563068c9e7a.tar.gz guix-8de4131b2ddd11faa3394cf497484563068c9e7a.zip |
Merge branch 'master' into emacs-team
Diffstat (limited to 'gnu/packages/chemistry.scm')
-rw-r--r-- | gnu/packages/chemistry.scm | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm index cddccf8aea..05aaa827f8 100644 --- a/gnu/packages/chemistry.scm +++ b/gnu/packages/chemistry.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> ;;; Copyright © 2021 Ricardo Wurmus <rekado@elephly.net> -;;; Copyright © 2022 David Elsing <david.elsing@posteo.net> +;;; Copyright © 2022, 2023 David Elsing <david.elsing@posteo.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -554,6 +554,12 @@ symmetries written in C. Spglib can be used to: (assoc-ref inputs "libxml2") "/include/libxml2:" (getenv "CPLUS_INCLUDE_PATH"))))) + ;; Prevent deleting the leading / in the __init__.py path in the + ;; launch script. + (add-after 'unpack 'disable-unchroot + (lambda _ + (substitute* "setup.py" + (("self\\.unchroot") "")))) ;; The setup.py script does not support one of the Python build ;; system's default flags, "--single-version-externally-managed". (replace 'install @@ -572,8 +578,7 @@ symmetries written in C. Spglib can be used to: python-pyqt glm netcdf)) - (native-inputs - (list catch2 python-setuptools)) + (native-inputs (list catch2)) (home-page "https://pymol.org") (synopsis "Molecular visualization system") (description "PyMOL is a capable molecular viewer and renderer. It can be @@ -899,9 +904,9 @@ emphasis on quality rather than speed.") (inputs (list openblas)) (native-inputs (list gfortran - (texlive-updmap.cfg (list texlive-fonts-ec - texlive-graphics - texlive-latex-geometry)))) + (texlive-updmap.cfg + (list texlive-epstopdf + texlive-latexmk)))) (home-page "https://github.com/greglandrum/yaehmop") (synopsis "Perform extended Hückel calculations") (description "@acronym{YAeHMOP, Yet Another extended Hueckel Molecular |