diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-13 11:07:48 +0000 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-21 21:52:39 +0100 |
| commit | 59ec18b7b6da3bad0e484fcf9827110b3398d219 (patch) | |
| tree | 84fbda6ccbd211248c4ecea17df1b8a478bc2739 /gnu/packages/python-science.scm | |
| parent | d3e7490a5c54d342ac043be4e77b0c06073db741 (diff) | |
gnu: python-quasielasticbayes: Move to (gnu packages physics).
* gnu/packages/python-science.scm (python-quasielasticbayes): Move from here…
* gnu/packages/physics.scm (python-quasielasticbayes): …to here.
Change-Id: Ib3788df8af26a08ede247ddc243286e107db81c2
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 86748526f33..16466c2515b 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -6671,49 +6671,6 @@ read output from CASTEP and Phonopy and calculate phonon frequencies, | |||
| 6671 | eigenvectors, and structure factors.") | 6671 | eigenvectors, and structure factors.") |
| 6672 | (license license:gpl3+))) | 6672 | (license license:gpl3+))) |
| 6673 | 6673 | ||
| 6674 | (define-public python-quasielasticbayes | ||
| 6675 | (package | ||
| 6676 | (name "python-quasielasticbayes") | ||
| 6677 | (version "0.3.0") | ||
| 6678 | (source | ||
| 6679 | (origin | ||
| 6680 | (method git-fetch) | ||
| 6681 | (uri (git-reference | ||
| 6682 | (url "https://github.com/mantidproject/quasielasticbayes") | ||
| 6683 | (commit (string-append "v" version)))) | ||
| 6684 | (file-name (git-file-name name version)) | ||
| 6685 | (sha256 | ||
| 6686 | (base32 "05va9qygw4a9app61spw6hqmbn9cq09w0dik9g6xvzpwcmfb7yx4")))) | ||
| 6687 | (build-system meson-build-system) | ||
| 6688 | (arguments | ||
| 6689 | (list | ||
| 6690 | #:imported-modules `((guix build python-build-system) | ||
| 6691 | ,@%meson-build-system-modules) | ||
| 6692 | #:modules '((guix build meson-build-system) | ||
| 6693 | ((guix build python-build-system) #:prefix py:) | ||
| 6694 | (guix build utils)) | ||
| 6695 | #:phases | ||
| 6696 | #~(modify-phases %standard-phases | ||
| 6697 | (add-after 'install 'check | ||
| 6698 | (lambda* (#:key tests? inputs outputs #:allow-other-keys) | ||
| 6699 | (when tests? | ||
| 6700 | (py:add-installed-pythonpath inputs outputs) | ||
| 6701 | (invoke "pytest" "../source/src/quasielasticbayes/test"))))))) | ||
| 6702 | (native-inputs | ||
| 6703 | (list gfortran | ||
| 6704 | python | ||
| 6705 | python-numpy | ||
| 6706 | python-pytest)) | ||
| 6707 | (propagated-inputs | ||
| 6708 | (list python-numpy)) | ||
| 6709 | (home-page "https://github.com/mantidproject/quasielasticbayes") | ||
| 6710 | (synopsis "Bayesian analysis for quasi-elastic neutron scattering") | ||
| 6711 | (description | ||
| 6712 | "This package provides Python wrappers for Fortran routines used to | ||
| 6713 | perform Bayesian analysis on quasi-elastic neutron-scattering data. The | ||
| 6714 | original Fortran code was written by Dr. Devinder Sivia in the 1980s.") | ||
| 6715 | (license license:bsd-3))) | ||
| 6716 | |||
| 6717 | ;;; | 6674 | ;;; |
| 6718 | ;;; Avoid adding new packages to the end of this file. To reduce the chances | 6675 | ;;; Avoid adding new packages to the end of this file. To reduce the chances |
| 6719 | ;;; of a merge conflict, place them above by existing packages with similar | 6676 | ;;; of a merge conflict, place them above by existing packages with similar |
