[general] version=@{bare_version}_opengl long-description= @{general.long-description} This version has been compiled as shared libraries with opengl back end using these flags @{BUILD_SCRIPT.configure_flags} you can see the sources by module load module load @{general.name}/@{general.bare_version}--source ls \@{BUILD_SCRIPT.source_dir} [module] module=@{general.version} [BUILD_SCRIPT] init= @{BUILD_SCRIPT.init} module load @{module.compiler} module load @{general.name}/@{general.bare_version}_source module load cmake/3.1.0 module load @{module.required-modules} cmake_definitions= -DBUILD_SHARED_LIBS=ON -DPARAVIEW_ENABLE_PYTHON=ON -DPARAVIEW_ENABLE_FFMPEG=ON -DFFMPEG_INCLUDE_DIR=${FFMPEG_HOME}/include -DFFMPEG_LIBRARY_DIR=${FFMPEG_HOME}/lib -DPARAVIEW_QT_VERSION=5 [module] required-modules= python/2.7.8 ffmpeg/git_shared qt/5.3.2_opengl--@{compiler_family}--@{compiler_version}