Accepting request 732075 from science
Fix build OBS-URL: https://build.opensuse.org/request/show/732075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vtk?expand=0&rev=42
This commit is contained in:
commit
eef14b1249
@ -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