Drop -fpermissive workaround

It is no longer needed (fixed in mpfr-4.1.1-p1).
This commit is contained in:
Benjamin A. Beasley 2022-11-24 07:33:27 -05:00
parent 184e5257a4
commit b83af9e7d8
1 changed files with 0 additions and 8 deletions

View File

@ -194,14 +194,6 @@ echo 'intersphinx_mapping.clear()' >> doc/conf.py
%build
%if 0%{?fc38}
# Workaround for CGAL/mpfr issue:
# Apparent incompatibility with mpfr 4.1.1 (compiler error)
# https://bugzilla.redhat.com/show_bug.cgi?id=2144197
%set_build_flags
export CPPFLAGS="${CPPFLAGS} -fpermissive"
%endif
./autogen.sh
%configure \
--with-python-module-path=%{python3_sitearch} \