Port details |
- geogram Programming library of geometric algorithms
- 1.9.0 math =2 1.7.9Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-12-09 18:59:49
- Last Update: 2024-11-10 20:13:32
- Commit Hash: 7f8141c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/BrunoLevy/geogram
- 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).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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 = 1730601343
SHA256 (BrunoLevy-geogram-v1.9.0_GH0.tar.gz) = 22baa50539a56f0f88ce84adfc8bea50a379caf7120f03d3df834c4bd607a1d0
SIZE (BrunoLevy-geogram-v1.9.0_GH0.tar.gz) = 5640678
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
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.0 10 Nov 2024 20:13:32 |
Yuri Victorovich (yuri) |
math/geogram: Fix typo |
1.9.0 09 Nov 2024 06:06:08 |
Yuri Victorovich (yuri) |
math/geogram: Broken on 15 with clang 19
Reported by: fallout |
1.9.0 03 Nov 2024 04:08:35 |
Yuri Victorovich (yuri) |
math/geogram: update 1.7.9 → 1.9.0 |
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) |
1.7.9 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 ) |
1.7.9 30 Jul 2022 07:34:33 |
Yuri Victorovich (yuri) |
math/geogram: Update 1.7.7 -> 1.7.9
Reported by: portscout |
1.7.7 20 May 2022 17:30:01 |
Yuri Victorovich (yuri) |
math/geogram: Only for amd64, i386
Reported by: fallout |
1.7.7 06 Nov 2021 23:56:35 |
Yuri Victorovich (yuri) |
math/geogram: Update 1.7.6 -> 1.7.7
Reported by: portscout |
1.7.6_1 22 Jun 2021 18:53:08 |
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 |
1.7.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.6 18 Feb 2021 22:21:45 |
yuri |
math/geogram: Update 1.7.5 -> 1.7.6 |
1.7.5 22 Sep 2020 19:50:50 |
yuri |
math/geogram: Fix build on 13
Reported by: fallout
MFH: 2020Q3 |
1.7.5 21 Sep 2020 20:03:56 |
yuri |
math/geogram: Fix build on 13 by adding -fcommon
Reported by: fallout |
1.7.5 17 Apr 2020 01:17:05 |
yuri |
math/geogram: Update 1.7.4 -> 1.7.5
Reported by: portscout |
1.7.4 14 Feb 2020 08:27:29 |
yuri |
math/geogram: Update 1.7.3 -> 1.7.4
Reported by: portscout |
1.7.3 04 Jan 2020 05:57:01 |
yuri |
math/geogram: Update 1.7.2 -> 1.7.3
Reported by: portscout |
1.7.2 04 Dec 2019 07:14:52 |
yuri |
math/geogram: Update 1.7.1 -> 1.7.2
Reported by: portscout |
1.7.1 06 Nov 2019 18:07:22 |
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. |
1.7.1 01 Sep 2019 06:34:42 |
yuri |
math/geogram: Remove the unused target |
1.7.1 01 Sep 2019 06:08:26 |
yuri |
math/geogram: Update 1.6.11 -> 1.7.1
Reported by: repology |
1.6.11 04 May 2019 08:15:00 |
yuri |
math/geogram: Fix the license line |
1.6.11 04 May 2019 08:14:19 |
yuri |
math/geogram: Update 1.6.9 -> 1.6.11 |
1.6.9_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 |
1.6.9_1 09 Dec 2018 21:49:39 |
yuri |
math/geogram: Change to shared libraries |
1.6.9 09 Dec 2018 18:59:31 |
yuri |
New port: math/geogram: Programming library of geometric algorithms |