mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
math/dune-localfunctions: Update 2.7.1 -> 2.8.0
This commit is contained in:
parent
9f53da1bc7
commit
eb1d2c3d01
3 changed files with 12 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= dune-localfunctions
|
PORTNAME= dune-localfunctions
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.7.1
|
DISTVERSION= 2.8.0
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -20,7 +20,7 @@ USE_GITLAB= yes
|
||||||
|
|
||||||
GL_SITE= https://gitlab.dune-project.org
|
GL_SITE= https://gitlab.dune-project.org
|
||||||
GL_ACCOUNT= core
|
GL_ACCOUNT= core
|
||||||
GL_COMMIT= 68f1bcf32d9068c258707d241624a08b771b6fde
|
GL_COMMIT= f6628171b2773065ab43f97a77f47cd8c4283d8f
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1617891511
|
TIMESTAMP = 1630950544
|
||||||
SHA256 (core-dune-localfunctions-68f1bcf32d9068c258707d241624a08b771b6fde_GL0.tar.gz) = d75b42e133640fb2632630cf891a0f4a0b9700293936f14538fd8abd65423efd
|
SHA256 (core-dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f_GL0.tar.gz) = fb92c07402b13e01b9eb735a07658ffcb1236a293991530f74cdcc5a306daf38
|
||||||
SIZE (core-dune-localfunctions-68f1bcf32d9068c258707d241624a08b771b6fde_GL0.tar.gz) = 193402
|
SIZE (core-dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f_GL0.tar.gz) = 212124
|
||||||
|
|
|
@ -97,6 +97,9 @@ include/dune/localfunctions/monomial.hh
|
||||||
include/dune/localfunctions/monomial/monomiallocalbasis.hh
|
include/dune/localfunctions/monomial/monomiallocalbasis.hh
|
||||||
include/dune/localfunctions/monomial/monomiallocalcoefficients.hh
|
include/dune/localfunctions/monomial/monomiallocalcoefficients.hh
|
||||||
include/dune/localfunctions/monomial/monomiallocalinterpolation.hh
|
include/dune/localfunctions/monomial/monomiallocalinterpolation.hh
|
||||||
|
include/dune/localfunctions/nedelec.hh
|
||||||
|
include/dune/localfunctions/nedelec/nedelec1stkindcube.hh
|
||||||
|
include/dune/localfunctions/nedelec/nedelec1stkindsimplex.hh
|
||||||
include/dune/localfunctions/orthonormal.hh
|
include/dune/localfunctions/orthonormal.hh
|
||||||
include/dune/localfunctions/orthonormal/orthonormalbasis.hh
|
include/dune/localfunctions/orthonormal/orthonormalbasis.hh
|
||||||
include/dune/localfunctions/orthonormal/orthonormalcompute.hh
|
include/dune/localfunctions/orthonormal/orthonormalcompute.hh
|
||||||
|
@ -112,6 +115,10 @@ include/dune/localfunctions/raviartthomas/raviartthomas02d.hh
|
||||||
include/dune/localfunctions/raviartthomas/raviartthomas02d/raviartthomas02dlocalbasis.hh
|
include/dune/localfunctions/raviartthomas/raviartthomas02d/raviartthomas02dlocalbasis.hh
|
||||||
include/dune/localfunctions/raviartthomas/raviartthomas02d/raviartthomas02dlocalcoefficients.hh
|
include/dune/localfunctions/raviartthomas/raviartthomas02d/raviartthomas02dlocalcoefficients.hh
|
||||||
include/dune/localfunctions/raviartthomas/raviartthomas02d/raviartthomas02dlocalinterpolation.hh
|
include/dune/localfunctions/raviartthomas/raviartthomas02d/raviartthomas02dlocalinterpolation.hh
|
||||||
|
include/dune/localfunctions/raviartthomas/raviartthomas03d.hh
|
||||||
|
include/dune/localfunctions/raviartthomas/raviartthomas03d/raviartthomas03dlocalbasis.hh
|
||||||
|
include/dune/localfunctions/raviartthomas/raviartthomas03d/raviartthomas03dlocalcoefficients.hh
|
||||||
|
include/dune/localfunctions/raviartthomas/raviartthomas03d/raviartthomas03dlocalinterpolation.hh
|
||||||
include/dune/localfunctions/raviartthomas/raviartthomas0cube2d.hh
|
include/dune/localfunctions/raviartthomas/raviartthomas0cube2d.hh
|
||||||
include/dune/localfunctions/raviartthomas/raviartthomas0cube2d/raviartthomas0cube2dall.hh
|
include/dune/localfunctions/raviartthomas/raviartthomas0cube2d/raviartthomas0cube2dall.hh
|
||||||
include/dune/localfunctions/raviartthomas/raviartthomas0cube3d.hh
|
include/dune/localfunctions/raviartthomas/raviartthomas0cube3d.hh
|
||||||
|
|
Loading…
Add table
Reference in a new issue