limiting package to foam-extend to start
This commit is contained in:
parent
4122ecbc80
commit
08c8d1d1f7
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
class OpenfoamExtend(Package):
|
class FoamExtend(Package):
|
||||||
"""OpenFOAM-extend or foam-extend"""
|
"""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.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')
|
version('3.1', git='http://git.code.sf.net/p/foam-extend/foam-extend-3.1')
|
Loading…
Reference in a new issue