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
2015-11-11
First possibly working version of the crayport. Not sufficiently tested at all.
Gregory Becker
7
-61
/
+46
2015-11-11
Add modules to compilers. Changed compiler to take paths as a list. Changed c...
Gregory Becker
3
-49
/
+27
2015-11-11
Merge branch 'features/spackathon' of github.com:NERSC/spack into crayport
Gregory Becker
14
-55
/
+324
2015-11-11
adding module find to find command
Gregory Becker
1
-3
/
+9
2015-11-05
Added bgq architecture subclass: may require additional functionality to support
Gregory Becker
1
-0
/
+19
2015-11-04
Fixed architecture.py file so it doesn't have the weird merge changes i.e <<<...
Mario Melara
1
-7
/
+1
2015-11-04
Merge branch 'features/spackathon' of https://github.com/NERSC/spack into fea...
Mario Melara
1
-4
/
+4
2015-11-04
Fixed the previous commit
Gregory Becker
1
-4
/
+4
2015-11-04
generic linux architecture subclass
Mario Melara
1
-0
/
+17
2015-11-04
Merge branch 'features/spackathon' of https://github.com/NERSC/spack into fea...
Mario Melara
2
-0
/
+16
2015-11-04
Changed cray architecture subclass to add proper targets for front at back en...
Gregory Becker
1
-0
/
+5
2015-11-04
changed some potential syntax errors and added a way for target to recognize ...
Mario Melara
1
-6
/
+15
2015-11-04
Enforced that the architecture subclass cannot add a target that shares a nam...
Gregory Becker
1
-3
/
+8
2015-11-02
Added default target and also front end and back end targets
Mario Melara
1
-3
/
+3
2015-11-02
Fixed some issues with naming
Mario Melara
1
-15
/
+8
2015-10-30
Added arch_path to list of modules path
Mario Melara
1
-0
/
+1
2015-10-30
Reverted back all architecture way of finding modules
Mario Melara
1
-24
/
+16
2015-10-30
Changed front-end and back-end to front_end and back_end to avoid error
Mario Melara
1
-2
/
+2
2015-10-30
architectures folder where the Architecture subclasses reside
Mario Melara
2
-0
/
+17
2015-10-30
improved aliasing in target method in architecture.py
Gregory Becker
1
-2
/
+2
2015-10-30
added target method to architecture.py and minor cleanup
Gregory Becker
1
-6
/
+18
2015-10-30
Merge branch 'features/spackathon' of https://github.com/NERSC/spack into fea...
Mario Melara
3
-12
/
+73
2015-10-30
Changed architecture class and added class Target
Mario Melara
1
-54
/
+83
2015-10-30
prototype of new architecture concretization saved as new_concretize_architec...
Gregory Becker
1
-0
/
+28
2015-10-30
updated the executible to return stderr when specified. Added load_module to ...
Gregory Becker
2
-12
/
+45
2015-10-22
Created a control flow logic that will loop through the strategies and find c...
Mario Melara
1
-20
/
+31
2015-10-21
Changed structure of class, add compiler strategy is a method and can create ...
Mario Melara
1
-17
/
+18
2015-10-21
Added strategy method in init
Mario Melara
1
-12
/
+8
2015-10-21
initial fetch on crayport
Gregory Becker
2
-2
/
+2
2015-10-20
Made sure architecture works with yaml file
Mario Melara
1
-19
/
+27
2015-10-20
Refactored architecture class. Now it will automagically create a dict upon i...
Mario Melara
1
-5
/
+4
2015-10-20
Got Architecture class working the way i wanted to. Next to write tests
Mario Melara
1
-33
/
+37
2015-10-15
Fixed the output of sys_type(), might need to add back the error handling part
Mario Melara
1
-24
/
+23
2015-10-15
Commented out a long list of tests to just include my arch test
Mario Melara
1
-2
/
+4
2015-10-15
Test suite for architecture class and functions
Mario Melara
1
-0
/
+19
2015-10-15
Added __eq__ testing method. Created tests for it in test/ folder
Mario Melara
1
-16
/
+40
2015-10-14
Started created the Architecture class for Spack to use
Mario Melara
1
-16
/
+57
2015-10-07
Started changing the find in modules method written by Todd
Mario Melara
1
-3
/
+5
2015-10-07
Merge branch 'features/crayproto' of https://github.com/scalability-llnl/spac...
Mario Melara
9
-5
/
+116
2015-10-05
added dependencies for py-h5py
karenyyng
1
-0
/
+0
2015-10-05
Protptype cray compiler detection and support
Todd Gamblin
9
-5
/
+116
2015-10-03
make sure submodule is added in the correct location
karenyyng
1
-0
/
+0
2015-09-27
Remove enabled variants from install prefix.
Todd Gamblin
1
-6
/
+1
2015-09-27
Remove special characters (@, %, +, ~, etc) from stage name
Todd Gamblin
1
-2
/
+9
2015-08-27
Fix for GitHub #95
Todd Gamblin
1
-3
/
+21
2015-08-12
Merge pull request #88 from trws/git_depth_attempt
Todd Gamblin
1
-3
/
+12
2015-08-04
Use absolute paths to spack compiler wrappers in CC/CXX/F77/FC
Todd Gamblin
1
-4
/
+4
2015-07-27
adding a fallback on failure with git --depth
Tom Scogland
1
-3
/
+12
2015-07-24
Add Python version test to detect {} in version strings.
Todd Gamblin
2
-8
/
+21
2015-07-23
Fix Python 2.6 compatibility issue.
Todd Gamblin
2
-9
/
+20
[next]