Port details |
- mfem Lightweight, general, scalable C++ library for finite element methods
- 4.4_11 math =2 4.4_11Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-10-10 07:29:15
- Last Update: 2024-07-14 22:29:34
- Commit Hash: c670515
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://mfem.org/
- Description:
- Features:
* Arbitrary high-order finite element meshes and spaces.
* Wide variety of finite element discretization approaches.
* Conforming and nonconforming adaptive mesh refinement.
* Scalable to hundreds of thousands of cores.
* etc.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/mfem/ && make install clean
- To add the package, run one of these commands:
- pkg install math/mfem
- pkg install mfem
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mfem
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650680791
SHA256 (mfem-mfem-v4.4_GH0.tar.gz) = 0325a57854d9268dfe3f8d9b03836eb01b00a966d93162e6249857e9fab9c61f
SIZE (mfem-mfem-v4.4_GH0.tar.gz) = 3078651
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libmetis.so : math/metis
- libHYPRE.so : science/hypre
- libmetis.so : math/metis
- libsuperlu_dist.so : math/superlu-dist
- libmpich.so : net/mpich
- This port is required by:
- for Libraries
-
- graphics/glvis
- science/axom
- science/serac
- science/spheral
Configuration Options:
- ===> The following configuration options are available for mfem-4.4_11:
METIS=on: Build with metis
SUPERLU=on: Enable SuperLU use
====> MPI (Message Passing Interface) support: you have to select exactly one of them
NOMPI=off: Build without parallel processing support
MPICH=on: Parallel processing support via MPICH 3
OPENMPI=off: Parallel processing support via Open MPI
===> Use 'make config' to modify these settings
- Options name:
- math_mfem
- USES:
- cmake:testing compiler:c++11-lang mpi:mpich pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4_11 14 Jul 2024 22:29:34 |
Yuri Victorovich (yuri) |
math/superlu-dist: update 8.2.1 → 9.0.0
Reported by: portscout |
4.4_10 10 Dec 2023 10:23:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2 |
4.4_9 25 Jun 2023 08:26:02 |
Yuri Victorovich (yuri) |
science/hypre: Update 2.28.0 → 2.29.0
Reported by: portscout |
4.4_8 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.4_7 19 Mar 2023 07:46:57 |
Yuri Victorovich (yuri) |
science/hypre: Update 2.26.0 → 2.28.0
Reported by: portscout |
4.4_6 16 Oct 2022 19:37:32 |
Yuri Victorovich (yuri) |
science/hypre: Update 2.25.0 -> 2.26.0
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.4_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.4_5 05 Sep 2022 16:44:26 |
Yuri Victorovich (yuri) |
math/mfem: Add METIS option |
4.4_4 05 Sep 2022 08:15:51 |
Yuri Victorovich (yuri) |
math/mfem: Fix SUPERLU option and make it default |
4.4_3 25 Aug 2022 19:51:13 |
Yuri Victorovich (yuri) |
math/mfem: Add SUPERLU option |
4.4_2 23 Aug 2022 18:33:53 |
Yuri Victorovich (yuri) |
math/mfem: Improve MPI options |
4.4_2 22 Aug 2022 09:47:44 |
Yuri Victorovich (yuri) |
math/mfem: Correct typo |
4.4_1 22 Aug 2022 08:01:42 |
Yuri Victorovich (yuri) |
math/mfem: Add options to use mpich, OpenMPI, or no MPI |
4.4 23 Apr 2022 03:52:24 |
Yuri Victorovich (yuri) |
math/mfem: Update 4.3 -> 4.4
Reported by: portscout |
4.3 03 Sep 2021 13:01:58 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
4.3 01 Aug 2021 17:22:12 |
Yuri Victorovich (yuri) |
math/mfem: Update 4.2 -> 4.3
Reported by: portscout |
4.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2 31 Oct 2020 08:48:38 |
yuri |
math/mfem: Update 4.1 -> 4.2
Reported by: portscout |
4.1 11 Mar 2020 15:58:53 |
yuri |
math/mfem: Update 4.0 -> 4.1
Reported by: portscout |
4.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.0 12 Jun 2019 18:39:28 |
pkubaj |
math/mfem: fix build
Add USES=compiler:c++11-lang to fix:
Target "nurbs_ex1" requires the language dialect "CXX11" , but CMake does
not know the compile flags to use to enable it.
Approved by: mentors (implicite approval) |
4.0 25 May 2019 17:47:37 |
yuri |
math/mfem: Update 3.4 -> 4.0
Reported by: portscout |
3.4 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
3.4 10 Oct 2018 07:28:58 |
yuri |
New port: math/mfem: Lightweight, general, scalable C++ library for finite
element methods |