Commit Graph

161 Commits

Author SHA1 Message Date
Laurent Rineau 083dbdd066 Change the URL to Visual Studio, to avoid a warning from linklint 2012-02-01 16:58:39 +00:00
Laurent Rineau c81dd1c3c3 Require CMake>=2.8.6 on Windows platforms 2012-01-26 10:17:17 +00:00
Sébastien Loriot b03db42148 Insist on the facet that Eigen is recommended 2012-01-20 09:01:44 +00:00
Sébastien Loriot f67a4a6327 typo: never put a \ before . 2012-01-17 10:36:35 +00:00
Sébastien Loriot 0107e3f549 merge from next 2012-01-16 15:36:13 +00:00
Sébastien Loriot f467868cb8 document Eigen before Taucs and insist on the fact that Eigen should be use instead of Taucs 2012-01-16 14:09:20 +00:00
Efi Fogel 82eea4f5aa fixed minor syntax errors 2012-01-16 12:10:10 +00:00
Sébastien Loriot 3e4ea6c3b1 merge from next 2012-01-13 13:19:58 +00:00
Laurent Rineau de77f99fea Reintegration of /branches/features/cgal_dot_dll_GF
The diff to changes.html is:

   <h3>General</h3>
   <ul>
     <li>On Windows, CGAL libraries are now built by default as shared
         libraries (also called DLL). To run applications that use .dll files
         of CGAL, you must either copy the .dll files into the directory of
         the application, or add the path of the directory that contains those
         .dll filesinto the PATH environment variable.
     </li>
     <li>On Windows, the CMake scripts of CGAL now search for shared version
         of the Boost libraries. You must ensure that the .dll files of Boost are
         found by the dynamic linker.  You can, for example, add the path to
         the Boost .dll files to the PATH environment variable.
     </li>
   </ul>
2012-01-13 11:22:39 +00:00
Sébastien Loriot cbf947e39c merge from next 2012-01-12 16:18:25 +00:00
Eric Berberich 76543b10dd MOC/UIC_LIBRARY -> MOC/UIC_EXECUTABLE 2012-01-10 14:59:19 +00:00
Laurent Rineau 5b5dd33848 merge changes from next 2012-01-09 12:33:39 +00:00
Sébastien Loriot 9b75cd5506 require Eigen 3.1 or greater 2011-12-22 16:06:37 +00:00
Sébastien Loriot bdcf26bb20 merge next 2011-12-01 09:19:02 +00:00
Laurent Rineau 93486787c3 The inside of ccPkgDescription must not contain black lines between macros
Otherwise that inserts a buggy "<p>" tag in the package overview where the
doctype does not allow it.
2011-11-15 19:16:23 +00:00
Sébastien Loriot 19e8ddde28 update Eigen description
say that Lapack and Blas are not needed if eigen available
2011-11-04 16:32:49 +00:00
Laurent Rineau 268e5fa464 Document that the PATH must be amended 2011-10-20 14:49:12 +00:00
Laurent Rineau e6eac9139f Fix the confusion shared/dynamic libraries 2011-10-20 12:43:33 +00:00
Laurent Rineau 01e2b6c5e1 typo: "a link-time" -> "at link-time" 2011-10-18 17:22:38 +00:00
Laurent Rineau 151b4e6843 merge from next 2011-10-18 17:22:03 +00:00
Laurent Rineau c3b621fc77 Update the documentation about Boost and shared libraries 2011-10-18 16:54:59 +00:00
Laurent Rineau a071a763e8 Turn CGAL-3.9 into a macro \cgalrel
Long-waited feature: Installation/installation.tex no longer contains the
release number!

All occurrences of "CGAL-3.9" have been turned into CGAL-\cgalversionnumber

Details:
  - use alltt instead of verbatim, in order to user macros inside,
  - rename \cgaldir to \cgalrel,
  - all "CGAL-3.9" are turned into "\cgalrel",
  - the remaining "3.9" is turned into "\cgalversionnumber".

And also:
  - remove the old macro \yourcgaldir and \cgalinstconfdir (related to the
    old install_cgal script!),
  - modify the introduction of CMake: CMake is a build system *generator*,
    and not a build system!
2011-10-18 14:40:48 +00:00
Laurent Rineau 2e05123891 merge from next 2011-10-13 10:19:46 +00:00
Laurent Rineau c1fff72997 Revert that commit, which was wrong (see below):
| ------------------------------------------------------------------------
  | r65557 | lrineau | 2011-09-26 16:49:02 +0200 (Mon, 26 Sep 2011) | 9 lines
  | Changed paths:
  |    M /branches/next/Installation/cmake/modules/CGAL_UseBLAS.cmake
  |    M /branches/next/Installation/cmake/modules/CGAL_UseLAPACK.cmake
  |    M /branches/next/Installation/cmake/modules/FindBLAS.cmake
  |    M /branches/next/Installation/cmake/modules/FindLAPACK.cmake
  |    M /branches/next/Installation/doc_tex/Installation/installation.tex
  | 
  | BLAS and LAPACK do not have header files.
  | 
  | One implementation of BLAS or LAPACK can have a header file, but that is
  | not mandatory for an implementation, and (hopefully) nothing in CGAL tries
  | to include a blas.h or a lapack.h.
  | 
  | The current revision removes mentions of BLAS_INCLUDE_DIR and
  | LAPACK_INCLUDE_DIR in CGAL cmake scripts about BLAS and LAPACK.
  | 
  |
  ------------------------------------------------------------------------

Reason:

  For the implementation cblas/clapack, our use of that implementation does
  need a header <blaswrap.h> to work.
2011-10-13 10:17:16 +00:00
Laurent Rineau b9ed6515b1 Documentation fix
The name of the option is BUILD_SHARED_LIBS (standard CMake variable name)
and not CGAL_BUILD_SHARED_LIBS.
2011-10-12 13:47:54 +00:00
Andreas Fabri 90c83ef68b fixed typo 2011-10-11 20:20:22 +00:00
Laurent Rineau 9beade14e5 Modify the documentation: document CGAL_BUILD_SHARED_LIBS 2011-10-11 16:49:05 +00:00
Sébastien Loriot 75999b64d9 remove executable property 2011-10-03 08:22:54 +00:00
Laurent Rineau fdb7ea6c6b prepare ccPkgHowToCiteCgal for CGAL-3.10 (in 2012) 2011-09-28 16:15:05 +00:00
Laurent Rineau 9a21d66104 BLAS and LAPACK do not have header files.
One implementation of BLAS or LAPACK can have a header file, but that is
not mandatory for an implementation, and (hopefully) nothing in CGAL tries
to include a blas.h or a lapack.h.

The current revision removes mentions of BLAS_INCLUDE_DIR and
LAPACK_INCLUDE_DIR in CGAL cmake scripts about BLAS and LAPACK.
2011-09-26 14:49:02 +00:00
Sébastien Loriot 62ed832e2b *Add a model for SVDTraits using Eigen and use it by default. Update the doc.
*Add non-sparse matrix class (thus renamimg of the existing one)
*specialisation of the matrix class in Eigen_solver_traits according
 whether this is a symmetric or asymmetric matrix
*update use-files of lapack and Taucs to get definitions
2011-09-21 12:36:13 +00:00
Sébastien Loriot e03ca84e12 add into installation manual how to get and set eigen 2011-09-20 14:31:08 +00:00
Laurent Rineau e05fc81a4d s/3.8/3.9/ 2011-07-20 13:25:20 +00:00
Laurent Rineau 369498d1e5 Cancel revision 64607. There had been a problem with the branch.
| ------------------------------------------------------------------------
  | r64607 | efif | 2011-07-05 17:27:04 +0200 (Tue, 05 Jul 2011) | 1 line
  | 
  | Merged feature-branch Aos_2-new_functors-tau into next
  | ------------------------------------------------------------------------
2011-07-06 11:11:58 +00:00
Laurent Rineau bed9ead9ba Fix a compilation error: '_' is a special character for LaTeX.
For path like 'C:\boost\boost_1_41_0', one must write
'C:\boost\boost\_1\_41\_0', or use protecting macros, like \ccc,
or... \path itself!
2011-06-09 09:13:27 +00:00
Andreas Fabri 1ca9a95504 Recommend to define 'BOOST_ROOT' to help cmake on Windows 2011-05-31 14:20:19 +00:00
Sébastien Loriot ca13392880 CGAL -> \cgal\ 2011-05-30 12:36:57 +00:00
Laurent Rineau 45f69ecb58 Change the CMake logo, so that it is 120x120
The old 100x100 has been centered into the new canva.
2011-03-10 16:40:32 +00:00
Laurent Rineau 25bf86b442 Fix a URL 2011-03-10 15:39:31 +00:00
Laurent Rineau 244681f5c7 Add Intel to the supported compiler.
Rename section Compilers to "Supported Compilers" and "cmake" to "CMake"
2011-03-10 15:36:44 +00:00
Andreas Fabri 489227d435 fix the ccPkgIllustration 2011-03-10 14:28:33 +00:00
Laurent Rineau e52202329c General use of \foobarpage{} macros. 2011-03-10 13:14:41 +00:00
Andreas Fabri 86adb1673a Add 3rd party libs 2011-03-10 11:56:46 +00:00
Andreas Fabri 49d2966bc8 Merge information that was in Preliminaries/Third Party Software into the installation manual 2011-03-10 11:50:47 +00:00
Andreas Fabri cc816af785 Put the cmake logo as illustration of the Installation package.
Got authorisation from Lisa Avila (Kitware) in
a mail from 9.3.2011
2011-03-10 07:42:15 +00:00
Andreas Fabri bc67e9d701 Replace illustration of PkgDescription 2011-03-09 15:33:30 +00:00
Andreas Fabri 12bc4e647f Remove the sentence "The goal of the CGAL Project ...." 2011-03-09 10:59:52 +00:00
Andreas Fabri 7e30c444f3 CGAL -> \cgal 2011-03-09 09:44:07 +00:00
Andreas Fabri 2b31624a7a Move Leda and MPFI to Miscellaneous 2011-03-04 10:27:22 +00:00
Andreas Fabri 26388680e4 CGAL 3.7 -> CGAL 3.8 2011-03-04 10:07:07 +00:00