Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-17 | Merge pull request #1252 from hartzell/patch-5 | Todd Gamblin | 1 | -3/+4 | |
Fix format of explanation of an example & question | |||||
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-16 | flake8 fixes | Denis Davydov | 1 | -0/+2 | |
2016-07-16 | add to_lib_name() to get library name from a path | Denis Davydov | 1 | -3/+7 | |
2016-07-16 | Explicitly request zmpi in module blacklist test. | Michael Kuhn | 1 | -1/+1 | |
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-15 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 1 | -1/+1 | |
features/install_with_phases Conflicts: lib/spack/spack/__init__.py var/spack/repos/builtin/packages/gmp/package.py var/spack/repos/builtin/packages/openjpeg/package.py | |||||
2016-07-15 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 24 | -194/+521 | |
features/install_with_phases Conflicts: lib/spack/spack/__init__.py var/spack/repos/builtin/packages/gmp/package.py var/spack/repos/builtin/packages/openjpeg/package.py | |||||
2016-07-15 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 24 | -195/+537 | |
features/module_refresh Conflicts: lib/spack/spack/cmd/module.py | |||||
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 | Fix format of explanation of an example & question | George Hartzell | 1 | -3/+4 | |
This list was not formatted correctly on [the ReadTheDocs site](http://software.llnl.gov/spack/basic_usage.html#specs-dependencies). I'm not a .rst expert, but I think that it was improperly indented. The example includes an `arch=...` string but *arch* is not listed in the valid compiler flag specifiers or architecture specifiers. Should it be, or is it considered an "optional variant specifier? | |||||
2016-07-14 | Minor typo fix | George Hartzell | 1 | -2/+2 | |
the packages that depends on => the packages that depend on | |||||
2016-07-14 | CMakePackage : added hook for roo CmakeLists.txt, removed duplicated code ↵ | alalazo | 2 | -14/+18 | |
from build_environment.py | |||||
2016-07-14 | log : refactored acquire and release semantic to meet the context manager ↵ | alalazo | 2 | -73/+80 | |
protocol | |||||
2016-07-14 | package.py : joined and simplified try/except blocks in do_install | alalazo | 1 | -30/+34 | |
2016-07-13 | flake8 fixes | Michael Kuhn | 1 | -43/+56 | |
2016-07-13 | log : changed semantic for start / join (now it's explicit) | alalazo | 1 | -0/+2 | |
2016-07-13 | log : changed semantic for start / join (now it's explicit) | alalazo | 1 | -2/+13 | |
2016-07-13 | package.py : added CMakePackage, changed qhull, ibmisc, openjpeg to work as ↵ | alalazo | 1 | -106/+148 | |
examples | |||||
2016-07-13 | doc : fixes #1239 | alalazo | 1 | -8/+8 | |
2016-07-13 | log : added timeout to avoid deadlocks on daemon join | alalazo | 1 | -1/+1 | |
2016-07-13 | package.py : workaround for a known bug that was not fixed in python 2.6 | alalazo | 1 | -2/+12 | |
https://bugs.python.org/issue1515 | |||||
2016-07-13 | package.py : hdf5 and lzo have examples of run_tests | alalazo | 1 | -8/+32 | |
2016-07-13 | package.py : extra arguments, fixed inheritance issue | alalazo | 1 | -1/+15 | |
- added attribute to hold extra arguments in PackageBase instances - fixed registration from within packages - examples : hdf5, lzo | |||||
2016-07-13 | package.py : updated logic to log.py rework | alalazo | 1 | -2/+7 | |
Conflicts: lib/spack/spack/package.py | |||||
2016-07-13 | do_install : can stop at an arbitrary phase | alalazo | 1 | -23/+18 | |
Now uses a StopIteration exception as a signal | |||||
2016-07-13 | log_output : moved from os.fork to multiprocessing.Process | alalazo | 1 | -118/+78 | |
2016-07-13 | build_environment : moved from os.fork to multiprocessing.Process | alalazo | 1 | -32/+15 | |
2016-07-13 | do_install : can stop at an arbitrary phase | alalazo | 1 | -62/+56 | |
The mechanism would be simpler if we could leverage exceptions to raise signals. Unfortunately forking does not permit to do so. | |||||
2016-07-13 | package : added EditableMakefile | alalazo | 3 | -15/+59 | |
Modifications : - added EditableMakefile to PackageBase subclasses - astyle modified as an example - preliminary hook to stop at a certain phase of install | |||||
2016-07-13 | package : added a stub for AutotoolsPackage, examples in szip and swiftsim | alalazo | 2 | -43/+88 | |
2016-07-13 | package : introduced InstallPhase, added decorators for prerequisites and ↵ | alalazo | 1 | -85/+129 | |
sanity_checks of phases | |||||
2016-07-13 | package : added hooks for generic phases | alalazo | 2 | -73/+93 | |
2016-07-12 | Merge pull request #1211 from hartzell/patch-3 | Todd Gamblin | 1 | -1/+1 | |
Typo: verison -> version | |||||
2016-07-12 | Fix preferred providers. | Michael Kuhn | 1 | -3/+3 | |
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 | Merged develop into branch | alalazo | 16 | -182/+891 | |
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 | |