Port details |
- moab Component for representing and evaluating mesh data
- 5.5.1_2 math =2 5.5.1_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-11-05 02:13:43
- Last Update: 2025-01-28 16:42:55
- Commit Hash: e54e2c6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3+
- WWW:
- https://press3.mcs.anl.gov/sigma/moab-library/
- Description:
- The Mesh-Oriented datABase (MOAB) is a component for representing and evaluating
mesh data. MOAB can store structured and unstructured mesh, consisting of
elements in the finite element zoo plus polygons and polyhedra. The functional
interface to MOAB is simple yet powerful, allowing the representation of many
types of metadata commonly found on the mesh. MOAB is optimized for efficiency
in space and time, based on access to mesh in chunks rather than through
individual entities, while also versatile enough to support individual entity
access. The MOAB library can naturally represent finite element and other types
of mesh data. Various types of meta-data are often used in conjunction with
a mesh. Examples include boundary condition groupings, material types, and
provenance information for the mesh. Because the data model used in MOAB is so
abstract, conventions are useful for describing how meta-data is stored into
that data model.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_BUILD:
- To install the port:
- cd /usr/ports/math/moab/ && make install clean
- To add the package, run one of these commands:
- pkg install math/moab
- pkg install moab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: moab
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714146317
SHA256 (moab-5.5.1.tar.gz) = 598a9e72b0d03cf487c49aee2defb60ab5c19bd9194de9a3134f0fd04d376f13
SIZE (moab-5.5.1.tar.gz) = 19527072
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
- eigen3.pc : math/eigen3
- gfortran13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libhdf5.so : science/hdf5
- libnetcdf.so : science/netcdf
- libopenblas.so : math/openblas
- libmpi_cxx.so : net/openmpi4
- This port is required by:
- for Libraries
-
- science/py-PyNE
Configuration Options:
- ===> The following configuration options are available for moab-5.5.1_2:
MPI=on: MPI (Message Passing Interface) support
===> Use 'make config' to modify these settings
- Options name:
- math_moab
- USES:
- cmake eigen:3 fortran
- 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 |
5.5.1_2 28 Jan 2025 16:42:55 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after OpenBLAS upgrade
Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.
PR: 284314 |
5.5.1_1 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
5.5.1 26 Apr 2024 17:11:03 |
Yuri Victorovich (yuri) |
math/moab: update 5.3.1 → 5.5.1
Reported by: portscout |
5.3.1_5 18 Feb 2024 09:29:31 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after OpenMPI upgrade |
5.3.1_4 18 Feb 2024 09:22:35 |
Thierry Thomas (thierry) |
*/*: fix the dependency to net/openmpi4
For ports without USES=mpi:openmpi. For the others, it will be set
automatically. |
5.3.1_4 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
5.3.1_3 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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) |
5.3.1_2 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 ) |
5.3.1_2 20 Jul 2022 14:35:24 |
Tobias C. Berner (tcberner) |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
5.3.1_1 21 May 2022 20:09:09 |
Yuri Victorovich (yuri) |
math/moab: Fix build with MPI=on
MPI compiler wasn't always used.
Reported by: fallout |
5.3.1_1 20 May 2022 22:05:43 |
Yuri Victorovich (yuri) |
math/moab: Fix typo in Makefile |
5.3.1_1 20 May 2022 22:03:00 |
Yuri Victorovich (yuri) |
math/moab: Fix MPI option |
5.3.1 20 May 2022 20:08:36 |
Yuri Victorovich (yuri) |
math/moab: Update 5.2.1 -> 5.3.1 |
5.2.1_3 07 Mar 2022 18:10:58 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf: Update to 4.8.1
- Update MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases |
5.2.1_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.2.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.1_2 26 Jan 2021 14:04:01 |
sunpoet |
Bump PORTREVISION for science/netcdf shlib change |
5.2.1_1 12 Dec 2020 17:04:37 |
thierry |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run |
5.2.1 15 Oct 2020 23:38:46 |
yuri |
math/moab: Update 5.1.1 -> 5.2.1 |
5.1.1_2 06 May 2020 16:11:15 |
yuri |
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas. |
5.1.1_1 19 Apr 2020 09:49:02 |
danilo |
- Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)
- Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is
deprecated and will be removed)
- Fix science/gromacs plist when MPI option is enabled
- Bump PORTREVISION for all the consumers of net/openmpi |
5.1.1 19 Feb 2020 03:18:26 |
yuri |
math/moab: Update 5.1.0 -> 5.1.1
Reported by: portscout |
5.1.0 15 Feb 2020 16:05:06 |
yuri |
math/moab: Update 5.0.0 -> 5.1.0 |
5.0.0_7 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
5.0.0_6 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 |
5.0.0_5 17 Jul 2019 07:39:18 |
pkubaj |
math/moab: fix build with GCC
Add USES=compiler:c++11-lang to fix:
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
Could NOT find MPI (missing: MPI_CXX_FOUND) (found version "3.0")
Approved by: mentors (implicit approval) |
5.0.0_5 26 May 2019 18:15:46 |
yuri |
math/moab: Fix license
PR: 238134
Reported by: tobik |
5.0.0_5 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
5.0.0_4 02 Mar 2019 17:45:58 |
sunpoet |
Update science/netcdf to 4.6.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases
https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md |
5.0.0_3 05 Jan 2019 22:46:54 |
sunpoet |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
5.0.0_2 26 Dec 2018 09:06:35 |
tcberner |
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 |
5.0.0_1 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 |
5.0.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
5.0.0 24 Nov 2018 03:10:29 |
yuri |
math/moab: Update 4.6.3 -> 5.0.0
Port changes:
* Change MASTER_SITES to bitbucket where official releases are
* Change to CMAKE
* Add MPI option
* Fix WWW
Reported by: portscout |
4.6.3 05 Nov 2018 02:13:10 |
yuri |
New port: math/moab: Component for representing and evaluating mesh data |