Explained url_for_version()
This commit is contained in:
		 Elizabeth F
					Elizabeth F
				
			
				
					committed by
					
						 Elizabeth Fischer
						Elizabeth Fischer
					
				
			
			
				
	
			
			
			 Elizabeth Fischer
						Elizabeth Fischer
					
				
			
						parent
						
							2efd7a5e0b
						
					
				
				
					commit
					86d39255ec
				
			| @@ -143,8 +143,10 @@ def install(self, spec, prefix): | |||||||
|       informational URL, so that users know what they're |       informational URL, so that users know what they're | ||||||
|       installing. |       installing. | ||||||
|  |  | ||||||
|     url |     url or url_for_version(self, version) | ||||||
|       URL of the source archive that spack will fetch. |       If url, then the URL of the source archive that spack will fetch. | ||||||
|  |       If url_for_version(), then a method returning the URL required | ||||||
|  |       to fetch a particular version. | ||||||
|  |  | ||||||
|     install() |     install() | ||||||
|       This function tells spack how to build and install the |       This function tells spack how to build and install the | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user