Port details |
- dune-typetree DUNE framework: The TypeTree library
- 2.8.0_2 math =2 2.8.0_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-03-14 23:35:46
- Last Update: 2024-02-18 09:29:31
- Commit Hash: 9eba616
- 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:
- dune-typetree is a module of the DUNE Numerics framework for solving partial
differential equations (PDEs) with grid-based methods.
dune-typetree is a template library for constructing and operating on statically
typed trees of objects. It is based around the idea of defining loosely coupled,
componentized algorithms. Component lookup happens through tag dispatch, making
it very easy to extend and / or modify existing algorithms as well as
constructing new algorithms for existing types of tree nodes.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dune-typetree>0:math/dune-typetree
- To install the port:
- cd /usr/ports/math/dune-typetree/ && make install clean
- To add the package, run one of these commands:
- pkg install math/dune-typetree
- pkg install dune-typetree
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dune-typetree
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1630984268
SHA256 (staging-dune-typetree-cf6b5b4d3abe5dfa748815a69f6a8bda02af36f0_GL0.tar.gz) = 3cdc44bb0821c01b93bd8a103f767a44cb3088e482635cf07b0d57e31cb67b5b
SIZE (staging-dune-typetree-cf6b5b4d3abe5dfa748815a69f6a8bda02af36f0_GL0.tar.gz) = 69662
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:
-
- dune-common>0 : math/dune-common
- openmpi4>0 : net/openmpi4
- vc>0 : devel/vc
- doxygen : devel/doxygen
- sphinx-build : textproc/py-sphinx
- cmake : devel/cmake-core
- gfortran12 : lang/gcc12
- pkgconf>=1.3.0_1 : devel/pkgconf
- as : devel/binutils
- Runtime dependencies:
-
- dune-common>0 : math/dune-common
- openmpi4>0 : net/openmpi4
- vc>0 : devel/vc
- gfortran12 : lang/gcc12
- This port is required by:
- for Build
-
- math/dune-functions
- math/dune-multidomaingrid
- math/dune-pdelab
- for Run
-
- math/dune-functions
- math/dune-multidomaingrid
- math/dune-pdelab
Configuration Options:
- ===> The following configuration options are available for dune-typetree-2.8.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_dune-typetree
- 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_2 18 Feb 2024 09:29:31 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after OpenMPI upgrade |
2.8.0_1 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_1 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_1 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) |
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 07 Sep 2021 06:14:42 |
Yuri Victorovich (yuri) |
math/dune-typetree: Update 2.7.1 -> 2.8.0 |
2.7.1 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
2.7.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.7.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.1 16 Jan 2021 17:32:40 |
yuri |
math/dune-typetree: Update 2.7.0rc2 -> 2.7.1 |
2.7.0.r2_2 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 |
2.7.0.r2_1 15 Mar 2020 17:05:35 |
yuri |
math/dune-*: Remove GL_ACCOUNT duplications
Reported by: 0mp |
2.7.0.r2_1 15 Mar 2020 02:03:54 |
yuri |
math/dune-typetree: Add missing RUN_DEPENDS |
2.7.0.r2 14 Mar 2020 23:35:37 |
yuri |
New port: math/dune-typetree: DUNE framework: The TypeTree library |