mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
devel/mpfr: Add MPFR as a package
- This is a place holder incase we stop building MPFR in GCC. Updates #4892
This commit is contained in:
18
bare/config/devel/mpfr-4.2.0.cfg
Normal file
18
bare/config/devel/mpfr-4.2.0.cfg
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# MPFR 4.2.0
|
||||
#
|
||||
|
||||
%if %{release} == %{nil}
|
||||
%define release 1
|
||||
%endif
|
||||
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define mpfr_version 4.2.0
|
||||
%hash sha512 mpfr-%{mpfr_version}.tar.bz2 \
|
||||
yyqTFLlONKTqSc4mGYAulCDJguVSWKS8Qj+AJ0BjJkaj1CDn/PNzsZYYOFuLK0Eqv6En6PRzBThjQkysIziTwA==
|
||||
|
||||
#
|
||||
# The MPFR build instructions.
|
||||
#
|
||||
%include %{_configdir}/mpfr.cfg
|
Reference in New Issue
Block a user