summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/amrvis/package.py
AgeCommit message (Collapse)AuthorFilesLines
2020-09-03install/install_tree: glob support (#18376)Adam J. Stewart1-6/+1
* install/install_tree: glob support * Add unit tests * Update existing packages * Raise error if glob finds no files, document function raises
2020-07-29use libquadmath only x86_4 and ppcle. (#17728)Toyohisa Kameyama1-0/+11
2020-07-28Amrvis: update branch name (#17718)mic841-2/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-11-29Mass conversion of setup_(dependent_)?environment (#13924)Adam J. Stewart1-7/+7
* Mass conversion of setup_(dependent_)?environment * prefix -> self.prefix
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-22/+4
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
2018-09-14Updating amrvis to allow building with profiling support. (#9204)Jon Rood1-5/+28
* Updating amrvis to allow building with profiling support. * Setting MPI default to true.
2018-07-25Add top-level attributes for hg, svn, and git A-L packagesAdam J. Stewart1-3/+2
2018-07-14Fixing error in amrvis package. (#8710)Jon Rood1-4/+4
2018-07-02Add Amrvis package (#8590)Jon Rood1-0/+188
* First draft of amrvis package file. * More additions to amrvis. * Formatting. * Forcing compiler environment variables to point to spack mpi compilers when using mpi. * Disabling intel compiler for amrvis. * Comments. * Refining amrvis package file. * Moving library and include locations variables to be inserted at the first lines of the makefile. * Globbing amrvis binary instead of constructing its name. * Making env variable setting consistent and fixing globbing of executable. * Using iglob instead of glob. * Turning MPI on by default for Amrvis.