TAUCS
From SOFAWiki
Using TAUCS library
Install BLAS/LAPACK library
- linux : get the version shipped with your distribution
- mac : ?
- windows :
- Download the precompiled version on : http://www.fi.muni.cz/~xsvobod2/misc/lapack/download/lapack-MT-release.zip
- Extract somewhere and put the *.lib in <SOFA_DIR>/lib/win32/Common and *.dll <SOFA_DIR>/bin
Uncomment the following lines in your sofa-local configuration file :
- DEFINES += SOFA_EXTLIBS_METIS
- DEFINES += SOFA_EXTLIBS_TAUCS
