summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@votca.org>2017-02-21 23:11:55 -0700
committerChristoph Junghans <junghans@votca.org>2017-02-21 23:11:55 -0700
commita35bf8b06ebf493f7c04236f3b17032df40c11cb (patch)
treefbbf71b51e03c4c73c339bf6685a734d5ba4e2c8
parent47c0219148c532282d68270af53f2e7a7e8addf3 (diff)
downloadfedora-review-a35bf8b06ebf493f7c04236f3b17032df40c11cb.tar.gz
fedora-review-a35bf8b06ebf493f7c04236f3b17032df40c11cb.tar.xz
fedora-review-a35bf8b06ebf493f7c04236f3b17032df40c11cb.zip
espresso: skip rpath, +x for .so
-rw-r--r--espresso/espresso.spec2
1 files changed, 2 insertions, 0 deletions
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?