Laurent Saboret
fdf2b32c26
- Removed CGAL_USE_BLAS/CGAL_USE_LAPACK #defines (unused).
...
- Do not call find_package() anymore.
- Protect scripts against multiple inclusions.
2008-11-17 10:39:37 +00:00
Laurent Saboret
bcb9e6a8af
- Make sure that FindLAPACK.cmake always calls find_package(BLAS).
...
- Added BLAS_INCLUDE_DIR and LAPACK_INCLUDE_DIR to support CBLAS/CLAPACK on Windows. This is the default on win64.
2008-11-13 17:22:53 +00:00
Laurent Saboret
f7909a4674
- Code cleaning:
...
Add back CGAL_USE_TAUCS, CGAL_USE_BLAS, CGAL_USE_LAPACK #defines. Only CGAL_USE_TAUCS is currently used. The others are defined by symmetry with other third-party libraries.
- Bug fix:
Call find_package(LAPACK) before including CGAL_UseLAPACK.cmake.
Idem for BLAS.
2008-11-12 17:11:22 +00:00
Laurent Rineau
bf093806d7
Modify the BLAS/LAPACK/TAUCS support to mimic other FindXYZ.cmake modules:
...
- a XYZ_USE_FILE variable is defined,
- the module ${XYZ_USE_FILE} is responsible for using the variables defined
by FindXYZ.
2008-11-07 14:37:14 +00:00
Fernando Cacciola
8e65f1a63d
renamed cmake/modules to lib/CGAL-3.4 (1.5/1)
2008-11-04 16:03:27 +00:00