- Dec 18, 2021
-
-
-
-
-
-
Remove all the extra files that are not code
-
- Sep 12, 2019
-
-
Aaron Bray authored
Support finding both debug and optimized pthread libraries See merge request iMSTK/VegaFEM-CMake!2
-
Aaron Bray authored
-
- Sep 29, 2016
-
-
Alexis Girault authored
With the former commit that fixes the wrongfully exported VegaFEM, VegaFEM was not found anymore by iMSTK. This is because its Config.cmake file was not configured in VegaFEM_DIR aka the top-level of VegaFEM build directory. This commit: - correctly places the config & target files - removes the exports(TARGETS ...) for Vega modules - corrects the finding of the pthreads package if needed
-
Alexis Girault authored
export(PACKAGE VegaFEM) was resulting in Vega being registered in a CMake Package Registry : https://cmake.org/Wiki/CMake/Tutorials/Package_Registry Because of this, an incorrect version of VEGA could be directly linked against when doing find_package(VegaFEM). This should only be done when creating a package for installation: https://cmake.org/cmake/help/git-master/manual/cmake-packages.7.html#creating-packages
-
- Jun 28, 2016
-
-
Alexis Girault authored
-
Alexis Girault authored
Use __linux__
-
- Jun 23, 2016
-
-
Sreekanth Arikatla authored
1) Configuring FindPThreads.cmake to find this file when doing a find package of VegaFEM, since its config file is in the build directory 2) Do find_package(PThreads) in the VegaFEMConfig file. WARNING: Should need some attention to work without PThreads, for Unix for example.
-
- May 02, 2016
-
-
Alexis Girault authored
-
- Apr 01, 2016
-
-
Alexis Girault authored
Also no need to do the find packages in the config file: if this file exists and is found it means that VegaFEM dependencies are built and found since those occur earlier in the top level CMakeLists.txt
-
Alexis Girault authored
We'll handle this from the superbuild instead.
-
- Jul 09, 2015
-
- Jun 02, 2015
-
-
Ricardo Ortiz authored
-
- Jun 01, 2015
-
-
Ricardo Ortiz authored
Update configuration file so it exports more of vega variables.
-
Ricardo Ortiz authored
-
- Mar 17, 2015
-
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Fix warnings related to conversion to string literals to char*
-
Ricardo Ortiz authored
-
- Mar 09, 2015
-
-
Ricardo Ortiz authored
Re-factor the linear solver and sparse integrator
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Make solver interfaces more generic makes it easier to plug external linear solver in to the time stepping method.
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Conflicts: src/util/interactiveDeformableSimulator/interactiveDeformableSimulator.cpp
-
- Jan 29, 2015
-
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
- Jan 27, 2015
-
-
Ricardo Ortiz authored
-
- Jan 22, 2015
-
-
Ricardo Ortiz authored
-
- Jan 20, 2015
-
-
Ricardo Ortiz authored
-
- Jan 15, 2015
-
-
Ricardo Ortiz authored
-
- Dec 30, 2014
-
-
Ricardo Ortiz authored
Some changes to get things building on OS X again.
-
David Thompson authored
... when threads and OpenGL support are off.
-
David Thompson authored
-
David Thompson authored
-