Port details |
- dune-grid-glue DUNE framework: infrastructure for coupling of unrelated Dune grids
- 2.8.0_13 math
=2 2.8.0_12Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2021-09-07 16:15:05
- 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: GPLv2
- WWW:
- https://www.dune-project.org/
- Description:
- The dune-grid-glue module provides infrastructure for the coupling of two
unrelated Dune grids. The coupling may be overlapping or nonoverlapping,
conforming or nonconforming. The two grids are not requested to be of the same
type, and they may even be of different dimensions.
Couplings are described as sets of remote intersections. Conceptually, these
remote intersections are very close to what the regular intersections in the
Dune grid interface are, with the difference that the inside and outside
entities are taken from different grids.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dune-grid-glue>0:math/dune-grid-glue
- To install the port:
- cd /usr/ports/math/dune-grid-glue/ && make install clean
- To add the package, run one of these commands:
- pkg install math/dune-grid-glue
- pkg install dune-grid-glue
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dune-grid-glue
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1653363260
SHA256 (extensions-dune-grid-glue-22efb0e3cbf0a75094a8d81a4fdd352c98e78947_GL0.tar.gz) = c73a7ba1e4ec2af25f2e256e2c66541e9a842f130b48da91c1126dd552d2c5cd
SIZE (extensions-dune-grid-glue-22efb0e3cbf0a75094a8d81a4fdd352c98e78947_GL0.tar.gz) = 82272
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:
-
- alberta-fem>0 : math/alberta
- openmpi4>0 : net/openmpi4
- psurface>0 : math/psurface
- vc>0 : devel/vc
- doxygen : devel/doxygen
- sphinx-build : textproc/py-sphinx
- cmake : devel/cmake-core
- gfortran13 : lang/gcc13
- pkgconf>=1.3.0_1 : devel/pkgconf
- as : devel/binutils
- Runtime dependencies:
-
- alberta-fem>0 : math/alberta
- psurface>0 : math/psurface
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libdunecommon.so : math/dune-common
- libdunegeometry.so : math/dune-geometry
- libdunegrid.so : math/dune-grid
- libduneuggrid.so : math/dune-uggrid
- libopenblas.so : math/openblas
- libtbb.so : devel/onetbb
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dune-grid-glue-2.8.0_13:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_dune-grid-glue
- USES:
- cmake compiler:c++17-lang fortran 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 |
2.8.0_13 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 |
2.8.0_12 04 Jul 2024 11:39:44
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.13.0
and bump dependent ports' revisions.
Release
notes: https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md |
2.8.0_11 21 Jun 2024 17:49:24
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
2.8.0_10 17 Apr 2024 11:28:34
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.12.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0 |
2.8.0_9 18 Feb 2024 09:29:31
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after OpenMPI upgrade |
2.8.0_8 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. |
2.8.0_8 12 Dec 2023 19:03:50
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
2.8.0_7 28 Nov 2023 11:35:02
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.11.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0 |
2.8.0_6 21 Aug 2023 10:09:23
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.10.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0 |
2.8.0_5 12 Jul 2023 18:56:04
    |
Felix Palmen (zirias)  |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
2.8.0_5 09 May 2023 10:25:26
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.9.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0 |
2.8.0_4 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.8.0_3 03 Mar 2023 15:01:50
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.8.0
Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0 |
2.8.0_2 03 Nov 2022 11:32:41
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.7.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md |
2.8.0_1 28 Sep 2022 10:28:09
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.6.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md |
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) |
2.8.0 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 ) |
2.8.0 24 May 2022 04:16:03
    |
Yuri Victorovich (yuri)  |
math/dune-grid-glue: Update 2.7.0.20201113 -> 2.8.0 |
2.7.0.20201113_2 05 Jan 2022 16:43:54
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.5.0
and bump dependent ports' revisions |
2.7.0.20201113_1 10 Oct 2021 15:11:27
    |
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.4.0
Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html |
2.7.0.20201113 07 Sep 2021 16:14:16
    |
Yuri Victorovich (yuri)  |
math/dune-grid-glue: New port: DUNE framework: infrastructure for coupling of
unrelated Dune grids |