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
2018-03-22
Record installation date and time in DB (#7334)
Massimiliano Culpo
6
-51
/
+262
2018-03-22
Recover the old patching order for packages. (#7558)
Massimiliano Culpo
1
-1
/
+1
2018-03-21
Propagate architecture information during concretization (#7412)
becker33
2
-17
/
+57
2018-03-21
Enable creation of mirrors for systems with different compilers (#5153)
scheibelp
3
-13
/
+50
2018-03-21
Generate spack docset for Dash. (#6981)
健美猫
1
-1
/
+7
2018-03-21
make py-setuptools a run-time-only dep for py-basemap and patch pytho… (#6989)
Gregory Lee
1
-2
/
+8
2018-03-21
Support MD5 with a warning when OpenSSL is compiled in FIPS mode (#7531)
scheibelp
1
-3
/
+48
2018-03-21
patch config.guess for ARM (aarch64) (#7427)
Gregory Lee
1
-3
/
+3
2018-03-20
spec: support "full" hashes
Peter Scheibel
2
-3
/
+34
2018-03-20
package: add a content_hash method for packages
Peter Scheibel
2
-0
/
+56
2018-03-20
package: ensure patches are applied in-order
Peter Scheibel
1
-1
/
+11
2018-03-20
package_hash: add code to generate a hash for a package file
Peter Scheibel
2
-0
/
+235
2018-03-20
PackageBase: add a list of metadata attributes
Peter Scheibel
1
-0
/
+4
2018-03-20
fetch_strategy: add a source_id to fetches
Peter Scheibel
1
-0
/
+46
2018-03-12
Fix bugs in `spack dependencies` command (#7435)
Todd Gamblin
3
-20
/
+35
2018-03-12
Constructing a SpecBuildInterface from another gives no inconsistent MRO (#7457)
Massimiliano Culpo
2
-1
/
+34
2018-03-09
spack buildcache: allow unsigned tarballs (#7440)
Patrick Gartung
4
-67
/
+49
2018-03-09
resource: convert symlink to real path (#7417)
Levi Baber
1
-1
/
+1
2018-03-09
replace dash with underscore in os name/version (#7381)
scheibelp
1
-2
/
+2
2018-03-07
Changed CudaPackage base class to PackageBase (#7416)
Massimiliano Culpo
1
-2
/
+2
2018-03-06
Improved binary relocation: error checking and reporting (#7314)
Patrick Gartung
5
-149
/
+352
2018-03-05
Fix pkgconf on Crays (#7171)
Mario Melara
1
-0
/
+3
2018-03-05
only filter compiler paths for binaries provided by the compiler (#7369)
scheibelp
1
-4
/
+9
2018-02-28
[spack/spec.py] raise a query failure error if a property query returns None ...
Veselin Dobrev
1
-23
/
+41
2018-02-27
Fix class name in build system tutorials (#7346)
Mario Melara
2
-2
/
+2
2018-02-27
Docker-Based Developer Resource (#5871)
Omar Padron
3
-0
/
+62
2018-02-23
Pin Sphinx version to v1.7.0 (#7337)
Massimiliano Culpo
1
-1
/
+1
2018-02-23
Make fix_darwin_install_name python3-compatible (#7329)
scheibelp
1
-10
/
+6
2018-02-15
Use abspath to avoid permission errors(#7241)
Pramod S Kumbhar
1
-0
/
+1
2018-02-13
find has been changed to accept glob expressions
alalazo
7
-44
/
+79
2018-02-13
filter_compiler_path: added the possibility to narrow search path
alalazo
1
-10
/
+33
2018-02-13
mixins: moved debug logs to 'filter_file'. Renamed shadowed variable name.
alalazo
2
-11
/
+16
2018-02-13
mixins: flush method dictionaries after registration.
alalazo
1
-0
/
+6
2018-02-13
mixins: implemented declarative syntax
alalazo
4
-54
/
+144
2018-02-13
Improved naming of properties and classes (per Denis comments).
alalazo
2
-9
/
+11
2018-02-13
Added mixins to modularize common behaviors across build-systems.
alalazo
3
-0
/
+90
2018-02-12
Rework command reference in docs, add `spack commands` command
Todd Gamblin
7
-20
/
+459
2018-02-12
Fix issues with `spack [cmd] -h` help output
Todd Gamblin
2
-13
/
+40
2018-02-12
Fix section labels for some commands in the docs
Todd Gamblin
2
-7
/
+7
2018-02-12
make defaults in command help look like standard argparse
Todd Gamblin
5
-7
/
+7
2018-02-12
Add help for buildcache, reorganize command help categories
Todd Gamblin
5
-10
/
+15
2018-02-12
Clean up help metavar for --scope configuration options
Todd Gamblin
6
-14
/
+32
2018-02-07
Change location of public key in basic tutorial (#7192)
v0.11.2
becker33
1
-5
/
+5
2018-02-02
Fix ignore-conflicts for extensions in views (#7167)
healther
3
-9
/
+28
2018-02-01
Update tutorial on advanced packaging (#7144)
scheibelp
1
-278
/
+227
2018-01-31
Improve log parsing performance (#7093)
Todd Gamblin
6
-96
/
+408
2018-01-29
Mark slow unit tests (#6994)
Massimiliano Culpo
14
-71
/
+136
2018-01-28
Remove Package instance caching in Repo (#6367)
scheibelp
9
-60
/
+27
2018-01-28
Fix gfortran 7 detection (#7017)
Adam J. Stewart
4
-7
/
+44
2018-01-28
Cleaned up JUnit report generation on install (#6977)
Massimiliano Culpo
3
-226
/
+364
[next]