fix and clean Pardiso solver and s/PARDISOSupport/PardisoSupport

This commit is contained in:
Gael Guennebaud
2012-02-27 13:23:21 +01:00
parent b240a3fad9
commit 122f28626c
4 changed files with 201 additions and 113 deletions

View File

@@ -0,0 +1,6 @@
FILE(GLOB Eigen_PardisoSupport_SRCS "*.h")
INSTALL(FILES
${Eigen_PardisoSupport_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/PardisoSupport COMPONENT Devel
)