summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-06Add detection for redhat enterprise server to distro.py (#2262)Todd Gamblin1-1/+2
2016-11-05Add PFFT parallel FFT package (#2255)Michael Kuron4-0/+1799
2016-11-05mpich: updated package to build_systems (#2254)Massimiliano Culpo1-33/+21
2016-11-05variable referenced before assignment (#2252)Massimiliano Culpo1-2/+4
2016-11-04Bugfix in concretize_compiler (#2196)Jeffrey Salmond1-8/+7
2016-11-04Add STAR-CCM+ package (#2202)Adam J. Stewart1-0/+78
2016-11-04Updated py-netcdf: added dependency on py-setuptools. (#2213)Sergey Kosukhin1-0/+1
2016-11-04New texlive release, updating the digest to match (#2218)George Hartzell1-2/+4
2016-11-04Fixes #1520 (#1822)scheibelp4-44/+73
2016-11-04Set Clang as the default compiler on macOS (#2225)Adam J. Stewart4-25/+19
2016-11-04Fix bug in distribution detection on unsupported platforms.Todd Gamblin1-4/+8
2016-11-04Use code from the `distro` package to improve linux distro detection. (#1629)Jeffrey Salmond2-2/+1051
2016-11-04libSplash: Add 1.6.0 Release (#2244)Axel Huebl2-9/+20
2016-11-04module files tutorial : first complete draft (#2228)Massimiliano Culpo3-27/+1009
2016-11-04patch older config.guess for newer architectures (#2221)Gregory Lee12-77/+145
2016-11-04setup script for bash : fixes #2209 for sh setup (#2212)Massimiliano Culpo1-2/+4
2016-11-04updates to matio package (#2243)Jeffrey Salmond1-6/+17
2016-11-04opencoarrays package fixes and new version (#2239)Jeffrey Salmond1-9/+7
2016-11-04Better spack spec (#2238)Todd Gamblin6-25/+85
2016-11-04Make spec.format properties case-insensitivePeter J. Scheibel1-0/+4
2016-11-04Support 'COMPILERVERSION' in spec format stringPeter J. Scheibel1-1/+1
2016-11-04tweaks to packages using CMakePackage (#2241)Jeffrey Salmond4-12/+5
2016-11-04trilinos: switch to CMakePackage and minor cleanup (#2226)Denis Davydov1-31/+21
2016-11-04dealii: switch to CMakePackage and minor cleanup (#2237)Denis Davydov1-11/+6
2016-11-03remove obsolete instructions on hacking clang+gfortran (#2217)Denis Davydov1-52/+15
2016-11-03spack install: forward sys.stdin to child processes (#2158)Massimiliano Culpo3-36/+62
2016-11-03spack find: accepts anonymous specs as arguments fixes #2170 (#2188)Massimiliano Culpo5-58/+33
2016-11-02Set TAU_MAKEFILE env variable (#2210)Pramod Kumbhar1-1/+6
2016-11-02Fix style checker bug. (#2214)Todd Gamblin1-12/+42
2016-11-02Add support for gfortran to be used with clang (#2192)Barry Smith2-4/+28
2016-11-02Added first version of the NCL package. (#2195)Sergey Kosukhin2-0/+263
2016-11-01Nmap package added (#2206)Peter Doak1-0/+37
2016-11-01Update references in debug command (#2204)scheibelp1-3/+3
2016-10-31Improved package.py error handling. (#2187)Todd Gamblin4-163/+219
2016-10-31Add `spack flake8` command. (#2186)Todd Gamblin3-78/+163
2016-10-30Allow common args to be written the same way regular args are.Todd Gamblin2-49/+25
2016-10-30Bugfix: '::' only worked on top-level key in config.Todd Gamblin12-152/+257
2016-10-30Documentation for configurationTodd Gamblin15-388/+678
2016-10-30Add `spack arch --platform` optionTodd Gamblin1-2/+12
2016-10-30travis.yml: Only build master and develop on pushTodd Gamblin1-0/+6
2016-10-30Make provider_index use spack yaml for cleaner output.Todd Gamblin1-4/+4
2016-10-30source_cache, misc_cache, verify_ssl, checksum, & dirty in config.yamlTodd Gamblin17-77/+164
2016-10-30Add module_roots to config.yamlTodd Gamblin5-41/+69
2016-10-30Move temp directory configuration to config.yamlTodd Gamblin9-176/+330
2016-10-30Rename install.yaml -> config.yaml, install_area -> "store"Todd Gamblin23-164/+266
2016-10-30add documentation for new option to set install areaBenedikt Hegner1-0/+11
2016-10-30refactor settings for install area and make them config optionsBenedikt Hegner22-161/+254
2016-10-30Removes cyclic dependency on spack.config. (#2121)Matt Belhorn3-51/+2
2016-10-30python: PYTHONHOME may not be the same as the prefix of the python executable...Barry Smith1-2/+21
2016-10-30module file support: major rework of docs (#2169)Massimiliano Culpo3-566/+660