SHA256
1
0
forked from pool/mvapich2

Accepting request 510018 from home:NMoreyChaisemartin:branches:science:HPC

- Disable rpath in pkgconfig files

OBS-URL: https://build.opensuse.org/request/show/510018
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=17
This commit is contained in:
Nicolas Morey-Chaisemartin 2017-07-13 08:13:19 +00:00 committed by Git OBS Bridge
parent 4411419f28
commit 348d8c1277
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 13 07:54:38 UTC 2017 - nmoreychaisemartin@suse.com
- Disable rpath in pkgconfig files
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 5 15:12:46 UTC 2017 - nmoreychaisemartin@suse.com Wed Jul 5 15:12:46 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%global flavor @BUILD_FLAVOR@%nil %global flavor @BUILD_FLAVOR@%nil
%if "%{flavor}" != "" %if "%{flavor}" != ""
@ -126,6 +127,7 @@ cp /usr/share/automake*/config.* .
%build %build
#./autogen.sh #./autogen.sh
%configure \ %configure \
--disable-wrapper-rpath \
%if "%{flavor}" == "psm" %if "%{flavor}" == "psm"
--with-device=ch3:psm \ --with-device=ch3:psm \
--with-psm=/usr \ --with-psm=/usr \