Denis Davydov 
							
						 
					 
					
						
						
							
						
						306e601d4e 
					 
					
						
						
							
							document special treatment of development version  
						
						
						
						
					 
					
						2016-07-11 19:50:33 +02: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 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						e482994a15 
					 
					
						
						
							
							petsc: add -lm when building example  
						
						
						
						
					 
					
						2016-07-09 08:12:34 +02: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 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						3338fcf014 
					 
					
						
						
							
							Merge pull request  #1199  from eschnett/eschnett/cereal-update  
						
						... 
						
						
						
						Update Cereal to 1.2.0 
						
						
					 
					
						2016-07-08 12:21:14 -07:00 
						 
				 
			
				
					
						
							
							
								Erik Schnetter 
							
						 
					 
					
						
						
							
						
						c8137194f0 
					 
					
						
						
							
							Update Cereal to 1.2.0  
						
						
						
						
					 
					
						2016-07-08 15:20:09 -04:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						f04258eb29 
					 
					
						
						
							
							Merge pull request  #1192  from SteVwonder/develop  
						
						... 
						
						
						
						docbook-xml: replace 'cp -t' with install_tree 
						
						
					 
					
						2016-07-08 11:09:41 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						1fa67e458c 
					 
					
						
						
							
							Merge pull request  #1194  from SteVwonder/lua-fix  
						
						... 
						
						
						
						lua: switch self.version[:2] to .up_to(2) 
						
						
					 
					
						2016-07-08 11:09:18 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						642be5fa3d 
					 
					
						
						
							
							Merge pull request  #1197  from SteVwonder/json-c-serial-build  
						
						... 
						
						
						
						json-c: fix build by running serially 
						
						
					 
					
						2016-07-08 11:08:10 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						2759f14f23 
					 
					
						
						
							
							Merge pull request  #1198  from hartzell/patch-1  
						
						... 
						
						
						
						Fix typo 
						
						
					 
					
						2016-07-08 11:08:00 -07:00 
						 
				 
			
				
					
						
							
							
								George Hartzell 
							
						 
					 
					
						
						
							
						
						1b9e8a0e65 
					 
					
						
						
							
							Fix typo  
						
						... 
						
						
						
						Comamnds -> Commands 
						
						
					 
					
						2016-07-08 11:01:08 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Herbein 
							
						 
					 
					
						
						
							
						
						bb8a8ecda3 
					 
					
						
						
							
							json-c: fix build by running serially  
						
						
						
						
					 
					
						2016-07-08 10:39:47 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Herbein 
							
						 
					 
					
						
						
							
						
						1a1bf31032 
					 
					
						
						
							
							lua: switch self.version[:2] to .up_to(2)  
						
						... 
						
						
						
						Previous package would not install correctly, would throw:
return os.path.join('share', 'lua', '%d.%d' % self.version[:2])
TypeError: %d format: a number is required, not Version 
						
						
					 
					
						2016-07-07 18:58:52 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Herbein 
							
						 
					 
					
						
						
							
						
						1b53452618 
					 
					
						
						
							
							docbook-xml: replace 'cp -t' with install_tree  
						
						... 
						
						
						
						'-t' is not supported by the default cp on Mac OS X
replace with install/install_tree
cannot just use install_tree since shutil.copytree insists that the dst
directory not exist 
						
						
					 
					
						2016-07-07 17:41:53 -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 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						6bb31a9a4c 
					 
					
						
						
							
							Merge pull request  #1175  from davydden/pkg/arpack-3.4.0  
						
						... 
						
						
						
						Pkg/arpack 3.4.0 
						
						
					 
					
						2016-07-06 14:45:21 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						91da3d8e64 
					 
					
						
						
							
							Merge pull request  #1174  from LLNL/bugfix/github-1172-suite-sparse  
						
						... 
						
						
						
						Bugfix/GitHub 1172 suite sparse 
						
						
					 
					
						2016-07-06 14:35:59 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						c6e89d9283 
					 
					
						
						
							
							Merge pull request  #1180  from davydden/pkg/oce_update_and_fix  
						
						... 
						
						
						
						oce: add 0.17.2; fix running tests 
						
						
					 
					
						2016-07-06 14:27:05 -07:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						14cef6eab8 
					 
					
						
						
							
							oce: flake8 fixes  
						
						
						
						
					 
					
						2016-07-06 22:51:20 +02:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						c096bb332a 
					 
					
						
						
							
							petsc: fix unit tests  
						
						
						
						
					 
					
						2016-07-06 22:45:43 +02:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						081918d71a 
					 
					
						
						
							
							add --run-tests argument for install()  
						
						
						
						
					 
					
						2016-07-06 22:45:30 +02:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						58487accdd 
					 
					
						
						
							
							Merge pull request  #1179  from paulhopkins/features/python-ucs4  
						
						... 
						
						
						
						Add ucs4 unicode variant to Python package 
						
						
					 
					
						2016-07-06 12:27:04 -07:00 
						 
				 
			
				
					
						
							
							
								Greg Lee 
							
						 
					 
					
						
						
							
						
						3df0f1902d 
					 
					
						
						
							
							clean up suitesparse deps  
						
						
						
						
					 
					
						2016-07-06 12:15:20 -07:00 
						 
				 
			
				
					
						
							
							
								Greg Lee 
							
						 
					 
					
						
						
							
						
						4e27d91351 
					 
					
						
						
							
							flake 8 fixes  
						
						
						
						
					 
					
						2016-07-06 11:51:32 -07:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						57eaea2e8c 
					 
					
						
						
							
							oce: add 0.17.2; fix running tests  
						
						
						
						
					 
					
						2016-07-06 20:35:59 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Hopkins 
							
						 
					 
					
						
						
							
						
						61fe89bda0 
					 
					
						
						
							
							Add ucs4 unicode variant to Python package  
						
						
						
						
					 
					
						2016-07-06 18:29:54 +01:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						3d755a148b 
					 
					
						
						
							
							arpack-ng: fix binaries for macOS  
						
						
						
						
					 
					
						2016-07-06 18:30:38 +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 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						c8fc56686c 
					 
					
						
						
							
							arpack-ng: fix corrupted parpack_cmake.patch  
						
						
						
						
					 
					
						2016-07-06 13:42:59 +02:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						63e45c586c 
					 
					
						
						
							
							arpack-ng: flake8 fixes and minor update of incode comments  
						
						
						
						
					 
					
						2016-07-06 13:27:02 +02:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						a47b3ba01b 
					 
					
						
						
							
							arpack-ng: use spec['mpi'].mpif77  
						
						
						
						
					 
					
						2016-07-06 13:23:51 +02:00 
						 
				 
			
				
					
						
							
							
								Denis Davydov 
							
						 
					 
					
						
						
							
						
						f5f7abd71f 
					 
					
						
						
							
							arpack-ng: add 3.4.0 with cmake build  
						
						
						
						
					 
					
						2016-07-06 12:59:42 +02:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						2b9d02d594 
					 
					
						
						
							
							Merge pull request  #1173  from willkill07/bugfix/module/spec_typo  
						
						... 
						
						
						
						(bugfix) fixed typo of spec --> raw_spec 
						
						
					 
					
						2016-07-05 15:45:27 -07:00 
						 
				 
			
				
					
						
							
							
								Greg Lee 
							
						 
					 
					
						
						
							
						
						4c063c6055 
					 
					
						
						
							
							kludge to get suite-sparse-4.5.1 to link with -lstdc++  
						
						
						
						
					 
					
						2016-07-05 13:48:32 -07:00 
						 
				 
			
				
					
						
							
							
								Greg Lee 
							
						 
					 
					
						
						
							
						
						976b2b4d25 
					 
					
						
						
							
							added suitesparse version 4.5.3  
						
						
						
						
					 
					
						2016-07-05 13:45:22 -07:00 
						 
				 
			
				
					
						
							
							
								William Killian 
							
						 
					 
					
						
						
							
						
						1f64f08cb3 
					 
					
						
						
							
							(bugfix) fixed typo of spec --> raw_spec  
						
						
						
						
					 
					
						2016-07-05 13:32:37 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						cb9c4ac866 
					 
					
						
						
							
							Merge pull request  #1170  from eschnett/eschnett/py-h5py  
						
						... 
						
						
						
						Don't enforce `hdf5~mpi` 
						
						
					 
					
						2016-07-05 09:02:43 -07:00 
						 
				 
			
				
					
						
							
							
								Erik Schnetter 
							
						 
					 
					
						
						
							
						
						79b3ef0362 
					 
					
						
						
							
							Don't enforce hdf5~mpi  
						
						
						
						
					 
					
						2016-07-05 10:58:11 -04: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 
							
						 
					 
					
						
						
							
						
						f2a692c515 
					 
					
						
						
							
							Merge pull request  #1163  from epfl-scitas/fixes/reserved_name_for_system_packages  
						
						... 
						
						
						
						fixes : reserved name for system packages 
						
						
					 
					
						2016-07-04 21:25:50 -07:00 
						 
				 
			
				
					
						
							
							
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						d166c04db5 
					 
					
						
						
							
							Merge pull request  #1166  from glennpj/rstan  
						
						... 
						
						
						
						New package - RStan 
						
						
					 
					
						2016-07-04 21:23:10 -07:00