diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-18 06:32:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-18 06:32:40 +0000 |
commit | e2277a7be84d9b25876bf174cb4164c48f3fea3e (patch) | |
tree | 7b2f26e30025f9438b5b2754cfc8296f0f0604db | |
parent | 80b776eaa9280a8c06c4548ba4ec3f15d83882aa (diff) |
automatic import of lammps
-rw-r--r-- | lammps.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lammps.spec b/lammps.spec index 764625a..15de85d 100644 --- a/lammps.spec +++ b/lammps.spec @@ -228,8 +228,6 @@ set +e . /etc/profile.d/modules.sh set -e -rm -rf build/phana_build - for mpi in '' mpich %{?with_openmpi:openmpi} ; do if [ -z "$mpi" ]; then %make_install -C build @@ -254,6 +252,9 @@ cd python %{_bindir}/micelle2d.x %{_bindir}/stl_bin2txt %{_bindir}/phana + +%exclude %{_builddir}/lammps-patch_19Nov2024/build/phana_build/spglib_build_ext/include/spglib.h +%exclude %{_builddir}/lammps-patch_19Nov2024/build/phana_build/spglib_build_ext/lib/libsymspg.a %files devel %{_libdir}/liblammps.so |