Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
ec6127c9
Commit
ec6127c9
authored
15 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
update mpfr to 2.4.1
SVN-Revision: 17334
parent
7609c0ae
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/mpfr/Makefile
+3
-3
3 additions, 3 deletions
tools/mpfr/Makefile
tools/mpfr/patches/001-no_tests.patch
+14
-13
14 additions, 13 deletions
tools/mpfr/patches/001-no_tests.patch
with
17 additions
and
16 deletions
tools/mpfr/Makefile
+
3
−
3
View file @
ec6127c9
...
@@ -7,11 +7,11 @@
...
@@ -7,11 +7,11 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
mpfr
PKG_NAME
:=
mpfr
PKG_VERSION
:=
2.
3.2
PKG_VERSION
:=
2.
4.1
PKG_SOURCE_URL
:=
http://www.mpfr.org/mpfr-
2.3.2
PKG_SOURCE_URL
:=
http://www.mpfr.org/mpfr-
$(
PKG_VERSION
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_MD5SUM
:=
527147c097874340cb9cee0579dacf3b
PKG_MD5SUM
:=
include
$(INCLUDE_DIR)/host-build.mk
include
$(INCLUDE_DIR)/host-build.mk
...
...
This diff is collapsed.
Click to expand it.
tools/mpfr/patches/001-no_tests.patch
+
14
−
13
View file @
ec6127c9
diff -urN mpfr-2.
3.2
/Makefile.am mpfr-2.
3.2
.new/Makefile.am
diff -urN mpfr-2.
4.1
/Makefile.am mpfr-2.
4.1
.new/Makefile.am
--- mpfr-2.
3.2
/Makefile.am 200
8
-0
9-12
1
5
:4
7:25
.000000000 +0
2
00
--- mpfr-2.
4.1
/Makefile.am 200
9
-0
2-20
1
0
:4
3:17
.000000000 +0
1
00
+++ mpfr-2.
3.2
.new/Makefile.am 2009-08-
17 15:19:18
.000000000 +0200
+++ mpfr-2.
4.1
.new/Makefile.am 2009-08-
20 14:59:00
.000000000 +0200
@@ -1,
6
+1,
6
@@
@@ -1,
7
+1,
7
@@
AUTOMAKE_OPTIONS = gnu ansi2knr
AUTOMAKE_OPTIONS = gnu ansi2knr
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = tests
-SUBDIRS = tests
+SUBDIRS =
+SUBDIRS =
EXTRA_DIST = BUGS FAQ.html PATCHES VERSION get_patches.sh
generic.c
round_raw_generic.c gen_inverse.h jyn_asympt.c
EXTRA_DIST = BUGS FAQ.html PATCHES VERSION get_patches.sh round_raw_generic.c gen_inverse.h jyn_asympt.c
include_HEADERS = mpfr.h mpf2mpfr.h
include_HEADERS = mpfr.h mpf2mpfr.h
diff -urN mpfr-2.3.2/Makefile.in mpfr-2.3.2.new/Makefile.in
diff -urN mpfr-2.4.1/Makefile.in mpfr-2.4.1.new/Makefile.in
--- mpfr-2.3.2/Makefile.in 2008-09-12 15:48:04.000000000 +0200
--- mpfr-2.4.1/Makefile.in 2009-02-25 17:18:06.000000000 +0100
+++ mpfr-2.3.2.new/Makefile.in 2009-08-17 15:19:12.000000000 +0200
+++ mpfr-2.4.1.new/Makefile.in 2009-08-20 14:58:32.000000000 +0200
@@ -283,7 +283,7 @@
@@ -295,7 +295,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = gnu ansi2knr
AUTOMAKE_OPTIONS = gnu ansi2knr
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = tests
-SUBDIRS = tests
+SUBDIRS =
+SUBDIRS =
EXTRA_DIST = BUGS FAQ.html PATCHES VERSION get_patches.sh
generic.c
round_raw_generic.c gen_inverse.h jyn_asympt.c
EXTRA_DIST = BUGS FAQ.html PATCHES VERSION get_patches.sh round_raw_generic.c gen_inverse.h jyn_asympt.c
include_HEADERS = mpfr.h mpf2mpfr.h
include_HEADERS = mpfr.h mpf2mpfr.h
lib_LTLIBRARIES = libmpfr.la
lib_LTLIBRARIES = libmpfr.la
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment