diff options
author | Nicolas Richart <nicolas.richart@epfl.ch> | 2016-05-30 15:46:39 +0200 |
---|---|---|
committer | Nicolas Richart <nicolas.richart@epfl.ch> | 2016-05-30 15:46:39 +0200 |
commit | fe79e434592ee87fe69b65d30200794e10bf30f9 (patch) | |
tree | f9a770b81daa7c7a9173ff2b15ad88daea3c581f /var | |
parent | 4c87ef915f917c2262349832966a12127b7700b3 (diff) | |
download | spack-fe79e434592ee87fe69b65d30200794e10bf30f9.tar.gz spack-fe79e434592ee87fe69b65d30200794e10bf30f9.tar.bz2 spack-fe79e434592ee87fe69b65d30200794e10bf30f9.tar.xz spack-fe79e434592ee87fe69b65d30200794e10bf30f9.zip |
limiting package to foam-extend to start
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/foam-extend/package.py (renamed from var/spack/repos/builtin/packages/openfoam-extend/package.py) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/openfoam-extend/package.py b/var/spack/repos/builtin/packages/foam-extend/package.py index 6af824df7e..4bbb065d8b 100644 --- a/var/spack/repos/builtin/packages/openfoam-extend/package.py +++ b/var/spack/repos/builtin/packages/foam-extend/package.py @@ -7,8 +7,9 @@ import re import os -class OpenfoamExtend(Package): - """OpenFOAM-extend or foam-extend""" +class FoamExtend(Package): + """The foam-extend project is a fork of the OpenFOAM open source library + for Computational Fluid Dynamics (CFD).""" version('3.2', git='http://git.code.sf.net/p/foam-extend/foam-extend-3.2') version('3.1', git='http://git.code.sf.net/p/foam-extend/foam-extend-3.1') |