diff options
author | Geoffrey Oxberry <goxberry@gmail.com> | 2016-10-11 00:33:26 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-10-11 00:33:26 -0700 |
commit | 9a05ffea2761ce6cf9898ea763d105a267060a10 (patch) | |
tree | faaceb2f2b77d348cf0aed661908a953747b78db /.flake8 | |
parent | 29fc9cd22c4d4cf600ec5982f2f43c9941539e7f (diff) | |
download | spack-9a05ffea2761ce6cf9898ea763d105a267060a10.tar.gz spack-9a05ffea2761ce6cf9898ea763d105a267060a10.tar.bz2 spack-9a05ffea2761ce6cf9898ea763d105a267060a10.tar.xz spack-9a05ffea2761ce6cf9898ea763d105a267060a10.zip |
Mfem 3.2 (#1202)
* mfem: add tarball extension
Add tarball extension as a result of a feature added in PR#1926, which
fixes earlier issues in this PR (PR#1202). Prior to adding this feature,
Spack would not autodetect the extension of the tarball downloaded from
the redirected, shorted Google URL, requiring a messy hack. This hack
worked for mfem version 3.1, but led to errors when adding mfem version
3.2 because the files downloaded from Google did not contain the package
name, version number, or extension. Adding the extension enables Spack
to rename the tarball downloaded from Google to a sensible name that is
compatible with its filename parsing algorithms so that Spack "does the
right thing" (detects that the file is a GZipped tarball, decompresses
it, runs GNU Make) in fetching and staging the package.
* mfem: add linkage to KLU & BTF
Add linkage to the KLU & BTF solvers, which are now enabled in MFEM for
versions 3.2 and later.
* mfem: Add superlu-dist variant
Add linkage to SuperLU_DIST, which is a new linear solver interface for
MFEM versions 3.2 and later.
* mfem: add netcdf variant for cubit mesh support
Add NetCDF variant for MFEM versions 3.2 and later; installing the
NetCDF interfaces enables CUBIT mesh support.
Diffstat (limited to '.flake8')
0 files changed, 0 insertions, 0 deletions