Re: rpmbuild SPEC file - shared library path

2015-09-14 Thread arnaud gaboury
On Mon, Sep 14, 2015 at 2:26 PM, Jonathan Wakely wrote: > On 14/09/15 12:00 +0200, arnaud gaboury wrote: >> >> I build my app with shared libraries. In my spec file, I source a >> script which export LD_LIBRARY_PATH. >> Below is how I proceed in my spec file: >> >>

Re: rpmbuild SPEC file - shared library path

2015-09-14 Thread Jonathan Wakely
On 14/09/15 12:00 +0200, arnaud gaboury wrote: I build my app with shared libraries. In my spec file, I source a script which export LD_LIBRARY_PATH. Below is how I proceed in my spec file: %global _prod_dir /opt/intel/compilers_and_libraries_2016/linux %glob

rpmbuild SPEC file - shared library path

2015-09-14 Thread arnaud gaboury
I build my app with shared libraries. In my spec file, I source a script which export LD_LIBRARY_PATH. Below is how I proceed in my spec file: %global _prod_dir /opt/intel/compilers_and_libraries_2016/linux %global _mklroot_dir %{_prod_dir}/mkl %global _mkllibp