{boost,gsl,hdf5_serial}.build: runtime-dependencies fixed
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@ em.set_docfiles \
|
||||
'README' \
|
||||
'THANKS' \
|
||||
'TODO'
|
||||
|
||||
em.set_runtime_dependencies "${COMPILER}"
|
||||
em.set_build_dependencies "${COMPILER}"
|
||||
em.make_all
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user