From 4091d683948f1066f9568a0184d27e825dc81ba5 Mon Sep 17 00:00:00 2001 From: Tero Frondelius Date: Mon, 14 Oct 2019 18:48:37 +0300 Subject: [PATCH] Gurson porous UMAT building added, implements #4 --- build_tarballs.jl | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/build_tarballs.jl b/build_tarballs.jl index 03f7fee..5e17d94 100644 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -21,7 +21,11 @@ sources = [ # The above is the original but for some reason sourceforge blogged the trafic "https://github.com/TeroFrondelius/umat_binaries_builder/releases/download/v0.3.1/parafem-code-r2281-trunk-parafem-src-umats-dp.zip" => - "114d5773e806de0070eee7379131ceae25c3516fb49b8e3fb8f0f9e1926717bf" + "114d5773e806de0070eee7379131ceae25c3516fb49b8e3fb8f0f9e1926717bf", + + # Gurson model from UMAT.jl/umat_models + "https://github.com/JuliaFEM/UMAT.jl.git" => + "0225216125884a4a9439d5444221be450e9d9212" ] @@ -58,16 +62,34 @@ cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_TOOLCHAIN_FILE=/opt/$target/$target make make install +# From this forward is Gurson model building +cd UMAT.jl/umat_models + +cat >CMakeLists.txt <