Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
d12e1aab
Commit
d12e1aab
authored
May 02, 2014
by
gsell
Browse files
gmp, mpc, mpfr moved to family Libraries
parent
50831635
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
scripts/gmp.build
scripts/gmp.build
+1
-1
scripts/mpc.build
scripts/mpc.build
+2
-1
scripts/mpfr.build
scripts/mpfr.build
+3
-1
No files found.
scripts/gmp.build
View file @
d12e1aab
...
...
@@ -13,6 +13,6 @@ function em.configure() {
declare
-rx
CC
=
gcc
declare
-rx
CPP
=
/usr/bin/cpp
em.add_to_family
'
Programming
'
em.add_to_family
'
Libraries
'
em.make_all
scripts/mpc.build
View file @
d12e1aab
...
...
@@ -14,7 +14,8 @@ function em.configure() {
# use system gcc to compile
declare
-rx
CC
=
gcc
em.add_to_family
'Programming'
module use
'Libraries'
em.add_to_family
'Libraries'
em.set_build_dependencies
'gmp'
'mpfr'
em.make_all
scripts/mpfr.build
View file @
d12e1aab
...
...
@@ -13,6 +13,8 @@ function em.configure() {
# use system gcc to compile
declare
-rx
CC
=
gcc
em.add_to_family
'Programming'
module use
'Libraries'
em.add_to_family
'Libraries'
em.set_build_dependencies
'gmp'
em.make_all
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