Date: Sat, 25 May 2019 17:47:37 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502613 - head/math/mfem Message-ID: <201905251747.x4PHlbqe085797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat May 25 17:47:37 2019 New Revision: 502613 URL: https://svnweb.freebsd.org/changeset/ports/502613 Log: math/mfem: Update 3.4 -> 4.0 Reported by: portscout Modified: head/math/mfem/Makefile head/math/mfem/distinfo head/math/mfem/pkg-plist Modified: head/math/mfem/Makefile ============================================================================== --- head/math/mfem/Makefile Sat May 25 17:46:44 2019 (r502612) +++ head/math/mfem/Makefile Sat May 25 17:47:37 2019 (r502613) @@ -2,7 +2,7 @@ PORTNAME= mfem DISTVERSIONPREFIX= v -DISTVERSION= 3.4 +DISTVERSION= 4.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/mfem/distinfo ============================================================================== --- head/math/mfem/distinfo Sat May 25 17:46:44 2019 (r502612) +++ head/math/mfem/distinfo Sat May 25 17:47:37 2019 (r502613) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539155589 -SHA256 (mfem-mfem-v3.4_GH0.tar.gz) = cec86054e1cf7c98b7999221e7caa5b7f280ec3363c66cf3ed54e0cbb94fa441 -SIZE (mfem-mfem-v3.4_GH0.tar.gz) = 4595868 +TIMESTAMP = 1558803243 +SHA256 (mfem-mfem-v4.0_GH0.tar.gz) = 19797052fe65cc02b848366cf2366ff1fa348dbf7b7060f381ba84251ab11731 +SIZE (mfem-mfem-v4.0_GH0.tar.gz) = 5364416 Modified: head/math/mfem/pkg-plist ============================================================================== --- head/math/mfem/pkg-plist Sat May 25 17:46:44 2019 (r502612) +++ head/math/mfem/pkg-plist Sat May 25 17:47:37 2019 (r502613) @@ -3,6 +3,7 @@ include/mfem.hpp include/mfem/config/config.hpp include/mfem/config/tconfig.hpp include/mfem/fem/bilinearform.hpp +include/mfem/fem/bilinearform_ext.hpp include/mfem/fem/bilininteg.hpp include/mfem/fem/coefficient.hpp include/mfem/fem/conduitdatacollection.hpp @@ -40,12 +41,17 @@ include/mfem/fem/tmop.hpp include/mfem/general/array.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/globals.hpp include/mfem/general/gzstream.hpp include/mfem/general/hash.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 @@ -62,6 +68,7 @@ include/mfem/linalg/blockoperator.hpp include/mfem/linalg/blockvector.hpp include/mfem/linalg/complex_operator.hpp include/mfem/linalg/densemat.hpp +include/mfem/linalg/dtensor.hpp include/mfem/linalg/handle.hpp include/mfem/linalg/hypre.hpp include/mfem/linalg/hypre_parcsr.hpp @@ -99,6 +106,7 @@ include/mfem/mesh/tetrahedron.hpp include/mfem/mesh/tmesh.hpp include/mfem/mesh/triangle.hpp include/mfem/mesh/vertex.hpp +include/mfem/mesh/wedge.hpp include/mfem/mfem-performance.hpp include/mfem/mfem.hpp lib/cmake/mfem/MFEMConfig.cmake @@ -106,4 +114,6 @@ lib/cmake/mfem/MFEMConfigVersion.cmake lib/cmake/mfem/MFEMTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mfem/MFEMTargets.cmake lib/libmfem.so -lib/libmfem.so.3.4.0 +lib/libmfem.so.4.0 +%%DATADIR%%/config.mk +%%DATADIR%%/test.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251747.x4PHlbqe085797>