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 Notes
LSCE LSCE_10
ciclad ciclad_10 Compilers too old, too many problems, … :-(
ciclad-ng ciclad_10-ng
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

Machine Config Notes
LSCE LSCE_09

???

Official details : n/a

cdat_multi configuration version: 08

Machine Config Notes
LSCE LSCE_08
TGCC curie_08

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.1398171180.txt.gz · Last modified: 2014/04/22 12:53 by jypeter