Port details |
- geogram Programming library of geometric algorithms
- 1.7.7 math
=0 1.7.7Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-12-09 18:59:49
- Last Update: 2022-05-20 17:30:01
- Commit Hash: af42298
- License: BSD3CLAUSE
- Description:
- Geogram is a programming library of geometric algorithms. It includes a simple
yet efficient Mesh data structure (for surfacic and volumetric meshes), exact
computer arithmetics (a-la Shewchuck, implemented in GEO::expansion), a
predicate code generator (PCK: Predicate Construction Kit), standard geometric
predicates (orient/insphere), Delaunay triangulation, Voronoi diagram, spatial
search data structures, spatial sorting) and less standard ones (more general
geometric predicates, intersection between a Voronoi diagram and a triangular or
tetrahedral mesh embedded in n dimensions). The latter is used by FWD/WarpDrive,
the first algorithm that computes semi-discrete Optimal Transport in 3d that
scales up to 1 million Dirac masses (see compute_OTM in example programs).
WWW: http://alice.loria.fr/software/geogram/doc/html/index.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libgeogram.so:math/geogram
- libgeogram_gfx.so:math/geogram
- libgeogram_num_3rdparty.so:math/geogram
- To install the port:
- cd /usr/ports/math/geogram/ && make install clean
- To add the package, run one of these commands:
- pkg install math/geogram
- pkg install geogram
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: geogram
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1636221687
SHA256 (alicevision-geogram-v1.7.7_GH0.tar.gz) = 7323d9f6a38fbaff3e07c47955e0c8f310906871d38171536ec8bc0758e816aa
SIZE (alicevision-geogram-v1.7.7_GH0.tar.gz) = 8596997
- 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
- ninja : devel/ninja
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xxf86vm.pc : x11/libXxf86vm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xxf86vm.pc : x11/libXxf86vm
- Library dependencies:
-
- libglfw.so : graphics/glfw
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- math_geogram
- USES:
- cmake gl localbase:ldflags xorg
- 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 |
20 May 2022 17:30:01 1.7.7
|
Yuri Victorovich (yuri)  |
math/geogram: Only for amd64, i386
Reported by: fallout |
06 Nov 2021 23:56:35 1.7.7
|
Yuri Victorovich (yuri)  |
math/geogram: Update 1.7.6 -> 1.7.7
Reported by: portscout |
22 Jun 2021 18:53:08 1.7.6_1
|
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
07 Apr 2021 08:09:01 1.7.6
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.7.6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Feb 2021 22:21:45
1.7.6
|
yuri  |
math/geogram: Update 1.7.5 -> 1.7.6 |
22 Sep 2020 19:50:50
1.7.5
|
yuri  |
math/geogram: Fix build on 13
Reported by: fallout
MFH: 2020Q3 |
21 Sep 2020 20:03:56
1.7.5
|
yuri  |
math/geogram: Fix build on 13 by adding -fcommon
Reported by: fallout |
17 Apr 2020 01:17:05
1.7.5
|
yuri  |
math/geogram: Update 1.7.4 -> 1.7.5
Reported by: portscout |
14 Feb 2020 08:27:29
1.7.4
|
yuri  |
math/geogram: Update 1.7.3 -> 1.7.4
Reported by: portscout |
04 Jan 2020 05:57:01
1.7.3
|
yuri  |
math/geogram: Update 1.7.2 -> 1.7.3
Reported by: portscout |
04 Dec 2019 07:14:52
1.7.2
|
yuri  |
math/geogram: Update 1.7.1 -> 1.7.2
Reported by: portscout |
06 Nov 2019 18:07:22
1.7.1
|
zeising  |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
01 Sep 2019 06:34:42
1.7.1
|
yuri  |
math/geogram: Remove the unused target |
01 Sep 2019 06:08:26
1.7.1
|
yuri  |
math/geogram: Update 1.6.11 -> 1.7.1
Reported by: repology |
04 May 2019 08:15:00
1.6.11
|
yuri  |
math/geogram: Fix the license line |
04 May 2019 08:14:19
1.6.11
|
yuri  |
math/geogram: Update 1.6.9 -> 1.6.11 |
25 Dec 2018 20:25:40
1.6.9_1
|
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 |
09 Dec 2018 21:49:39
1.6.9_1
|
yuri  |
math/geogram: Change to shared libraries |
09 Dec 2018 18:59:31
1.6.9
|
yuri  |
New port: math/geogram: Programming library of geometric algorithms |