index
:
spack
adelie
adelie-v0.19.0
adelie-v0.20.3
adelie-v0.21.0
develop
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-30
Documentation for configuration
Todd Gamblin
15
-388
/
+678
2016-10-30
Add `spack arch --platform` option
Todd Gamblin
1
-2
/
+12
2016-10-30
Make provider_index use spack yaml for cleaner output.
Todd Gamblin
1
-4
/
+4
2016-10-30
source_cache, misc_cache, verify_ssl, checksum, & dirty in config.yaml
Todd Gamblin
16
-76
/
+160
2016-10-30
Add module_roots to config.yaml
Todd Gamblin
4
-35
/
+62
2016-10-30
Move temp directory configuration to config.yaml
Todd Gamblin
8
-171
/
+325
2016-10-30
Rename install.yaml -> config.yaml, install_area -> "store"
Todd Gamblin
21
-156
/
+202
2016-10-30
add documentation for new option to set install area
Benedikt Hegner
1
-0
/
+11
2016-10-30
refactor settings for install area and make them config options
Benedikt Hegner
21
-161
/
+246
2016-10-30
Removes cyclic dependency on spack.config. (#2121)
Matt Belhorn
3
-51
/
+2
2016-10-30
module file support: major rework of docs (#2169)
Massimiliano Culpo
3
-566
/
+660
2016-10-30
configuration file for modules : fixed enable keyword (#2176)
Massimiliano Culpo
4
-74
/
+10
2016-10-29
Do not check directory layout for external packages (#2172)
Barry Smith
1
-1
/
+1
2016-10-29
Import dso_suffix from spack.build_environment in abi.py (#2174)
Matthew Scott Krafczyk
1
-0
/
+1
2016-10-29
Use Spec.format for token substitution in modules (#1848)
scheibelp
3
-65
/
+87
2016-10-27
Fix rpath linking for NAG, add documentation on setup (#2142)
Adam J. Stewart
3
-27
/
+57
2016-10-26
Remove support for deprecated package. See also #2085 and #2086 (#2090)
Elizabeth Fischer
1
-1
/
+0
2016-10-26
Fix typo: _choiches -> _choices (#2127)
George Hartzell
1
-1
/
+1
2016-10-26
typo: vlaues -> values (#2147)
George Hartzell
1
-1
/
+1
2016-10-26
Removed documentation on false paths as per #2083 (#2146)
Elizabeth Fischer
2
-40
/
+1
2016-10-26
document recommended usage of system blas/lapack (#2081)
Denis Davydov
1
-0
/
+35
2016-10-26
ProcessError : now the exception is correctly pickled and passed across proce...
Massimiliano Culpo
2
-11
/
+32
2016-10-26
spack install : added --log-format option (incorporates test-install command)...
Massimiliano Culpo
5
-281
/
+268
2016-10-26
add a unit test for conretization with develop version (#2064)
Denis Davydov
1
-0
/
+7
2016-10-25
filter system paths (#2083)
Denis Davydov
3
-3
/
+62
2016-10-25
Find compatibility versions of GCC (#2099)
Adam J. Stewart
1
-2
/
+3
2016-10-25
multimethod.py : calls functools.wraps before returning the correct method fi...
Massimiliano Culpo
1
-1
/
+11
2016-10-25
spack setup : fixed regression after #1186 (#2117)
Massimiliano Culpo
1
-1
/
+25
2016-10-24
Merge pull request #1186 from epfl-scitas/features/install_with_phases
Todd Gamblin
15
-551
/
+1177
2016-10-24
Rename EditableMakefile to MakefilePackage
Todd Gamblin
2
-4
/
+4
2016-10-24
Bug Fix : Apply Compiler Flags Specified by Manual Compiler Configuration (#1...
Joseph Ciurej
7
-53
/
+126
2016-10-24
Typo: becuase -> because (#2110)
George Hartzell
1
-1
/
+1
2016-10-24
Small fix to docs. (#2092)
Elizabeth Fischer
1
-1
/
+1
2016-10-24
spack test : exits after ctrl+c fixes #2029 (#2082)
Massimiliano Culpo
2
-15
/
+27
2016-10-23
package.py : moved each specialized package to its own module file
alalazo
6
-156
/
+329
2016-10-23
spack setup : improved error message
alalazo
1
-4
/
+6
2016-10-23
CMakePackage, AutotoolsPackage : added default behavior on check
alalazo
1
-2
/
+31
2016-10-23
Merge branch 'develop' of https://github.com/LLNL/spack into features/install...
alalazo
10
-65
/
+146
2016-10-23
spack.error : fixed pickling and representation to permit to pass FetchErrors
alalazo
1
-1
/
+12
2016-10-22
spack build, spack configure : added commands
alalazo
4
-10
/
+139
2016-10-22
CMakePackage : changed method name from `wdir` to `build_directory`
alalazo
1
-8
/
+6
2016-10-22
do_install : use build_system_class attribute instead of `type(self).__base__`
alalazo
1
-2
/
+3
2016-10-22
spack info : shows the build-system class used
alalazo
2
-2
/
+17
2016-10-21
Don't clear LD_LIBRARY_PATH and friends from compiler wrappers (#2074)
Matthew LeGendre
1
-7
/
+0
2016-10-22
packages : moved decorators into AutotoolsPackage and CMakePackage
alalazo
1
-0
/
+20
2016-10-22
spack create : fixed typo
alalazo
1
-1
/
+1
2016-10-21
Removed space before colon in `FIXME:`, added one line description of guess c...
alalazo
1
-13
/
+13
2016-10-21
spack info : added phases
alalazo
1
-1
/
+8
2016-10-21
Remove unnecessary blackslash for flake8
Matthew LeGendre
1
-2
/
+2
2016-10-21
qa : flake8 issues
alalazo
1
-1
/
+3
[next]