Todd Gamblin 
							
						 
					 
					
						
						
							
						
						192369dd2b 
					 
					
						
						
							
							Fix   #1265 : Errors in spack reindex  
						
						... 
						
						
						
						- Consolidated code to read spec.yaml and database index.yaml into
  one method (`read_yaml_dep_specs()`) in spec.py.
- Code understands old hash format, tuple format, and dicts for dep
  specs, for backward compatibility.
- Spec YAML now uses a dict with keys to represent dep specs (this is
  more future-proof).
- Dep specs no longer contain !!py-tuple entries in YAML (only lists
  properly YAML-ize)
- bump database version. 
						
						
					 
					
						2016-07-18 01:19:07 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						73f10c9363 
					 
					
						
						
							
							Fix broken spack info command after build dep merge.  
						
						... 
						
						
						
						- Added a method to get dependencies of particular types from Package
- Fixed info command. 
						
						
					 
					
						2016-07-18 01:19:07 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						cdc2ebee90 
					 
					
						
						
							
							Better error messages for spack reindex.  
						
						
						
						
					 
					
						2016-07-18 01:14:47 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						117743863e 
					 
					
						
						
							
							Merge pull request  #1252  from hartzell/patch-5  
						
						... 
						
						
						
						Fix format of explanation of an example & question 
						
						
					 
					
						2016-07-17 21:20:02 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						0e8bf79fa4 
					 
					
						
						
							
							Merge pull request  #1240  from epfl-scitas/truncated_documentation  
						
						... 
						
						
						
						doc : fixes  #1239  
						
						
					 
					
						2016-07-17 20:59:36 -07:00 
						 
				 
			
				
					
						
							
							
								alalazo 
							
						 
					 
					
						
						
							
						
						dc671ad037 
					 
					
						
						
							
							docs : substituted None with empty cell  
						
						
						
						
					 
					
						2016-07-17 22:17:52 +02:00 
						 
				 
			
				
					
						
							
							
								becker33 
							
						 
					 
					
						
						
							
						
						63101e9914 
					 
					
						
						
							
							Merge pull request  #1261  from adamjstewart/features/create-deptype  
						
						... 
						
						
						
						Automatically add deptype to newly created packages 
						
						
					 
					
						2016-07-15 15:10:10 -07:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						8c1cc44522 
					 
					
						
						
							
							Automatically add deptype to newly created packages  
						
						
						
						
					 
					
						2016-07-15 16:43:25 -05:00 
						 
				 
			
				
					
						
							
							
								becker33 
							
						 
					 
					
						
						
							
						
						e822257565 
					 
					
						
						
							
							Merge pull request  #1251  from hartzell/patch-4  
						
						... 
						
						
						
						Minor typo fix 
						
						
					 
					
						2016-07-15 13:51:02 -07:00 
						 
				 
			
				
					
						
							
							
								Ben Boeckel 
							
						 
					 
					
						
						
							
						
						5d152edcaf 
					 
					
						
						
							
							spec: assign namespaces to the full dependency DAG  
						
						
						
						
					 
					
						2016-07-14 16:33:48 -04:00 
						 
				 
			
				
					
						
							
							
								Ben Boeckel 
							
						 
					 
					
						
						
							
						
						faa3d43d9c 
					 
					
						
						
							
							package: mention the package that is no concrete  
						
						
						
						
					 
					
						2016-07-14 16:33:38 -04:00 
						 
				 
			
				
					
						
							
							
								Ben Boeckel 
							
						 
					 
					
						
						
							
						
						45c675fe7f 
					 
					
						
						
							
							spack: introduce dependency types  
						
						... 
						
						
						
						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 16:21:46 -04:00 
						 
				 
			
				
					
						
							
							
								Ben Boeckel 
							
						 
					 
					
						
						
							
						
						bae97d17d0 
					 
					
						
						
							
							test: use file:// url for git repos  
						
						
						
						
					 
					
						2016-07-14 16:21:45 -04:00 
						 
				 
			
				
					
						
							
							
								Ben Boeckel 
							
						 
					 
					
						
						
							
						
						6d2ec9baf7 
					 
					
						
						
							
							test/stage: use os.path.realpath on the test paths  
						
						... 
						
						
						
						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 16:21:45 -04:00 
						 
				 
			
				
					
						
							
							
								Ben Boeckel 
							
						 
					 
					
						
						
							
						
						b4682c8ca3 
					 
					
						
						
							
							directory_layout: fix error path when specs conflict  
						
						
						
						
					 
					
						2016-07-14 16:21:45 -04:00 
						 
				 
			
				
					
						
							
							
								Ben Boeckel 
							
						 
					 
					
						
						
							
						
						e275b567eb 
					 
					
						
						
							
							typos: fix some typos  
						
						
						
						
					 
					
						2016-07-14 16:21:45 -04:00 
						 
				 
			
				
					
						
							
							
								George Hartzell 
							
						 
					 
					
						
						
							
						
						3e718920d1 
					 
					
						
						
							
							Remove extraneous letter 'p'  
						
						... 
						
						
						
						It got in there by mistake, now it's gone. 
						
						
					 
					
						2016-07-14 09:40:47 -07:00 
						 
				 
			
				
					
						
							
							
								George Hartzell 
							
						 
					 
					
						
						
							
						
						3051c3d71d 
					 
					
						
						
							
							Fix format of explanation of an example & question  
						
						... 
						
						
						
						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 08:31:07 -07:00 
						 
				 
			
				
					
						
							
							
								George Hartzell 
							
						 
					 
					
						
						
							
						
						e052aaf44d 
					 
					
						
						
							
							Minor typo fix  
						
						... 
						
						
						
						the packages that depends on => the packages that depend on 
						
						
					 
					
						2016-07-14 08:19:32 -07:00 
						 
				 
			
				
					
						
							
							
								alalazo 
							
						 
					 
					
						
						
							
						
						0e2afedb7f 
					 
					
						
						
							
							doc :  fixes   #1239  
						
						
						
						
					 
					
						2016-07-13 12:43:48 +02:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						27aa265abd 
					 
					
						
						
							
							Merge pull request  #1211  from hartzell/patch-3  
						
						... 
						
						
						
						Typo: verison -> version 
						
						
					 
					
						2016-07-12 13:53:52 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						283d621b6e 
					 
					
						
						
							
							Add documentation for fetching submodules.  
						
						
						
						
					 
					
						2016-07-11 13:27:37 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						86b1b28906 
					 
					
						
						
							
							Add submodules option for git fetching.  
						
						
						
						
					 
					
						2016-07-11 13:27:35 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						7f6541ef02 
					 
					
						
						
							
							Merge pull request  #1190  from davydden/feature/version_dev  
						
						... 
						
						
						
						add special treatment of @develop version 
						
						
					 
					
						2016-07-11 11:31:54 -07:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						306e601d4e 
					 
					
						
						
							
							document special treatment of development version  
						
						
						
						
					 
					
						2016-07-11 19:50:33 +02:00 
						 
				 
			
				
					
						
							
							
								George Hartzell 
							
						 
					 
					
						
						
							
						
						fbaff33f3f 
					 
					
						
						
							
							Typo: verison -> version  
						
						
						
						
					 
					
						2016-07-11 09:44:20 -07:00 
						 
				 
			
				
					
						
							
							
								George Hartzell 
							
						 
					 
					
						
						
							
						
						1682257b35 
					 
					
						
						
							
							Typo: verison -> version  
						
						
						
						
					 
					
						2016-07-11 09:42:49 -07:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						b29d5e6032 
					 
					
						
						
							
							add special treatment of develop version  
						
						
						
						
					 
					
						2016-07-10 14:21:52 +02:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						b0f4052bd8 
					 
					
						
						
							
							Merge pull request  #1169  from davydden/feature/install_argument_tests_petsc_fixes  
						
						... 
						
						
						
						--run-tests install argument and petsc fixes 
						
						
					 
					
						2016-07-09 12:10:16 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						c086ccdab6 
					 
					
						
						
							
							Merge pull request  #1200  from glennpj/lowpackname  
						
						... 
						
						
						
						Have ``spack create`` default to lower case name for package 
						
						
					 
					
						2016-07-08 13:29:52 -07:00 
						 
				 
			
				
					
						
							
							
								Glenn Johnson 
							
						 
					 
					
						
						
							
						
						33d0660abc 
					 
					
						
						
							
							Have `spack create` default to lower case name  
						
						... 
						
						
						
						This will create package directories with lower case names when using
`spack create`. The documentation was modified to reflect this. 
						
						
					 
					
						2016-07-08 15:11:37 -05:00 
						 
				 
			
				
					
						
							
							
								George Hartzell 
							
						 
					 
					
						
						
							
						
						1b9e8a0e65 
					 
					
						
						
							
							Fix typo  
						
						... 
						
						
						
						Comamnds -> Commands 
						
						
					 
					
						2016-07-08 11:01:08 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						b9148b1751 
					 
					
						
						
							
							Merge pull request  #1125  from NERSC/docs/cray  
						
						... 
						
						
						
						Update documentation for use on Cray 
						
						
					 
					
						2016-07-06 15:06:20 -07:00 
						 
				 
			
				
					
						
							
							
								Gregory Becker 
							
						 
					 
					
						
						
							
						
						403a55afb2 
					 
					
						
						
							
							Minor bug fix  
						
						
						
						
					 
					
						2016-07-06 14:54:25 -07:00 
						 
				 
			
				
					
						
							
							
								Gregory Becker 
							
						 
					 
					
						
						
							
						
						663b30b3e8 
					 
					
						
						
							
							Update target autodetection for linux platform  
						
						
						
						
					 
					
						2016-07-06 14:54:22 -07:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						081918d71a 
					 
					
						
						
							
							add --run-tests argument for install()  
						
						
						
						
					 
					
						2016-07-06 22:45:30 +02:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						03fdb2058a 
					 
					
						
						
							
							Merge pull request  #1176  from epfl-scitas/features/version_minor_improvements  
						
						... 
						
						
						
						spack.Version : like a duck! 
						
						
					 
					
						2016-07-06 09:01:19 -07:00 
						 
				 
			
				
					
						
							
							
								alalazo 
							
						 
					 
					
						
						
							
						
						9b926a480f 
					 
					
						
						
							
							qa : flake8 issues  
						
						
						
						
					 
					
						2016-07-06 17:03:32 +02:00 
						 
				 
			
				
					
						
							
							
								alalazo 
							
						 
					 
					
						
						
							
						
						780a57367d 
					 
					
						
						
							
							version : modified __getitem__ to return either an item or a Version instance + unit tests  
						
						
						
						
					 
					
						2016-07-06 17:00:48 +02:00 
						 
				 
			
				
					
						
							
							
								alalazo 
							
						 
					 
					
						
						
							
						
						32e086f44a 
					 
					
						
						
							
							version : modified __repr__ to return a string representation of the object + unit tests  
						
						
						
						
					 
					
						2016-07-06 15:24:10 +02:00 
						 
				 
			
				
					
						
							
							
								William Killian 
							
						 
					 
					
						
						
							
						
						1f64f08cb3 
					 
					
						
						
							
							(bugfix) fixed typo of spec --> raw_spec  
						
						
						
						
					 
					
						2016-07-05 13:32:37 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						d687e332ad 
					 
					
						
						
							
							Fix compile bugs for gcc on Mac OS X with macports.  
						
						... 
						
						
						
						- 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 22:59:02 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						690937f953 
					 
					
						
						
							
							Add --dirty option to spack install.  
						
						... 
						
						
						
						- Allow install to be run without cleaning the environment. 
						
						
					 
					
						2016-07-04 22:58:01 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						6bac1598f6 
					 
					
						
						
							
							Merge branch 'fix-archive' of  https://github.com/mwilliammyers/spack  into mwilliammyers-fix-archive  
						
						
						
						
					 
					
						2016-07-04 21:35:33 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						890df7153a 
					 
					
						
						
							
							Merge branch 'efischer/160311-StagedPackage' of  https://github.com/citibeth/spack  into citibeth-efischer/160311-StagedPackage  
						
						
						
						
					 
					
						2016-07-04 00:27:32 -07:00 
						 
				 
			
				
					
						
							
							
								Glenn Johnson 
							
						 
					 
					
						
						
							
						
						31e9ded768 
					 
					
						
						
							
							Remove more variables from build environment  
						
						... 
						
						
						
						Remove the LIBRARY_PATH and CPATH environment variables before building
a package. 
						
						
					 
					
						2016-07-01 20:59:14 -05:00 
						 
				 
			
				
					
						
							
							
								Mario Melara 
							
						 
					 
					
						
						
							
						
						56adb5d9a5 
					 
					
						
						
							
							Change arch spec and fix typo  
						
						... 
						
						
						
						Changed old arch specs to new arch specs. Changed intallation to
installation 
						
						
					 
					
						2016-06-30 17:03:07 -07:00 
						 
				 
			
				
					
						
							
							
								Mario Melara 
							
						 
					 
					
						
						
							
						
						16a4c49f98 
					 
					
						
						
							
							Remove Cray examples of config files  
						
						... 
						
						
						
						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 17:01:18 -07:00 
						 
				 
			
				
					
						
							
							
								Mario Melara 
							
						 
					 
					
						
						
							
						
						d784d561fc 
					 
					
						
						
							
							Add more documentation fix arch spec  
						
						... 
						
						
						
						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 16:59:36 -07:00 
						 
				 
			
				
					
						
							
							
								Elizabeth Fischer 
							
						 
					 
					
						
						
							
						
						6327877a6f 
					 
					
						
						
							
							PEP-8  
						
						
						
						
					 
					
						2016-06-30 09:19:57 -04:00