gnu: xtensor: Update URIs.
* gnu/packages/algebra.scm (xtensor)[source]: Update to new URI. [home-page]: Same.
This commit is contained in:
		
							parent
							
								
									b6ecc7323a
								
							
						
					
					
						commit
						7c30e2348b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1089,7 +1089,7 @@ features, and more.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/QuantStack/xtensor")
 | 
			
		||||
                    (url "https://github.com/xtensor-stack/xtensor")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -1103,7 +1103,7 @@ features, and more.")
 | 
			
		|||
     `(#:configure-flags
 | 
			
		||||
       '("-DBUILD_TESTS=ON")
 | 
			
		||||
       #:test-target "xtest"))
 | 
			
		||||
    (home-page "https://quantstack.net/xtensor")
 | 
			
		||||
    (home-page "https://xtensor.readthedocs.io/en/latest/")
 | 
			
		||||
    (synopsis "C++ tensors with broadcasting and lazy computing")
 | 
			
		||||
    (description "xtensor is a C++ library meant for numerical analysis with
 | 
			
		||||
multi-dimensional array expressions.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue