summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mumps
AgeCommit message (Collapse)AuthorFilesLines
2016-04-06metis 4.0.3Geoffrey Oxberry1-1/+1
Add version 4.0.3 to metis package. Attempted to implement reasonable versions of all variants declared for metis@5.1.0; some of these do not have analogues in metis@4.0.3, and errors are raised accordingly. Also updated dependencies of packages with depends_on('metis') to depends_on('metis@5:') to ensure that these packages still build.
2016-04-01mumps: install mpiseq headers for '~mpi'Geoffrey Oxberry1-2/+5
Prior to this commit, spack installs a library called `libmpiseq` into `spec['mumps'].prefix.lib` when it builds MUMPS without MPI. However, it does not also install the headers corresponding to this library, so it is impossible to compile source files that depend on function calls implemented in this library. This commit fixes this problem by installing these headers, which are needed by packages (e.g., IPOPT) that depend on these headers.
2016-03-27mumps: add install_name / sonameDenis Davydov1-2/+2
2016-03-25add fPIC to MUMPS when building shared libsDenis Davydov1-6/+9
2016-03-25add shared variant to mumps (needed for Trilinos) plus testsDenis Davydov2-9/+41
2016-03-23fix MUMPS build on OSX (set parallel=False)Denis Davydov1-1/+2
2016-03-20fix mumps: when installed with parmetis has to be linked with metisDenis Davydov1-12/+16
2016-01-20Minor correction to install mumps+mpiNicolas Richart2-10/+25
2016-01-20renaming packages to follow changes on developNicolas Richart2-0/+162