deprecated function em.install_doc() replaced

This commit is contained in:
2014-09-04 19:32:26 +02:00
parent c2f6dcf420
commit 89ad59a8f4
5 changed files with 3 additions and 26 deletions

View File

@@ -37,10 +37,6 @@ function em.install() {
make PREFIX="${PREFIX}" install
}
function em.install_doc() {
:
}
em.add_to_family 'Compiler'
em.set_runtime_dependencies "${COMPILER}" 'OpenBLAS'
em.set_build_dependencies "${COMPILER}" 'OpenBLAS'