From bd0fc3876a33ff5e78599e898546a9ad88ae3d95 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 17 Jul 2014 16:48:49 +0200 Subject: [PATCH] SuperLU: fix family (-> Compiler), install doc-files via 'em.set_docfiles()' --- scripts/SuperLU.build | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/SuperLU.build b/scripts/SuperLU.build index 04048ad..1b32c1f 100755 --- a/scripts/SuperLU.build +++ b/scripts/SuperLU.build @@ -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