User Tools

Site Tools


other:uvcdat:installed

This is an old revision of the document!


UV-CDAT versions installed by JYP

1.5.1

Official details : 1.5.1

cdat_multi configuration version: 10

Machine Config Python/date Notes
LSCE LSCE_10 2.7.4, Apr 23 2014
ciclad ciclad_10 Compilers too old,
Linux too old,
too many problems, … :-(
ciclad-ng ciclad_10-ng 2.7.4, Apr 22 2014
VirtualBox FC20 VB_10

ccmake options

ccmake -D GIT_PROTOCOL=git:// -D CDAT_BUILD_PARALLEL=OFF -D CDAT_BUILD_LIBXML2=OFF -D CDAT_USE_SYSTEM_LIBXML2=ON -D CDAT_BUILD_LIBXSLT=OFF -D CDAT_USE_SYSTEM_LIBXSLT=ON -D CDAT_BUILD_PARAVIEW=OFF -D CDAT_BUILD_GUI=OFF -D CMAKE_INSTALL_PREFIX=$CDAT_INSTALL $CDAT_MAIN_DIR

Paraview problem

Paraview can't be installed, due to R include files not found. Disabling the GUI with -D CDAT_BUILD_GUI=OFF is not enough, so we have to disable it with -D CDAT_BUILD_PARAVIEW=OFF. We then have a problem with pixman being built before freetype so we have to add that pixman depends on freetype

in src/CMake/cdat_modules/pixman_deps.cmake:

set(pixman_deps ${pkgconfig_pkg} ${zlib_pkg})

set(pixman_deps ${pkgconfig_pkg} ${zlib_pkg} ${freetype_pkg})

1.5.0

Official details : n/a

cdat_multi configuration version: 09

Check the installation details of 1.5.1 above. Installation tests of 1.5.0 were stopped as soon as 1.5.1 was available

Machine Config Notes
LSCE LSCE_09

1.1.0

Official details : n/a

cdat_multi configuration version: 08

Machine Config Python/date Notes
LSCE LSCE_08 2.7.3, Nov 13 2012
TGCC curie_08 2.7.3, Oct 29 2012 The only CDAT available @ TGCC
as of April 2014

6.0.0.alpha

Official details : n/a

cdat_multi configuration version: 02

Machine Config Python/date Notes
ciclad ciclad_02 2.7.1, Aug 12 2011





[ PMIP3 Wiki Home ] - [ Help! ] - [ Wiki syntax ]

other/uvcdat/installed.1398249220.txt.gz · Last modified: 2014/04/23 10:33 by jypeter