mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
mpfr: Update to 4.1.0
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#usr/lib/libmpfr.la
|
#usr/lib/libmpfr.la
|
||||||
#usr/lib/libmpfr.so
|
#usr/lib/libmpfr.so
|
||||||
usr/lib/libmpfr.so.6
|
usr/lib/libmpfr.so.6
|
||||||
usr/lib/libmpfr.so.6.0.2
|
usr/lib/libmpfr.so.6.1.0
|
||||||
#usr/lib/pkgconfig/mpfr.pc
|
#usr/lib/pkgconfig/mpfr.pc
|
||||||
#usr/share/doc/mpfr
|
#usr/share/doc/mpfr
|
||||||
#usr/share/doc/mpfr/AUTHORS
|
#usr/share/doc/mpfr/AUTHORS
|
||||||
@@ -20,5 +20,6 @@ usr/lib/libmpfr.so.6.0.2
|
|||||||
#usr/share/doc/mpfr/examples/divworst.c
|
#usr/share/doc/mpfr/examples/divworst.c
|
||||||
#usr/share/doc/mpfr/examples/rndo-add.c
|
#usr/share/doc/mpfr/examples/rndo-add.c
|
||||||
#usr/share/doc/mpfr/examples/sample.c
|
#usr/share/doc/mpfr/examples/sample.c
|
||||||
|
#usr/share/doc/mpfr/examples/threads.c
|
||||||
#usr/share/doc/mpfr/examples/version.c
|
#usr/share/doc/mpfr/examples/version.c
|
||||||
#usr/share/info/mpfr.info
|
#usr/share/info/mpfr.info
|
||||||
|
|||||||
5
lfs/mpfr
5
lfs/mpfr
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 4.0.2
|
VER = 4.1.0
|
||||||
|
|
||||||
THISAPP = mpfr-$(VER)
|
THISAPP = mpfr-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.xz
|
DL_FILE = $(THISAPP).tar.xz
|
||||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 320fbc4463d4c8cb1e566929d8adc4f8
|
$(DL_FILE)_MD5 = bdd3d5efba9c17da8d83a35ec552baef
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
@@ -72,7 +72,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && $(CONFIGURE_ARGS) ./configure --prefix=/usr \
|
cd $(DIR_APP) && $(CONFIGURE_ARGS) ./configure --prefix=/usr \
|
||||||
--enable-thread-safe
|
--enable-thread-safe
|
||||||
|
|
||||||
cd $(DIR_APP) && make $(MAKETUNING)
|
cd $(DIR_APP) && make $(MAKETUNING)
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
|
|||||||
Reference in New Issue
Block a user