diff options
Diffstat (limited to 'lammps.spec')
-rw-r--r-- | lammps.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lammps.spec b/lammps.spec index 5b66b68..9fc517e 100644 --- a/lammps.spec +++ b/lammps.spec @@ -236,7 +236,7 @@ for mpi in '' mpich %{?with_openmpi:openmpi} ; do ${mpi:+-DBUILD_MPI=ON -DFFT_USE_HEFFTE=ON -DCMAKE_EXE_LINKER_FLAGS="%{__global_ldflags} -Wl,-rpath -Wl,${MPI_LIB} -Wl,--enable-new-dtags" -DCMAKE_SHARED_LINKER_FLAGS="%{__global_ldflags} -Wl,-rpath -Wl,${MPI_LIB} -Wl,--enable-new-dtags" $(test "$mpi" != openmpi || echo "-DMPIEXEC_PREFLAGS=--oversubscribe") } \ $(test -z "${mpi}" && echo -DBUILD_MPI=OFF -DBUILD_LAMMPS_SHELL=ON -DBUILD_TOOLS=ON) %make_build -# test -n "${mpi}" && module unload mpi/${mpi}-%{_arch} + test -n "${mpi}" && module unload mpi/${mpi}-%{_arch} done cd ../python @@ -251,7 +251,7 @@ for mpi in '' mpich %{?with_openmpi:openmpi} ; do %make_install -C .obj-%{_target_platform} done -cd python +cd ../python %py3_install %py3_save_files lammps |