diff options
author | Diane Bruce <db@FreeBSD.org> | 2008-03-22 18:07:46 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2008-03-22 18:07:46 +0000 |
commit | 0c3d5c6eb0259659c1b33add35068b39dbafdb5d (patch) | |
tree | 4a8c2e6cc1a3c5436d054eaa48e82351a2929228 /astro/Makefile | |
parent | 8303224d46dba16fc7830f782f951265ab0455c0 (diff) | |
download | ports-0c3d5c6eb0259659c1b33add35068b39dbafdb5d.tar.gz ports-0c3d5c6eb0259659c1b33add35068b39dbafdb5d.zip |
The General Astrodynamics Library (GAL) is a numerical library for C and C++
programmers. It is free software under the GNU General Public License.
The library provides a wide range of astrodynamical routines such as
ephemerides, earth orientation, and orbit propagation. There are over 170
functions in total with an extensive test suit
WWW: http://homepage.mac.com/pclwillmott/GAL/
Submitted by: db
Notes
Notes:
svn path=/head/; revision=209589
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 1d47fbef3549..25c21b6919ef 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -26,6 +26,7 @@ SUBDIR += gpsman SUBDIR += gpstk SUBDIR += jday + SUBDIR += libgal SUBDIR += libnova SUBDIR += luna SUBDIR += match |