diff options
Diffstat (limited to 'lammps.spec')
-rw-r--r-- | lammps.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lammps.spec b/lammps.spec index ab2e7e3..fdc3a5d 100644 --- a/lammps.spec +++ b/lammps.spec @@ -34,6 +34,9 @@ Source1: https://github.com/google/googletest/archive/release-1.12.1.tar. Source2: https://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz Source3: https://download.lammps.org/thirdparty/opencl-loader-2024.05.09.tar.gz Source4: https://github.com/spglib/spglib/archive/refs/tags/v1.11.2.1.tar.gz#/spglib-1.11.2.1.tar.gz +Source5: https://github.com/icl-utk-edu/heffte/archive/refs/tags/v2.4.0.tar.gz + +Patch0: 0-lammps-change-cmake-download.patch # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval # mpi is broken on s390x see, bug #2322073 @@ -213,6 +216,7 @@ BuildRequires: python3-build %else %setup -q -n %{name}-%{uversion} %endif +cp %{SOURCE5} cmake/ %build set +e @@ -370,6 +374,5 @@ done %config %{_sysconfdir}/profile.d/lammps.* %changelog - * Tue Dec 12 2024 zhtianyu <zhangtianyu@iscas.ac.cn> - 20241119-1 - Package init |