Accepting request 730101 from home:cgiboudeaux:fat-lto-objects
- Use -ffat-lto-objects when building static libraries. OBS-URL: https://build.opensuse.org/request/show/730101 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=142
This commit is contained in:
parent
fbf026d589
commit
dfa8946ad0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 20:00:01 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Use -ffat-lto-objects when building static libraries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 14 10:14:39 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Apr 14 10:14:39 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
1
vtk.spec
1
vtk.spec
@ -351,6 +351,7 @@ languages.
|
|||||||
grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs -r perl -pi -e's,\.\./\.\./\.\./\.\./VTKData,%{_datadir}/vtkdata,g'
|
grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs -r perl -pi -e's,\.\./\.\./\.\./\.\./VTKData,%{_datadir}/vtkdata,g'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
%if %{with mpi}
|
%if %{with mpi}
|
||||||
source %{mpiprefix}/bin/mpivars.sh
|
source %{mpiprefix}/bin/mpivars.sh
|
||||||
export CC=mpicc
|
export CC=mpicc
|
||||||
|
Loading…
Reference in New Issue
Block a user