Skip to content
Snippets Groups Projects
Commit 5c09a643 authored by mark's avatar mark
Browse files

COMP: avoid building CGAL ImageIO lib (fixes #15)

- OpenFOAM doesn't use any of the CGAL image library and the ImageIO
  library adds in an unnecessary OpenGL dependency (reported to fail
  on kubuntu-14.04)

STYLE: adjust documented link to main (non-svn) VisIt project directory
parent 9f6a77a1
No related branches found
No related tags found
1 merge request!4Merge develop into master for v1706 release
...@@ -415,7 +415,8 @@ The minimum gcc/g++ requirements for building various components. ...@@ -415,7 +415,8 @@ The minimum gcc/g++ requirements for building various components.
[link FFTW]: http://www.fftw.org/fftw-3.3.5.tar.gz [link FFTW]: http://www.fftw.org/fftw-3.3.5.tar.gz
[page cgns]: http://cgns.github.io/ [page cgns]: http://cgns.github.io/
[link ccmio]: http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz (check usage conditions) [link ccmio]: http://portal.nersc.gov/project/visit/third_party/libccmio-2.6.1.tar.gz (check usage conditions)
[altlink ccmio]: http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz (check usage conditions)
[page tecio]: http://www.tecplot.com/ [page tecio]: http://www.tecplot.com/
[link tecio]: http://www.tecplot.com/my/tecio-library/ (needs registration) [link tecio]: http://www.tecplot.com/my/tecio-library/ (needs registration)
......
...@@ -475,6 +475,7 @@ CMAKE_OPTIONS ...@@ -475,6 +475,7 @@ CMAKE_OPTIONS
-DCMAKE_INSTALL_PREFIX=$CGAL_ARCH_PATH \ -DCMAKE_INSTALL_PREFIX=$CGAL_ARCH_PATH \
-DCGAL_INSTALL_LIB_DIR=lib$WM_COMPILER_LIB_ARCH \ -DCGAL_INSTALL_LIB_DIR=lib$WM_COMPILER_LIB_ARCH \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DWITH_CGAL_ImageIO=OFF \
-DWITH_CGAL_Qt5=OFF \ -DWITH_CGAL_Qt5=OFF \
${optHeadersOnly:+-DCGAL_HEADER_ONLY=TRUE} \ ${optHeadersOnly:+-DCGAL_HEADER_ONLY=TRUE} \
$configBoost $configGmp $configMpfr \ $configBoost $configGmp $configMpfr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment