From 2a46af53fb20136ac099ebe17c2aedda497f4478 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Thu, 15 Nov 2018 14:38:46 +0100 Subject: [PATCH] CONF: add example v1806.cfg --- legacyCompile/v1806.cfg | 53 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 legacyCompile/v1806.cfg diff --git a/legacyCompile/v1806.cfg b/legacyCompile/v1806.cfg new file mode 100644 index 0000000..1ae7c28 --- /dev/null +++ b/legacyCompile/v1806.cfg @@ -0,0 +1,53 @@ +#------------------------------------------------------------------------------ +# File +# v1806.cfg +# +# Description +# Configuration file for legacyCompile +#------------------------------------------------------------------------------ + +# Top-level package information +[package] + +FoamVersion=v1806 +OFdirName=OpenFOAM-v1806 +TPdirName=ThirdParty-v1806 + +# If source packages differ from the directory names, uncomment and adjust + +# OFsource=OpenFOAM-plus +# TPsource=ThirdParty-plus + +# Architecture +[arch] +label=32 +scalar=32 + + +[software] +# Preferred software versions etc. Use 'third' for ThirdParty. +#---------------------+-------------------+-------------------+ +# package | default | user-preference | +#---------------------+-------------------+-------------------+ + boost boost_1_64_0 + cgal CGAL-4.9.1 + fftw fftw-3.3.7 + openmpi openmpi-1.10.4 + scotch scotch_6.0.3 + kahip kahip-2.00 + paraview ParaView-5.5.2 none + cmake cmake-system cmake-3.5.2 + vtk none VTK-8.1.0 + mesa none mesa-17.1.1 + qt qt-system qt-5.9.3 + llvm llvm-3.7.1 + gcc system gcc-4.8.5 + gmp system gmp-6.1.2 + mpfr system mpfr-4.0.1 + mpc system mpc-1.0.3 + + ompiType system third + compilerType system third + compiler Gcc + +# ----------------------------------------------------------------------------- -- GitLab