summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-30readme: make list of links even tighter.Todd Gamblin1-5/+3
2019-06-30README: Tighten up text, mention the Code of Conduct in the README.Todd Gamblin1-35/+32
2019-06-30meta: move CODE_OF_CONDUCT.md and CONTRIBUTING.md to .githubTodd Gamblin2-0/+0
- Trying to reduce the number of top-level files in Spack. - CODE_OF_CONDUCT.md can be referenced from the README. - CONTRIBUTING.md is only used to display a message on pull requests, and it still does that when in .github.
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-30style: remove unnecessary NOQA exceptionsTodd Gamblin1-9/+9
2019-06-29setup-env.sh: send cd output to /dev/null when it affects SpackTodd Gamblin1-9/+12
- We've seen this a few times now where users have set up `cd` to echo the new directory, and it screws up `setup-env.sh` - In the past we've said this is user error. - Here, we just fix it by sending `cd` output to /dev/null where needed. - this works in bash, zsh, and dash
2019-06-29Allow uninstalling missing packages (#11874)Peter Scheibel2-6/+19
Remove package access from directory_layout; add regression test to ensure that specs can be uninstalled without a package being known
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-28docs: add example for an external module in packages.yamlMark W. Krentel1-2/+12
Add an example of a 'modules:' entry for an external package in packages.yaml. The 'External Packages' section of 'Build Customization' mentions 'paths:' and 'modules:' and gives an example of paths, but not modules.
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-26Add --frontend and --backend option to spack arch command (#11746)Toyohisa Kameyama2-2/+26
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
2019-06-25gnutls: workaround guile build error on macos (#11751)Chuck Atkins1-1/+4
2019-06-25phist can't be compiled with gcc older than 4.9.2 (#11677)jthies1-0/+4
* phist can't be compiled with gcc older than 4.9.2
2019-06-25fmt: Add version 5.3.0 with cxxstd variant support (#11799)Ben Morgan4-2/+80
* fmt: Add cxxstd variant, plus cmake/c++ patches Spack supported versions of fmt default to C++11 for versions less than 5, C++14 greater than 5, with fmt implementing fallbacks to whatever compiler supports. To give better ABI compatibility and use of newer standards, provide a `cxxstd` variant defaulting to 11 with 98-17 options. Use cmake_args to set CMAKE_CXX_STANDARD as appropriate, plus use of `FMT_USE_CPP11` option for C++98 builds. Use `conflicts` to disable use of certain standards in versions that don't support, or fail the build, with those standards. Add patches to unify use of `CMAKE_CXX_STANDARD` in 3.0 versions, remove hard-coding of compiler flags in `fmt-config.cmake`, and prevent use of C++11 features in 4.1.0 when in supported C++98 mode. Default to not building documents as no dependency on Doxygen is yet present, and they are not part of the "all" build. * Use CMake to enforce C++ standard support Fail configure step if fmt tries to build with a cxxstd variant not supported by the compiler (or known to CMake). * fmt: New version 5.3.0
2019-06-24Fix for #10063 : install from source if buildcache with different DAG exist ↵Patrick Gartung1-1/+6
(#11834) * Fix for #10063 : install from source if buildcache with different DAG exist * Flake8
2019-06-24Bumping-up miniVite to version 1.1 (#11828)rvinaybharadwaj2-1/+5
* Bumping-up miniVite to version 1.1 * Keeping both version of miniVite * Changed to >=
2019-06-24New package: Rodinia (starting at 3.1) (#11650)Justin S1-0/+68
2019-06-24UCX package: add versions 1.5.1/1.5.2 (#11832)Carson Woods1-0/+2