From a35bf8b06ebf493f7c04236f3b17032df40c11cb Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Tue, 21 Feb 2017 23:11:55 -0700 Subject: espresso: skip rpath, +x for .so --- espresso/espresso.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/espresso/espresso.spec b/espresso/espresso.spec index fb6cc82..f7a9231 100644 --- a/espresso/espresso.spec +++ b/espresso/espresso.spec @@ -131,6 +131,7 @@ mkdir openmpi_build mpich_build -DWITH_TESTS=ON \\\ -DWITH_SCAFACOS=ON \\\ -DCMAKE_SKIP_RPATH:BOOL=ON \\\ + -DCMAKE_SKIP_BUILD_RPATH:BOOL=ON \\\ -DINSTALL_PYPRESSO=OFF # Build OpenMPI version @@ -174,6 +175,7 @@ pushd mpich_build %make_install popd %{_mpich_unload} +find %{buildroot} -name "*.so" -exec chmod +x {} \; %check # test openmpi? -- cgit