Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-18 | more merge work | Gregory Becker | 2 | -58/+4 | |
2016-05-18 | more merge work | Gregory Becker | 1 | -21/+8 | |
2016-05-18 | more merge work | Gregory Becker | 2 | -15/+18 | |
2016-05-18 | Finished merge on these files | Gregory Becker | 4 | -94/+104 | |
2016-05-18 | Partial merge of mainline develop | Gregory Becker | 663 | -4470/+24080 | |
2016-05-18 | Merge pull request #966 from verolero86/develop | Todd Gamblin | 1 | -1/+4 | |
Add option to disable VT support in openmpi package | |||||
2016-05-18 | Merge pull request #969 from Rombur/boost | Todd Gamblin | 1 | -0/+1 | |
Add boost 1.61.0 | |||||
2016-05-18 | Merge pull request #948 from davydden/bugfix/astyle | Todd Gamblin | 1 | -1/+1 | |
astyle: fix filter command which failed on OSX with python 2.7.10 | |||||
2016-05-18 | Merge pull request #968 from epfl-scitas/find_always_zero_pkgs | Todd Gamblin | 1 | -54/+83 | |
Fix : spack find | |||||
2016-05-18 | Add boost 1.61.0 | Bruno Turcksin | 1 | -0/+1 | |
2016-05-18 | fixes #967, flake8 approved | alalazo | 1 | -53/+82 | |
2016-05-18 | fixes #967 | alalazo | 1 | -1/+1 | |
2016-05-17 | Merge pull request #961 from xjrc/features/flake8-improvements | Todd Gamblin | 2 | -31/+45 | |
Enhancement Proposal: Exempt '@when' Functions from Style Redefinition Errors | |||||
2016-05-17 | Merge branch 'features/cflags' into develop | Todd Gamblin | 26 | -157/+711 | |
Conflicts: lib/spack/spack/cmd/find.py var/spack/repos/builtin/packages/ghostscript/package.py | |||||
2016-05-17 | Tag Spack version 0.9v0.9 | Todd Gamblin | 1 | -1/+1 | |
- Tagging a version to include all that's happened since 0.8.17 - This is in anticipation of merging `features/cflags` and `features/newarch`, which will break the spec format. - 1.0 will likely come after those. | |||||
2016-05-17 | Merge pull request #868 from trws/explicitly-installed | Todd Gamblin | 4 | -12/+36 | |
track whether a package was installed "explicitly" | |||||
2016-05-17 | Merge pull request #955 from trws/lua-rework | Todd Gamblin | 5 | -46/+170 | |
complete lua rework | |||||
2016-05-17 | Merge pull request #963 from eschnett/eschnett/duplicate-providers | Todd Gamblin | 1 | -0/+5 | |
Remove duplicate providers that can concretize to the same result | |||||
2016-05-17 | Remove duplicate providers that can concretize to the same result | Erik Schnetter | 1 | -0/+5 | |
Patch generously provided by @becker33. Closes #928. | |||||
2016-05-17 | the right flag here is +, the default behavior is controlled in the variant | Veronica G. Vergara Larrea | 1 | -1/+1 | |
2016-05-17 | Merge pull request #952 from davydden/package/sed | becker33 | 1 | -0/+39 | |
sed: add package | |||||
2016-05-17 | add a flag to openmpi to allow users to disable vt support | Veronica G. Vergara Larrea | 1 | -1/+4 | |
2016-05-17 | Merge pull request #958 from trws/golang-new | Todd Gamblin | 8 | -175/+429 | |
Golang new | |||||
2016-05-17 | flake8-related cleanup | Tom Scogland | 2 | -3/+1 | |
2016-05-17 | rework for gopath and bootstrapping | Tom Scogland | 4 | -19/+76 | |
2016-05-16 | Added line limit exemptions for 'variant' and 'version' directives. | Joseph Ciurej | 2 | -10/+11 | |
Updated the 'scotch' package to use oneline 'variant' directives. | |||||
2016-05-16 | Updated style checking to ignore refinition errors for '@when' fxns. | Joseph Ciurej | 2 | -31/+44 | |
Updated the Scotch package to conform to PEP8 standards and to test style checking improvements. | |||||
2016-05-16 | Merge pull request #953 from citibeth/150514-NetCDFCXX4 | Todd Gamblin | 1 | -2/+7 | |
netcdf-cxx4: Update to latest released version 4.3.0 | |||||
2016-05-16 | Fixed config tests for new compiler config format | Gregory Becker | 1 | -5/+11 | |
2016-05-16 | Placate flake8 demands. | Elizabeth Fischer | 1 | -1/+3 | |
2016-05-16 | Added more compilers to mock packages tests | Gregory Becker | 1 | -0/+22 | |
2016-05-16 | add GOPATH support | Tom Scogland | 2 | -2/+15 | |
Also fixes flex to depend on bison for its yacc implementation. | |||||
2016-05-16 | handle explicit when requesting to install already installed packages | Tom Scogland | 1 | -0/+5 | |
2016-05-16 | track whether a package was installed "explicitly" | Tom Scogland | 4 | -12/+31 | |
Adds a new attribute in the database to track whether a package was installed explicitly or not, where explicitly is the user running `spack install <package>` and implicitly is it being installed as a dependency. It also adds arguments to `spack find` to find these packages such that it should be possible to query the packages that were installed implicitly and are not currently depended upon any longer. | |||||
2016-05-16 | fixing more flake8 errors that only appear on travis... | Tom Scogland | 1 | -4/+2 | |
2016-05-16 | formatting to appease flake8 | Tom Scogland | 4 | -135/+178 | |
2016-05-16 | fix linking issue on ubuntu | Tom Scogland | 1 | -2/+11 | |
Evidently some readline variants are built with only a dynamic dependency on ncurses, this addresses that problem for such systems. | |||||
2016-05-16 | Merge pull request #959 from davydden/bugfix/doxygen_ghostscript_graphviz | Todd Gamblin | 3 | -13/+23 | |
Bugfix/doxygen ghostscript graphviz | |||||
2016-05-16 | Merge pull request #957 from glennpj/turbomole_subprocess | Todd Gamblin | 1 | -30/+46 | |
Updated turbomole package file. | |||||
2016-05-15 | indentation fixes | Denis Davydov | 3 | -6/+7 | |
2016-05-15 | doxygen: add graphviz variant; enable flex and bison on OSX and they build fine | Denis Davydov | 1 | -7/+8 | |
2016-05-15 | go cleanup, adding hub | Tom Scogland | 3 | -0/+24 | |
2016-05-15 | remove debug print | Tom Scogland | 1 | -1/+0 | |
2016-05-15 | environment: fixed comment and default separator | Tom Scogland | 1 | -2/+4 | |
2016-05-15 | graphviz: add missing dependency and fix installation on darwin | Denis Davydov | 1 | -0/+9 | |
2016-05-15 | ghostscript: url was changed upstream | Denis Davydov | 1 | -2/+1 | |
2016-05-14 | removing comments | Tom Scogland | 2 | -35/+2 | |
also randomly changed unnecessary licence block | |||||
2016-05-14 | go rework | Tom Scogland | 5 | -82/+160 | |
This commit includes: * a new go package that uses gccgo to bootstrap the go toolchain * env support added to Executable * a new Go fetch strategy that uses `go get` to fetch a package and all of its deps * A platinum searcher package that leverages the new go package and fetch strategy | |||||
2016-05-14 | adding go_compiler providers | Tom Scogland | 2 | -2/+7 | |
2016-05-14 | moving go packages to the new path | Tom Scogland | 2 | -1/+2 | |