Port details |
- dune-geometry DUNE framework: Geometry transformations, reference elements, etc
- 2.8.0_2 math
=0 2.8.0_2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-03-14 22:05:00
- Last Update: 2022-01-05 16:43:54
- Commit Hash: 4a0e524
- License: GPLv2
- Description:
- dune-geometry is a module of the DUNE Numerics framework for solving partial
differential equations (PDEs) with grid-based methods.
dune-geometry includes everything related to the DUNE reference elements. This
includes the reference elements themselves, mappings on the reference elements
(geometries), and quadratures.
WWW: https://www.dune-project.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- dune-geometry>0:math/dune-geometry
- For LIB depends:
- libdunegeometry.so:math/dune-geometry
- To install the port:
- cd /usr/ports/math/dune-geometry/ && make install clean
- To add the package, run one of these commands:
- pkg install math/dune-geometry
- pkg install dune-geometry
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dune-geometry
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1630919327
SHA256 (core-dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b_GL0.tar.gz) = 19866eb56655e6f31f91d7c8a8851bde9a52172efec7eb5acb2005a21d1173ca
SIZE (core-dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b_GL0.tar.gz) = 794145
- 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:
-
- openmpi>0 : net/openmpi
- vc>0 : devel/vc
- doxygen : devel/doxygen
- sphinx-build : textproc/py-sphinx
- cmake : devel/cmake
- gfortran10 : lang/gcc10
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.8 : lang/python38
- as : devel/binutils
- Runtime dependencies:
-
- gfortran10 : lang/gcc10
- python3.8 : lang/python38
- Library dependencies:
-
- libdunecommon.so : math/dune-common
- libopenblas.so : math/openblas
- libtbb.so : devel/onetbb
- This port is required by:
- for Build
-
- math/dune-curvedgeometry
- math/dune-foamgrid
- math/dune-functions
- math/dune-localfunctions
- math/dune-multidomaingrid
- math/dune-pdelab
- math/dune-spgrid
- for Libraries
-
- math/dune-alugrid
- math/dune-fem
- math/dune-grid
- math/dune-grid-glue
- math/dune-polygongrid
- math/dune-vtk
- for Run
-
- math/dune-curvedgeometry
- math/dune-foamgrid
- math/dune-functions
- math/dune-localfunctions
- math/dune-multidomaingrid
- math/dune-pdelab
- math/dune-spgrid
- Configuration Options:
- ===> The following configuration options are available for dune-geometry-2.8.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_dune-geometry
- USES:
- cmake compiler:c++17-lang fortran pkgconfig python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Jan 2022 16:43:54 2.8.0_2
|
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.5.0
and bump dependent ports' revisions |
10 Oct 2021 15:11:27 2.8.0_1
|
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 |
07 Sep 2021 06:14:39 2.8.0
|
Yuri Victorovich (yuri)  |
math/dune-geometry: Update 2.7.1 -> 2.8.0 |
09 Jul 2021 11:05:19 2.7.1_3
|
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.3.0
Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html |
14 Apr 2021 10:08:05 2.7.1_2
|
Ganael LAPLANCHE (martymac)  |
devel/onetbb: Update to 2021.2.0 and bump dependencies
Changelog:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html |
09 Apr 2021 18:44:23 2.7.1_1
|
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 |
07 Apr 2021 08:09:01 2.7.1_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2.7.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Feb 2021 15:14:46
2.7.1_1
|
martymac  |
Introduce devel/onetbb and mark devel/tbb as legacy
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.
Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.
We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.
PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
252684 [7], 252785 [7]
Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
maintainer timeout [7]
[1]
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2]
https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html |
16 Jan 2021 00:29:00
2.7.1
|
yuri  |
math/dune-geometry: Update 2.7.0 -> 2.7.1 |
17 Jul 2020 10:12:26
2.7.0_4
|
martymac  |
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES |
06 May 2020 16:11:15
2.7.0_3
|
yuri  |
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas. |
19 Apr 2020 09:49:02
2.7.0_2
|
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 |
01 Apr 2020 14:14:52
2.7.0_1
|
martymac  |
Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES |
15 Mar 2020 17:05:35
2.7.0
|
yuri  |
math/dune-*: Remove GL_ACCOUNT duplications
Reported by: 0mp |
14 Mar 2020 22:04:54
2.7.0
|
yuri  |
New port: math/dune-geometry: DUNE framework: Geometry transformations,
reference elements, etc |