Skip to content
Snippets Groups Projects
Unverified Commit 601642f1 authored by Jean-Christophe Fillion-Robin's avatar Jean-Christophe Fillion-Robin
Browse files

COMP: Update external project to use "VegaFEM-CMake" instead of "vegafemv4.0"

This commit does not include any functional changes.

It partially reverts 3730f119 (ENH: Model reduction fixed up, toggleable
in cmake, default off) by switching back to using the existing "VegaFEM-CMake"
project where the master branch has been updated to include all the commit
originally associated with the "build_model_reduction" from "vegafemv4.0"
project.

To avoid inflating the size of the project, the following commits
from the "build_model_reduction" available on "vegafemv4.0" have
been squashed together while "rebasing" the changes:
* ENH: Initial commit of vegaFEMv4.0 code
* REFAC: Remove all the extra files that are not code

This allows to keep the size to ~22MiB instead of the ~126MiB.
parent abadb943
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,12 @@ endif()
# Download options
if(NOT DEFINED iMSTK_VegaFEM_GIT_SHA)
set(iMSTK_VegaFEM_GIT_SHA "build_model_reduction")
set(iMSTK_VegaFEM_GIT_SHA "5be6525017b5e1199e55c6e25ad9c9a0fc05b61d") # master
endif()
if(NOT DEFINED iMSTK_VegaFEM_GIT_REPOSITORY)
set(EXTERNAL_PROJECT_DOWNLOAD_OPTIONS
URL https://gitlab.kitware.com/iMSTK/vegafemv4.0/-/archive/${iMSTK_VegaFEM_GIT_SHA}/vegafemv4.0-${iMSTK_VegaFEM_GIT_SHA}.zip
URL_HASH MD5=3f04bb7c2ba080785bcadf44d1a462a3
URL https://gitlab.kitware.com/iMSTK/VegaFEM-CMake/-/archive/${iMSTK_VegaFEM_GIT_SHA}/VegaFEM-CMake-${iMSTK_VegaFEM_GIT_SHA}.zip
URL_HASH MD5=2af963e306dd364c0de3365d47105b65
)
else()
set(EXTERNAL_PROJECT_DOWNLOAD_OPTIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment