gnu: dune-alugrid: Update to 2.9.0.
* gnu/packages/maths.scm (dune-alugrid): Update to 2.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									d85ffbe381
								
							
						
					
					
						commit
						ab7de7df99
					
				
					 1 changed files with 49 additions and 52 deletions
				
			
		|  | @ -7081,22 +7081,19 @@ assemble global function spaces on finite-element grids.") | ||||||
|     (license license:gpl2))) |     (license license:gpl2))) | ||||||
| 
 | 
 | ||||||
| (define-public dune-alugrid | (define-public dune-alugrid | ||||||
|   ;; This was the last commit on the releases/2.7 branch as of 2021-12-17, |  | ||||||
|   ;; unfortunately there was no tag for any 2.7 release. |  | ||||||
|   (let ((commit "51bde29a2dfa7cfac4fb73d40ffd42b9c1eb1d3d")) |  | ||||||
|   (package |   (package | ||||||
|     (name "dune-alugrid") |     (name "dune-alugrid") | ||||||
|       (version (git-version "2.7.1" "0" commit)) |     (version "2.9.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|        (uri (git-reference |        (uri (git-reference | ||||||
|              (url "https://gitlab.dune-project.org/extensions/dune-alugrid.git") |              (url "https://gitlab.dune-project.org/extensions/dune-alugrid.git") | ||||||
|                (commit commit))) |              (commit (string-append "v" version)))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|            "0z16wg6llzxs7vjg2yilg31vwnkz8k050j6bspg3blbym0razy15")))) |          "0s41jinsfpm56nx41vkmyv3y9n072ssw9hxjm7di64zcszgpjmzd")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases |      `(#:phases | ||||||
|  | @ -7134,7 +7131,7 @@ assemble global function spaces on finite-element grids.") | ||||||
|     (description "ALUGrid is an adaptive, loadbalancing, unstructured |     (description "ALUGrid is an adaptive, loadbalancing, unstructured | ||||||
| implementation of the DUNE grid interface supporting either simplices or | implementation of the DUNE grid interface supporting either simplices or | ||||||
| cubes.") | cubes.") | ||||||
|       (license license:gpl2+)))) |     (license license:gpl2+))) | ||||||
| 
 | 
 | ||||||
| (define-public dune-subgrid | (define-public dune-subgrid | ||||||
|   ;; This was the last commit on the releases/2.7 branch as of 2021-12-17. |   ;; This was the last commit on the releases/2.7 branch as of 2021-12-17. | ||||||
|  |  | ||||||
		Reference in a new issue