Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-17 | Merge pull request #1240 from epfl-scitas/truncated_documentation | Todd Gamblin | 1 | -8/+8 | |
doc : fixes #1239 | |||||
2016-07-17 | docs : substituted None with empty cell | alalazo | 1 | -3/+3 | |
2016-07-15 | Merge pull request #1261 from adamjstewart/features/create-deptype | becker33 | 1 | -3/+3 | |
Automatically add deptype to newly created packages | |||||
2016-07-15 | Automatically add deptype to newly created packages | Adam J. Stewart | 1 | -3/+3 | |
2016-07-15 | Merge pull request #1251 from hartzell/patch-4 | becker33 | 1 | -1/+1 | |
Minor typo fix | |||||
2016-07-14 | spec: assign namespaces to the full dependency DAG | Ben Boeckel | 1 | -1/+1 | |
2016-07-14 | package: mention the package that is no concrete | Ben Boeckel | 1 | -1/+1 | |
2016-07-14 | spack: introduce dependency types | Ben Boeckel | 20 | -181/+506 | |
deptypes: allow for different queries For things like Python modules, they are required for the build and runtime, but rather than adding a new parameter for what to query across the dependency DAG, just expose the recursive query parameter. | |||||
2016-07-14 | test: use file:// url for git repos | Ben Boeckel | 1 | -2/+2 | |
2016-07-14 | test/stage: use os.path.realpath on the test paths | Ben Boeckel | 1 | -2/+2 | |
When var/spack/stage is a symlink, the tests fail since realpath is used on the resulting path, but not the original path, so the string compare fails. Smarter path testing might be a better option. | |||||
2016-07-14 | directory_layout: fix error path when specs conflict | Ben Boeckel | 1 | -2/+2 | |
2016-07-14 | typos: fix some typos | Ben Boeckel | 2 | -4/+4 | |
2016-07-14 | Remove extraneous letter 'p' | George Hartzell | 1 | -1/+1 | |
It got in there by mistake, now it's gone. | |||||
2016-07-14 | Minor typo fix | George Hartzell | 1 | -2/+2 | |
the packages that depends on => the packages that depend on | |||||
2016-07-13 | doc : fixes #1239 | alalazo | 1 | -8/+8 | |
2016-07-12 | Merge pull request #1211 from hartzell/patch-3 | Todd Gamblin | 1 | -1/+1 | |
Typo: verison -> version | |||||
2016-07-11 | Add documentation for fetching submodules. | Todd Gamblin | 1 | -0/+12 | |
2016-07-11 | Add `submodules` option for git fetching. | Todd Gamblin | 1 | -2/+7 | |
2016-07-11 | Merge pull request #1190 from davydden/feature/version_dev | Todd Gamblin | 4 | -11/+37 | |
add special treatment of @develop version | |||||
2016-07-11 | document special treatment of development version | Denis Davydov | 1 | -10/+21 | |
2016-07-11 | Typo: verison -> version | George Hartzell | 1 | -1/+1 | |
2016-07-11 | Typo: verison -> version | George Hartzell | 1 | -1/+1 | |
2016-07-10 | add special treatment of develop version | Denis Davydov | 3 | -1/+16 | |
2016-07-09 | Merge pull request #1169 from ↵ | Todd Gamblin | 2 | -1/+14 | |
davydden/feature/install_argument_tests_petsc_fixes --run-tests install argument and petsc fixes | |||||
2016-07-08 | Merge pull request #1200 from glennpj/lowpackname | Todd Gamblin | 2 | -14/+20 | |
Have ``spack create`` default to lower case name for package | |||||
2016-07-08 | Have ``spack create`` default to lower case name | Glenn Johnson | 2 | -14/+20 | |
This will create package directories with lower case names when using `spack create`. The documentation was modified to reflect this. | |||||
2016-07-08 | Fix typo | George Hartzell | 1 | -1/+1 | |
Comamnds -> Commands | |||||
2016-07-06 | Merge pull request #1125 from NERSC/docs/cray | Todd Gamblin | 3 | -94/+237 | |
Update documentation for use on Cray | |||||
2016-07-06 | Minor bug fix | Gregory Becker | 1 | -18/+0 | |
2016-07-06 | Update target autodetection for linux platform | Gregory Becker | 1 | -4/+11 | |
2016-07-06 | add --run-tests argument for install() | Denis Davydov | 2 | -5/+18 | |
2016-07-06 | Merge pull request #1176 from epfl-scitas/features/version_minor_improvements | Todd Gamblin | 2 | -2/+53 | |
spack.Version : like a duck! | |||||
2016-07-06 | qa : flake8 issues | alalazo | 2 | -3/+3 | |
2016-07-06 | version : modified __getitem__ to return either an item or a Version ↵ | alalazo | 2 | -7/+50 | |
instance + unit tests | |||||
2016-07-06 | version : modified __repr__ to return a string representation of the object ↵ | alalazo | 2 | -1/+9 | |
+ unit tests | |||||
2016-07-05 | (bugfix) fixed typo of spec --> raw_spec | William Killian | 1 | -1/+1 | |
2016-07-04 | Fix compile bugs for gcc on Mac OS X with macports. | Todd Gamblin | 1 | -0/+9 | |
- add macports to things that are cleaned out of the environment. - linker incompatibilities cause issues with packages like OpenSSL. - also clean up NOQA stuff in OpenSSL | |||||
2016-07-04 | Add `--dirty` option to `spack install`. | Todd Gamblin | 3 | -19/+32 | |
- Allow install to be run without cleaning the environment. | |||||
2016-07-04 | Merge branch 'fix-archive' of https://github.com/mwilliammyers/spack into ↵ | Todd Gamblin | 1 | -3/+0 | |
mwilliammyers-fix-archive | |||||
2016-07-04 | Merge branch 'efischer/160311-StagedPackage' of ↵ | Todd Gamblin | 4 | -19/+479 | |
https://github.com/citibeth/spack into citibeth-efischer/160311-StagedPackage | |||||
2016-07-01 | Remove more variables from build environment | Glenn Johnson | 1 | -0/+2 | |
Remove the LIBRARY_PATH and CPATH environment variables before building a package. | |||||
2016-06-30 | Change arch spec and fix typo | Mario Melara | 1 | -20/+20 | |
Changed old arch specs to new arch specs. Changed intallation to installation | |||||
2016-06-30 | Remove Cray examples of config files | Mario Melara | 1 | -40/+0 | |
Removed examples of Cray config files and added them under Spack on Cray. Any users of Cray can just look at the Spack on Cray section to get an idea of what's used. If they want more information they can click links to the sections. | |||||
2016-06-30 | Add more documentation fix arch spec | Mario Melara | 1 | -85/+185 | |
Added more documentation for Spack on Cray. Also fixed the architecture spec to be linux-debian7-x86_64 since it was reversed in the previous commit. | |||||
2016-06-30 | PEP-8 | Elizabeth Fischer | 1 | -2/+4 | |
2016-06-30 | Merge remote-tracking branch 'upstream/develop' into ↵ | Elizabeth Fischer | 187 | -3727/+9506 | |
efischer/160630-StagedPackage # Conflicts: # lib/spack/docs/packaging_guide.rst # lib/spack/spack/package.py Mostly minor/formatting issues in lib/spack/spack/package.py (the heavyweight merge was already done recently). Only one serious issue: it looks like the feature branch had accidentally deleted the line `spack.hooks.post_install(self)`. This got added back in from develop. | |||||
2016-06-30 | Merge pull request #1141 from adamjstewart/fixes/license_docs | Todd Gamblin | 1 | -2/+2 | |
Fix missing code blocks in licensed software documentation | |||||
2016-06-30 | Merge pull request #1146 from scheibelp/features/doc-caching | Todd Gamblin | 3 | -8/+39 | |
added documentation for automatic caching of resources fetched during installs | |||||
2016-06-30 | Merge branch 'efischer/160401-RecursiveModules' of ↵ | Todd Gamblin | 3 | -36/+162 | |
https://github.com/citibeth/spack into citibeth-efischer/160401-RecursiveModules | |||||
2016-06-29 | added documentation for automatic caching of resources fetched during installs | Peter Scheibel | 3 | -8/+39 | |