Updating MFEM package with v3.2 info.
This commit is contained in:
parent
0e422dec8c
commit
d3b0cb56b7
1 changed files with 4 additions and 2 deletions
|
@ -31,11 +31,13 @@ class Mfem(Package):
|
||||||
homepage = 'http://www.mfem.org'
|
homepage = 'http://www.mfem.org'
|
||||||
url = 'https://github.com/mfem/mfem'
|
url = 'https://github.com/mfem/mfem'
|
||||||
|
|
||||||
# version('3.1', git='https://github.com/mfem/mfem.git',
|
version('3.2', '2938c3deed4ec4f7fd5b5f5cfe656845282e86e2dcd477d292390058b7b94340',
|
||||||
# commit='dbae60fe32e071989b52efaaf59d7d0eb2a3b574')
|
url='http://goo.gl/Y9T75B', expand=False)
|
||||||
|
|
||||||
version('3.1', '841ea5cf58de6fae4de0f553b0e01ebaab9cd9c67fa821e8a715666ecf18fc57',
|
version('3.1', '841ea5cf58de6fae4de0f553b0e01ebaab9cd9c67fa821e8a715666ecf18fc57',
|
||||||
url='http://goo.gl/xrScXn', expand=False)
|
url='http://goo.gl/xrScXn', expand=False)
|
||||||
|
# version('3.1', git='https://github.com/mfem/mfem.git',
|
||||||
|
# commit='dbae60fe32e071989b52efaaf59d7d0eb2a3b574')
|
||||||
|
|
||||||
variant('metis', default=False, description='Activate support for metis')
|
variant('metis', default=False, description='Activate support for metis')
|
||||||
variant('hypre', default=False, description='Activate support for hypre')
|
variant('hypre', default=False, description='Activate support for hypre')
|
||||||
|
|
Loading…
Reference in a new issue