hdf5: fixing ~/+ fortran builds; updated to version 0.8.0 (#7260)
This commit is contained in:
		 Mark C. Miller
					Mark C. Miller
				
			
				
					committed by
					
						 Todd Gamblin
						Todd Gamblin
					
				
			
			
				
	
			
			
			 Todd Gamblin
						Todd Gamblin
					
				
			
						parent
						
							95fe8f7e07
						
					
				
				
					commit
					2bab19d121
				
			| @@ -34,10 +34,12 @@ class H5zZfp(MakefilePackage): | |||||||
|  |  | ||||||
|     version('develop', git='https://github.com/LLNL/H5Z-ZFP.git', tag='master') |     version('develop', git='https://github.com/LLNL/H5Z-ZFP.git', tag='master') | ||||||
|     version('0.7.0', git='https://github.com/LLNL/H5Z-ZFP.git', commit='58ac811') |     version('0.7.0', git='https://github.com/LLNL/H5Z-ZFP.git', commit='58ac811') | ||||||
|  |     version('0.8.0', git='https://github.com/LLNL/H5Z-ZFP.git', commit='af165c4') | ||||||
|  |  | ||||||
|     variant('fortran', default=True, description='Enable Fortran support') |     variant('fortran', default=True, description='Enable Fortran support') | ||||||
|  |  | ||||||
|     depends_on('hdf5') |     depends_on('hdf5+fortran', when='+fortran') | ||||||
|  |     depends_on('hdf5',         when='~fortran') | ||||||
|     depends_on('zfp bsws=8') |     depends_on('zfp bsws=8') | ||||||
|  |  | ||||||
|     @property |     @property | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user