{boost,gsl,hdf5_serial}.build: runtime-dependencies fixed

This commit is contained in:
2014-09-17 11:17:30 +02:00
parent 07f2c57b9f
commit 6ea1aae99f
3 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ function em.install() {
}
em.add_to_family 'Compiler'
em.set_runtime_dependencies "${COMPILER}"
em.set_build_dependencies "${COMPILER}" 'Python'
em.make_all

View File

@@ -19,6 +19,8 @@ em.set_docfiles \
'README' \
'THANKS' \
'TODO'
em.set_runtime_dependencies "${COMPILER}"
em.set_build_dependencies "${COMPILER}"
em.make_all

View File

@@ -13,6 +13,7 @@ function em.configure() {
}
em.add_to_family 'Compiler'
em.set_runtime_dependencies "${COMPILER}"
em.set_build_dependencies "${COMPILER}"
em.make_all