Path to this page:
./
geography/gama,
Geodetic network adjustment (surveying)
Branch: CURRENT,
Version: 2.26nb1,
Package name: gama-2.26nb1,
Maintainer: gdtGNU Gama is a project dedicated to adjustment of geodetic networks. It
is intended for use with traditional geodetic surveyings which are
still used and needed in special measurements (e.g., underground or
high precision engineering measurements) where the Global Positioning
System (GPS) cannot be used.
Adjustment in local Cartesian coordinate systems is fully supported by
a command-line program gama-local that adjusts geodetic (free)
networks of observed distances, directions, angles, height
differences, 3D vectors and observed coordinates (coordinates with
given variance-covariance matrix). Adjustment in global coordinate
systems is supported only partly as a gama-g3 program.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 15026.757 KB
Version history: (Expand)
- (2023-11-08) Updated to version: gama-2.26nb1
- (2023-10-03) Updated to version: gama-2.26
- (2023-09-25) Updated to version: gama-2.25.1
- (2023-08-27) Updated to version: gama-2.25
- (2023-07-19) Updated to version: gama-2.24nb2
- (2023-04-19) Updated to version: gama-2.24nb1
CVS history: (Expand)
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-03 00:20:06 by Greg Troxel | Files touched by this commit (2) |
Log message:
geography/gama: Update to 2.26
upstream changes: fix bug in svg generation introduced in 2.25
|
2023-09-25 02:12:05 by Greg Troxel | Files touched by this commit (2) |
Log message:
geography/gama: Update to 2.25.1
This release has the same code as 2.25, and exists to recover (more
cleanly) from a distfile change. There are no user-facing changes.
|
2023-09-11 09:23:14 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(geography/gama) let me add check on DISTFILE (2.25)
|
2023-08-27 22:18:52 by Greg Troxel | Files touched by this commit (3) |
Log message:
geography/gama: Update to 2.25
packaging changes:
drop info configure arg per pkglint
regularize indentation per pkglint
Changes in release 2.25 (2023-08-23)
- new program gama-local-deformation for processing two adjustment
epochs to calculate potential points position changes (shift
vectors).
- change from c++11 version to c++14
- New glossary of basic terms used in gama-local text output and in
documentation.
|
2023-07-19 19:10:33 by Greg Troxel | Files touched by this commit (1) |
Log message:
geography/gama: Require C++14
Believe configure.ac and cmake config over the README :-(
|
2023-07-19 14:40:33 by Greg Troxel | Files touched by this commit (1) |
Log message:
geography/gama: Move c++11 to FEATURES
configure checks for whether it needs to add --std, so there's no need
to fix it.
(There is an outstanding issue about upstream's mismatch with README
and configure, to be resolved upstream.)
|
2023-07-13 15:55:10 by Nia Alarie | Files touched by this commit (2) |
Log message:
*: Revert two recent commits that dropped a cwrappers-enforced C++ standard
by packages that already use -std=c++XX until the discussion about C++
standard versions is resolved.
Requested by pkgsrc-pmc@.
|