summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2019-07-01openfoam: rename openfoam-com to openfoam (#11876)Mark Olesen15-29/+25
The original packaging, with openfoam as a virtual and with openfoam-com, openfoam-org and openfoam-extend as providers, adds an obfuscation layer without any benefit. - Rename `openfoam-com` to `openfoam`, and remove the `openfoam` virtual package.
2019-07-01specs: remove parse_anonymous_spec(); use Spec() insteadTodd Gamblin2-0/+56
- `parse_anonymous_spec()` is a vestige of the days when Spack didn't support nameless specs. We don't need it anymore because now we can write Spec() for a spec that will match anything, and satisfies() semantics work properly for anonymous specs. - Delete `parse_anonymous_spec()` and replace its uses with simple calls to the Spec() constructor. - make then handling of when='...' specs in directives more consistent. - clean up Spec.__contains__() - refactor directives and tests slightly to accommodate the change.
2019-07-01New packages: libmo-unpack and py-mo-pack (#11895)Milton Woods2-0/+38
* libmo-unpack: package to encode and decode UM fields * py-mo-pack: python interface for libmo-unpack
2019-07-01New package: r-gwmodel (starting at 2.0-9) (#11887)Justin S1-0/+26
2019-07-01New package: r-spatialreg (starting at 1.1-3) (#11886)Justin S1-0/+28
2019-07-01New package: r-spdata (starting at version 0.3.0) (#11883)Justin S1-0/+18
2019-07-01New package: py-nc-time-axis (#11898)Milton Woods1-0/+20
2019-07-01py-markdown package: update dependency version range (#11908)Glenn Johnson1-1/+1
The python dependency specifies that 2.7 or 2.8 are allowed when in fact it should specify a version range (anything between 2.7 and 2.8, inclusive).
2019-07-01mpich: wrapperrpath variant allows disablement of RPATH usage in mpiccSameer Shende1-1/+4
Added a wrapperrpath variant to mpich that defaults to `True`. Users can set this to `False` (e.g., spack install mpich~wrapperrpath) to disable the wrapper RPATHs. This makes it easier to replacing an MPICH installation in a container with an MPICH for the host system, e.g., Cray MPICH with Shifter on Cori, Intel MPI, MVAPICH2, etc. Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
2019-07-01planck-likelihood: remove -m64 on ARM (#11902)Toyohisa Kameyama2-0/+17
2019-07-01ADIOS2: v2.4.0 (#11904)Axel Huebl1-0/+1
Add the latest release of ADIOS2.
2019-07-01tk: avoid search for X headers and libraries (#11892)Milton Woods1-1/+3
2019-07-01camellia: fix hdf5 dependency (#11810)t-karatsu1-1/+6
* camellia: fix hdf5 dependency * camellia: Add comment
2019-07-01r-spacetime: new package at 1.2-2 (#11885)Justin S1-0/+23
2019-07-01py-netcdf4: depend on hdf5+hl (#11893)Milton Woods1-1/+1
2019-06-30llvm: don't build CppBackend for flang versions of llvm (#11841)Dr Owain Kenway1-1/+5
The version of LLVM used by flang is new enough that CppBackend doesn't exist. Unfortunately, `flang-xxxxxxxx` is seen as < `3.9.0` by the version check. * add a special case for `flang` versions.
2019-06-30libtomlc99: Update versionOliver Breitwieser1-0/+1
The PR for shared libraries has been merged upstream -> add new version.
2019-06-29legion: added recent releases (#11889)Christoph Junghans1-0/+4
2019-06-28r-intervals: new package at 0.15.1 (#11884)Justin S1-0/+18
2019-06-28qthreads package: make hwloc dependency optional and add version 1.14 (#11780)Carson Woods1-5/+15
2019-06-28New package: libtomlc99 (#11811)Andreas Baumbach1-0/+33
2019-06-28bib2xhtml: replace version and change the download url (#11837)Hironori-Yamaji1-2/+2
The old version was no longer available for download
2019-06-28PMDK package: requires ncurses dependency (#11868)Matthieu Dorier1-0/+1
2019-06-28OTF package: use autotools. (#11873)Toyohisa Kameyama1-8/+8
2019-06-28blast-plus package: remove --with-64 on ARM. (#11877)Toyohisa Kameyama1-1/+2
This configure option is not supported on ARM
2019-06-28likwid package: Fix build with version 4.3.4 (#11878)Michael Kuhn1-0/+2
2019-06-28Update package.py (#11872)ktsai71-0/+1
2019-06-28fenics, llvm: Fix package names being overriden (#11879)Michael Kuhn2-21/+21
Setting name within the package class allows overriding the package name, which both packages do using several for loops. Fixes #11789
2019-06-28portage: add v1.2.2 (#11842)Christoph Junghans3-0/+36
* portage: add v1.2.2 * Update package.py * Update package.py * Update package.py * Update package.py * flake8
2019-06-27Gotcha package: fixed to build on ARM. (#11840)Toyohisa Kameyama2-0/+20
Apply patch to current version which has not yet been merged in the upstream package repo.
2019-06-27New packages: Chill and IEGenLib (#11406)Derick Huth2-0/+82
* Add Chill package * Add IEGenLib package, a dependency of Chill
2019-06-27pkgconf: Add 1.6.1 (#11863)Michael Kuhn1-0/+1
2019-06-27bml: add v1.3.1 (#11856)Christoph Junghans1-0/+1
2019-06-27f90cache: change the download url (#11838)Hironori-Yamaji1-2/+4
* f90cache: change the download url * f90cache: added the download url for ver 0.99
2019-06-27tcsh: change the download url, add version 6.21.00 (#11836)Hironori-Yamaji1-2/+4
* tcsh: change the download url, add version 6.21.00 * tcsh: change the download url * tcsh: Fix checksum for 6.20.00
2019-06-27Update openfoam (#11866)Mark Olesen1-13/+15
* OpenFOAM: rationalize architecture options - older versions of OpenFOAM had WM_ARCH_OPTION to choose a 32-bit build on 64-bit architectures. This is not exactly relevant anymore and has now been largely removed from OpenFOAM. - simultaneously the newest version of OpenFOAM has rationalized the handling of special settings for KNL by rolling these into the compiler options. We now do the same thing here in spack. 1. Reuse the internal variable arch_option to convey processor-specific optimizations and add these into the C++OPT=... statement. 2. Drop spack support for configuring a 32-bit build on 64-bit hardware. These changes can also be applied to older OpenFOAM versions, and to various OpenFOAM forks without issue. * update openfoam versions. New release 1906, patched 1812 version.
2019-06-27font-util: Add missing mkfontdir build dependency (#11865)Michael Kuhn1-0/+1
Some of the fonts now included in font-util need mkfontdir to build.
2019-06-27Fix pkgconfig dependencies (#11864)Michael Kuhn2-2/+2
pkgconfig is the correct virtual dependency.
2019-06-27cbtf-krell: fixed to build on ARM. (#11859)Toyohisa Kameyama2-0/+132
2019-06-27font-util: fix fontname. (#11860)Toyohisa Kameyama1-2/+2
2019-06-27petsc: add version 3.11.3 (#11857)Satish Balay1-0/+1
2019-06-26cdo: Remove obsolete patch (#11854)Michael Kuhn2-207/+0
Commit ea3e1521fe3bcb260fdea439208f0dd47d3ff062 removed version 1.9.7rc2, making the patch for gcc@9 obsolete.
2019-06-26ncl: Fix build (#11855)Michael Kuhn2-1/+2
ncl does not build with newer versions of gdal (or rather proj). This also needs a small change to gdal, otherwise we end up with both proj@5 and proj@6 in the spec.
2019-06-26Make yaml-cpp build with libc++ (#10504)Greg Becker1-1/+27
- Separate `yaml-cpp` tests into variant - Make conflict between `yaml-cpp` tests and `libc++` explicit
2019-06-26added min version for gasnet and legion (#11853)ktsai71-2/+2
* added min version for gasnet and legion * Update package.py * Update package.py * Update package.py
2019-06-26RELION package: add version 3.0.6 (#11851)Douglas Duckworth1-3/+2
2019-06-26X11fonts: use autotools for new architecture host (#11785)Toyohisa Kameyama38-1235/+88
* Remove individual font-* packages and add them as resources of the font-util package * Update font-util package to Autotools-based package, and call autoreconf to regenerate the old configure script * Add font-adobe-utopia-type1
2019-06-25Rename py-pytables -> py-tables (#11847)Adam J. Stewart3-3/+3
2019-06-25remove binary file that got added inadvertently via #11828 (#11848)Satish Balay1-0/+0
2019-06-25pfunit: fixed a typo (#11843)Christoph Junghans1-1/+1