Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mpfr
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
mpfr
Commits
7fc09566
Commit
7fc09566
authored
Jun 27, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated mpfr to 4.1.0
parent
4fe26ae9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Makefile
Makefile
+8
-8
build.xml
build.xml
+4
-4
mpfr-4.0.2.tar.xz
mpfr-4.0.2.tar.xz
+0
-0
mpfr-4.1.0.tar.xz
mpfr-4.1.0.tar.xz
+0
-0
No files found.
Makefile
View file @
7fc09566
all
:
tar
xf mpfr-4.
0.2
.tar.xz
cd
mpfr-4.
0.2
&&
CC
=
"gcc -isystem /usr/include"
LDFLAGS
=
"-Wl,-rpath-link,/usr/lib:/lib"
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--disable-static
--enable-thread-safe
--docdir
=
/usr/share/doc/mpfr-4.0.2
$(MAKE)
-C
mpfr-4.
0.2
$(MAKE)
-C
mpfr-4.
0.2
html
tar
xf mpfr-4.
1.0
.tar.xz
cd
mpfr-4.
1.0
&&
CC
=
"gcc -isystem /usr/include"
LDFLAGS
=
"-Wl,-rpath-link,/usr/lib:/lib"
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--disable-static
--enable-thread-safe
--docdir
=
/usr/share/doc/mpfr-4.1.0
$(MAKE)
-C
mpfr-4.
1.0
$(MAKE)
-C
mpfr-4.
1.0
html
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
mpfr-4.
0.2
check
LD_LIBRARY_PATH
=
/usr/lib:/lib:/tools/lib
;
\
$(MAKE)
-C
mpfr-4.
1.0
check
LD_LIBRARY_PATH
=
/usr/lib:/lib:/tools/lib
;
\
fi
$(MAKE)
-C
mpfr-4.
0.2
install
$(MAKE)
-C
mpfr-4.
0.2
install-html
rm
-rf
mpfr-4.
0.2
$(MAKE)
-C
mpfr-4.
1.0
install
$(MAKE)
-C
mpfr-4.
1.0
install-html
rm
-rf
mpfr-4.
1.0
build.xml
View file @
7fc09566
<project
name=
"mpfr"
>
<target
name=
"cross-mpfr"
>
<property
name=
"makedir"
value=
"${builddir}/mpfr-4.
0.2
"
/>
<property
name=
"makedir"
value=
"${builddir}/mpfr-4.
1.0
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/mpfr/mpfr-4.
0.2
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/mpfr/mpfr-4.
1.0
.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"LDFLAGS"
value=
"-Wl,-rpath,${sysrootdir}/cross-tools/lib"
/>
...
...
@@ -17,9 +17,9 @@
</target>
<target
name=
"temporary-mpfr"
>
<property
name=
"makedir"
value=
"${builddir}/mpfr-4.
0.2
"
/>
<property
name=
"makedir"
value=
"${builddir}/mpfr-4.
1.0
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/mpfr/mpfr-4.
0.2
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/mpfr/mpfr-4.
1.0
.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
mpfr-4.0.2.tar.xz
deleted
100644 → 0
View file @
4fe26ae9
File deleted
mpfr-4.1.0.tar.xz
0 → 100644
View file @
7fc09566
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment