diff --git a/math/mfem/Makefile b/math/mfem/Makefile index 3d991f0036ce..e083093a6c88 100644 --- a/math/mfem/Makefile +++ b/math/mfem/Makefile @@ -1,24 +1,24 @@ PORTNAME= mfem DISTVERSIONPREFIX= v -DISTVERSION= 4.3 +DISTVERSION= 4.4 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight, general, scalable C++ library for finite element methods LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++11-lang USE_GITHUB= yes USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CMAKE_TESTING_ON= MFEM_ENABLE_TESTING # tests are broken, see https://github.com/mfem/mfem/issues/2442 OPTIONS_DEFINE= MPI MPI_CMAKE_BOOL= MFEM_USE_MPI MPI_BROKEN= see https://github.com/mfem/mfem/issues/622 .include diff --git a/math/mfem/distinfo b/math/mfem/distinfo index 1e7c4aad7c8e..e3286f89afe6 100644 --- a/math/mfem/distinfo +++ b/math/mfem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627836927 -SHA256 (mfem-mfem-v4.3_GH0.tar.gz) = b5f2b33997caeed653c0fadd353cdce596754f2883b5860ef7e5a370e33eeafd -SIZE (mfem-mfem-v4.3_GH0.tar.gz) = 2859806 +TIMESTAMP = 1650680791 +SHA256 (mfem-mfem-v4.4_GH0.tar.gz) = 0325a57854d9268dfe3f8d9b03836eb01b00a966d93162e6249857e9fab9c61f +SIZE (mfem-mfem-v4.4_GH0.tar.gz) = 3078651 diff --git a/math/mfem/pkg-plist b/math/mfem/pkg-plist index 4c57d165b0c4..338963d7046c 100644 --- a/math/mfem/pkg-plist +++ b/math/mfem/pkg-plist @@ -1,182 +1,194 @@ include/mfem-performance.hpp include/mfem.hpp include/mfem/config/config.hpp include/mfem/config/tconfig.hpp include/mfem/fem/adios2datacollection.hpp include/mfem/fem/bilinearform.hpp include/mfem/fem/bilinearform_ext.hpp include/mfem/fem/bilininteg.hpp include/mfem/fem/ceed/algebraic.hpp include/mfem/fem/ceed/coefficient.hpp include/mfem/fem/ceed/convection.hpp include/mfem/fem/ceed/diffusion.hpp include/mfem/fem/ceed/full-assembly.hpp include/mfem/fem/ceed/integrator.hpp include/mfem/fem/ceed/mass.hpp include/mfem/fem/ceed/nlconvection.hpp include/mfem/fem/ceed/operator.hpp include/mfem/fem/ceed/solvers-atpmg.hpp include/mfem/fem/ceed/util.hpp include/mfem/fem/coefficient.hpp include/mfem/fem/complex_fem.hpp include/mfem/fem/conduitdatacollection.hpp include/mfem/fem/convergence.hpp include/mfem/fem/datacollection.hpp +include/mfem/fem/doftrans.hpp include/mfem/fem/eltrans.hpp include/mfem/fem/estimators.hpp include/mfem/fem/fe.hpp +include/mfem/fem/fe/fe_base.hpp +include/mfem/fem/fe/fe_fixed_order.hpp +include/mfem/fem/fe/fe_h1.hpp +include/mfem/fem/fe/fe_l2.hpp +include/mfem/fem/fe/fe_nd.hpp +include/mfem/fem/fe/fe_nurbs.hpp +include/mfem/fem/fe/fe_pos.hpp +include/mfem/fem/fe/fe_rt.hpp +include/mfem/fem/fe/fe_ser.hpp include/mfem/fem/fe_coll.hpp include/mfem/fem/fem.hpp include/mfem/fem/fespace.hpp include/mfem/fem/fespacehierarchy.hpp include/mfem/fem/fmsconvert.hpp include/mfem/fem/fmsdatacollection.hpp include/mfem/fem/geom.hpp include/mfem/fem/gridfunc.hpp include/mfem/fem/gslib.hpp include/mfem/fem/hybridization.hpp include/mfem/fem/intrules.hpp include/mfem/fem/kernels.hpp include/mfem/fem/linearform.hpp include/mfem/fem/lininteg.hpp include/mfem/fem/lor.hpp include/mfem/fem/multigrid.hpp include/mfem/fem/nonlinearform.hpp include/mfem/fem/nonlinearform_ext.hpp include/mfem/fem/nonlininteg.hpp include/mfem/fem/pbilinearform.hpp include/mfem/fem/pfespace.hpp include/mfem/fem/pgridfunc.hpp include/mfem/fem/plinearform.hpp include/mfem/fem/pnonlinearform.hpp include/mfem/fem/prestriction.hpp include/mfem/fem/qinterp/dispatch.hpp include/mfem/fem/qinterp/eval.hpp include/mfem/fem/qinterp/grad.hpp include/mfem/fem/quadinterpolator.hpp include/mfem/fem/quadinterpolator_face.hpp include/mfem/fem/restriction.hpp include/mfem/fem/sidredatacollection.hpp include/mfem/fem/staticcond.hpp include/mfem/fem/tbilinearform.hpp include/mfem/fem/tbilininteg.hpp include/mfem/fem/tcoefficient.hpp include/mfem/fem/teltrans.hpp include/mfem/fem/tevaluator.hpp include/mfem/fem/tfe.hpp include/mfem/fem/tfespace.hpp include/mfem/fem/tintrules.hpp include/mfem/fem/tmop.hpp include/mfem/fem/tmop/tmop_pa.hpp +include/mfem/fem/tmop_amr.hpp include/mfem/fem/tmop_tools.hpp include/mfem/fem/transfer.hpp include/mfem/general/adios2stream.hpp include/mfem/general/annotation.hpp include/mfem/general/array.hpp include/mfem/general/backends.hpp include/mfem/general/binaryio.hpp include/mfem/general/communication.hpp include/mfem/general/cuda.hpp include/mfem/general/device.hpp include/mfem/general/error.hpp include/mfem/general/forall.hpp include/mfem/general/gecko.hpp include/mfem/general/globals.hpp include/mfem/general/hash.hpp include/mfem/general/hip.hpp include/mfem/general/isockstream.hpp include/mfem/general/mem_alloc.hpp include/mfem/general/mem_manager.hpp include/mfem/general/occa.hpp include/mfem/general/optparser.hpp include/mfem/general/osockstream.hpp include/mfem/general/sets.hpp include/mfem/general/socketstream.hpp include/mfem/general/sort_pairs.hpp include/mfem/general/stable3d.hpp include/mfem/general/table.hpp include/mfem/general/tassign.hpp include/mfem/general/text.hpp include/mfem/general/tic_toc.hpp include/mfem/general/version.hpp include/mfem/general/zstr.hpp include/mfem/linalg/amgxsolver.hpp include/mfem/linalg/auxiliary.hpp include/mfem/linalg/blockmatrix.hpp include/mfem/linalg/blockoperator.hpp include/mfem/linalg/blockvector.hpp include/mfem/linalg/complex_operator.hpp include/mfem/linalg/constraints.hpp include/mfem/linalg/cpardiso.hpp include/mfem/linalg/densemat.hpp include/mfem/linalg/dinvariants.hpp include/mfem/linalg/dtensor.hpp include/mfem/linalg/ginkgo.hpp include/mfem/linalg/handle.hpp include/mfem/linalg/hiop.hpp include/mfem/linalg/hypre.hpp include/mfem/linalg/hypre_parcsr.hpp include/mfem/linalg/invariants.hpp include/mfem/linalg/kernels.hpp include/mfem/linalg/linalg.hpp include/mfem/linalg/matrix.hpp include/mfem/linalg/mumps.hpp include/mfem/linalg/ode.hpp include/mfem/linalg/operator.hpp include/mfem/linalg/petsc.hpp include/mfem/linalg/petscinternals.hpp include/mfem/linalg/simd.hpp include/mfem/linalg/simd/auto.hpp include/mfem/linalg/simd/m128.hpp include/mfem/linalg/simd/m256.hpp include/mfem/linalg/simd/m512.hpp include/mfem/linalg/simd/qpx.hpp include/mfem/linalg/simd/qpx256.hpp include/mfem/linalg/simd/sve.hpp include/mfem/linalg/simd/vsx.hpp include/mfem/linalg/simd/vsx128.hpp include/mfem/linalg/simd/x86.hpp include/mfem/linalg/slepc.hpp include/mfem/linalg/solvers.hpp include/mfem/linalg/sparsemat.hpp include/mfem/linalg/sparsesmoothers.hpp include/mfem/linalg/strumpack.hpp include/mfem/linalg/sundials.hpp include/mfem/linalg/superlu.hpp include/mfem/linalg/symmat.hpp include/mfem/linalg/tlayout.hpp include/mfem/linalg/tmatrix.hpp include/mfem/linalg/ttensor.hpp include/mfem/linalg/vector.hpp include/mfem/mesh/element.hpp include/mfem/mesh/gmsh.hpp include/mfem/mesh/hexahedron.hpp include/mfem/mesh/mesh.hpp include/mfem/mesh/mesh_headers.hpp include/mfem/mesh/mesh_operators.hpp include/mfem/mesh/mesquite.hpp include/mfem/mesh/ncmesh.hpp include/mfem/mesh/ncmesh_tables.hpp include/mfem/mesh/nurbs.hpp include/mfem/mesh/pmesh.hpp include/mfem/mesh/pncmesh.hpp include/mfem/mesh/point.hpp include/mfem/mesh/pumi.hpp +include/mfem/mesh/pyramid.hpp include/mfem/mesh/quadrilateral.hpp include/mfem/mesh/segment.hpp include/mfem/mesh/tetrahedron.hpp include/mfem/mesh/tmesh.hpp include/mfem/mesh/triangle.hpp include/mfem/mesh/vertex.hpp include/mfem/mesh/vtk.hpp include/mfem/mesh/wedge.hpp include/mfem/mfem-performance.hpp include/mfem/mfem.hpp lib/cmake/mfem/MFEMConfig.cmake lib/cmake/mfem/MFEMConfigVersion.cmake lib/cmake/mfem/MFEMTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mfem/MFEMTargets.cmake lib/libmfem.so -lib/libmfem.so.4.3.0 +lib/libmfem.so.4.4.0 %%DATADIR%%/config.mk %%DATADIR%%/test.mk