summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuri <yuri@35697150-7ecd-e111-bb59-0022644237b5>2020-10-31 08:48:38 +0000
committeryuri <yuri@35697150-7ecd-e111-bb59-0022644237b5>2020-10-31 08:48:38 +0000
commit45f825c0e1d082db2eed679a6f52565285aaaa8c (patch)
tree4dd11350f9c1e413afe3253769f4028f3f67db17
parent4e86443c104e9fecd8f4c7db55654f5cee484cea (diff)
downloadfreebsd-ports-45f825c0e1d082db2eed679a6f52565285aaaa8c.tar.gz
freebsd-ports-45f825c0e1d082db2eed679a6f52565285aaaa8c.tar.bz2
math/mfem: Update 4.1 -> 4.2
Reported by: portscout git-svn-id: http://svn.freebsd.org/ports/head@553753 35697150-7ecd-e111-bb59-0022644237b5
-rw-r--r--math/mfem/Makefile2
-rw-r--r--math/mfem/distinfo6
-rw-r--r--math/mfem/files/patch-general_zstr.hpp11
-rw-r--r--math/mfem/pkg-descr2
-rw-r--r--math/mfem/pkg-plist25
5 files changed, 29 insertions, 17 deletions
diff --git a/math/mfem/Makefile b/math/mfem/Makefile
index 862a11b54cde..d17cec7fab47 100644
--- a/math/mfem/Makefile
+++ b/math/mfem/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mfem
DISTVERSIONPREFIX= v
-DISTVERSION= 4.1
+DISTVERSION= 4.2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/mfem/distinfo b/math/mfem/distinfo
index 05bc09f8afe1..0f5037705deb 100644
--- a/math/mfem/distinfo
+++ b/math/mfem/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583908718
-SHA256 (mfem-mfem-v4.1_GH0.tar.gz) = 88cc7f1f8a0f3d050041ddaef8da09d1216e2c7d75a4c08c3aaad6a0565aa90e
-SIZE (mfem-mfem-v4.1_GH0.tar.gz) = 8275547
+TIMESTAMP = 1604132718
+SHA256 (mfem-mfem-v4.2_GH0.tar.gz) = 15ff770bb97565b085f0b8b91df60b529f427c134d1d3fe7f700aca9d3209884
+SIZE (mfem-mfem-v4.2_GH0.tar.gz) = 2424993
diff --git a/math/mfem/files/patch-general_zstr.hpp b/math/mfem/files/patch-general_zstr.hpp
deleted file mode 100644
index 27996f1a9831..000000000000
--- a/math/mfem/files/patch-general_zstr.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- general/zstr.hpp.orig 2020-03-11 15:50:47 UTC
-+++ general/zstr.hpp
-@@ -69,7 +69,7 @@ static std::string strerror()
- {
- buff = "Unknown error";
- }
--#elif (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE || defined(__APPLE__)
-+#elif (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE || defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
- // XSI-compliant strerror_r()
- if (strerror_r(errno, &buff[0], buff.size()) != 0)
- {
diff --git a/math/mfem/pkg-descr b/math/mfem/pkg-descr
index 1003245dea4a..50f6baeb1118 100644
--- a/math/mfem/pkg-descr
+++ b/math/mfem/pkg-descr
@@ -5,4 +5,4 @@ Features:
* Scalable to hundreds of thousands of cores.
* etc.
-WWW: http://mfem.org/
+WWW: https://mfem.org/
diff --git a/math/mfem/pkg-plist b/math/mfem/pkg-plist
index e17e5c697bc0..ef5f5ca45ecc 100644
--- a/math/mfem/pkg-plist
+++ b/math/mfem/pkg-plist
@@ -2,12 +2,14 @@ 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/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/eltrans.hpp
include/mfem/fem/estimators.hpp
@@ -15,6 +17,7 @@ include/mfem/fem/fe.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/geom.hpp
include/mfem/fem/gridfunc.hpp
include/mfem/fem/gslib.hpp
@@ -25,6 +28,7 @@ include/mfem/fem/libceed/diffusion.hpp
include/mfem/fem/libceed/mass.hpp
include/mfem/fem/linearform.hpp
include/mfem/fem/lininteg.hpp
+include/mfem/fem/multigrid.hpp
include/mfem/fem/nonlinearform.hpp
include/mfem/fem/nonlinearform_ext.hpp
include/mfem/fem/nonlininteg.hpp
@@ -49,13 +53,17 @@ include/mfem/fem/tfespace.hpp
include/mfem/fem/tintrules.hpp
include/mfem/fem/tmop.hpp
include/mfem/fem/tmop_tools.hpp
+include/mfem/fem/transfer.hpp
+include/mfem/general/adios2stream.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
@@ -75,10 +83,12 @@ 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/blockmatrix.hpp
include/mfem/linalg/blockoperator.hpp
include/mfem/linalg/blockvector.hpp
include/mfem/linalg/complex_operator.hpp
+include/mfem/linalg/cpardiso.hpp
include/mfem/linalg/densemat.hpp
include/mfem/linalg/dtensor.hpp
include/mfem/linalg/ginkgo.hpp
@@ -93,6 +103,18 @@ include/mfem/linalg/matrix.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/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
@@ -104,6 +126,7 @@ 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
@@ -131,6 +154,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.4.1.0
+lib/libmfem.so.4.2.0
%%DATADIR%%/config.mk
%%DATADIR%%/test.mk