From d010b4947640f19d13f7090595890bc4c4616cd7 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 24 Dec 2008 13:27:03 +0000 Subject: [PATCH] Implement make_source_and_build() function for metis and scotch --- config_files/metis-4.0.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config_files/metis-4.0.sh b/config_files/metis-4.0.sh index 9411549..f4fc04f 100755 --- a/config_files/metis-4.0.sh +++ b/config_files/metis-4.0.sh @@ -76,6 +76,7 @@ check_job ${PRODUCT_DIR}/MAKE.LOG make # install cp -rf Doc Graphs libmetis.a pmetis kmetis oemetis onmetis partdmesh partnmesh mesh2dual mesh2nodal graphchk ${PRODUCT_DIR} +( mkdir -p ${PRODUCT_DIR}/Lib && cp Lib/*.h ${PRODUCT_DIR}/Lib ) # remove sources and temporary files after building if [ ${REMOVE_SRC_TMP} == "TRUE" ] ; then -- 2.39.2