diff --git a/vtk.changes b/vtk.changes index fff46e3..afc2bd4 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 15 14:47:31 UTC 2020 - Andreas Schwab + +- Drop -ffat-lto-objects to avoid wasting disk space + ------------------------------------------------------------------- Wed Jun 10 12:57:24 UTC 2020 - Guillaume GARDET diff --git a/vtk.spec b/vtk.spec index d119200..9bbea70 100644 --- a/vtk.spec +++ b/vtk.spec @@ -223,8 +223,8 @@ This package provides the shared libraries for VTK. %package devel Summary: VTK header files for building C++ code -# not strictly necessary, but required by VTKs cmake files Group: Development/Libraries/C and C++ +# not strictly necessary, but required by VTKs cmake files Requires: %{name}-java = %{version} Requires: %{shlib} = %{version} Requires: R-core-devel @@ -370,7 +370,6 @@ languages. grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs -r perl -pi -e's,\.\./\.\./\.\./\.\./VTKData,%{_datadir}/vtkdata,g' %build -%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %if %{with mpi} source %{mpiprefix}/bin/mpivars.sh export CC=mpicc