SuperLU: fix family (-> Compiler), install doc-files via 'em.set_docfiles()'

This commit is contained in:
2014-07-17 16:48:49 +02:00
parent 303752dcd5
commit bd0fc3876a

View File

@@ -40,11 +40,9 @@ function em.install() {
install -m 0444 "${EM_SRCDIR}"/SRC/*.h "${PREFIX}/include"
}
function em.install_doc() {
install -m 0444 README "${DOCDIR}"
}
em.add_to_family 'MPI'
em.add_to_family 'Compiler'
em.set_runtime_dependencies "${COMPILER}"
em.set_build_dependencies "${COMPILER}" 'OpenBLAS'
em.set_docfiles 'README'
em.make_all
em.cleanup_src