gmp, mpc, mpfr moved to family Libraries

This commit is contained in:
2014-05-02 11:19:11 +02:00
parent 508316357f
commit d12e1aabf1
3 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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