Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: change to correct line feed | Bill Hoffman | 2008-07-22 | 1 | -453/+453 |
| | |||||
* | ENH: FindBLAS.cmake, FindLAPACK.cmake modules were redesigned so now you ↵ | Alin Elena | 2008-07-22 | 1 | -349/+453 |
| | | | | have three new variables BLA_VENDOR (you can specify the VENDOR), BLA_STATIC (gets the static version of libs), BLA_F95 (gets the fortran 95 interface). BLA_VENDOR can be specified as an environment variable. Intel mkls libs need FindThreads to be found correctly so you will need to enable the C/CXX | ||||
* | ENH: get out of module if no fortran | Bill Hoffman | 2008-07-21 | 1 | -1/+2 |
| | |||||
* | ENH: this should fail only if required is sent to find package | Bill Hoffman | 2008-07-21 | 1 | -1/+5 |
| | |||||
* | ENH: checks if Fortran is enbaled. If not an error message is produced. | Alin Elena | 2008-07-21 | 1 | -5/+8 |
| | |||||
* | ENH: make find blas work if there is no fortran compiler | Bill Hoffman | 2008-06-17 | 1 | -1/+4 |
| | |||||
* | STYLE: fix indent for file | Bill Hoffman | 2008-06-17 | 1 | -338/+338 |
| | |||||
* | ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10 | Alin Elena | 2008-03-24 | 1 | -273/+338 |
| | |||||
* | ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various ↵ | Alin Elena | 2007-10-10 | 1 | -0/+273 |
implementations of blas and lapack libraries. CheckFortranFunctionExists.cmake provides a test function to check if the library is usabale. I have also changed the -KPIC flag to -fPIC in Linux-ifort.cmake. |