diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-15 19:04:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-15 19:04:13 +0000 |
commit | b4048c94fbdf7eec9ee7618b039affbe83baf42c (patch) | |
tree | c9937ce3c4d5eb0a81218c2f404a1e29277631ce | |
parent | f071a23f5344ff27833f32fb9b8a1687eefa830d (diff) |
automatic import of lammps
-rw-r--r-- | lammps.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lammps.spec b/lammps.spec index 8533b7a..6379487 100644 --- a/lammps.spec +++ b/lammps.spec @@ -223,7 +223,7 @@ set +e set -e for mpi in '' mpich %{?with_openmpi:openmpi} ; do - %make_install -C build + make install/fast DESTDIR=%{buildroot} done cd python |