limiting package to foam-extend to start

This commit is contained in:
Nicolas Richart 2016-05-30 15:46:39 +02:00
parent 4122ecbc80
commit 08c8d1d1f7

View file

@ -7,8 +7,9 @@
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')