diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-16 07:42:36 +0100 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-16 07:42:36 +0100 |
commit | 3ab5e95f2fe2358ccae0a7c1e52b1b3b910140cf (patch) | |
tree | d3a26bac4ac2dd793ebd329920df8b78c300d9f6 /reproduce/software/config | |
parent | 335f05386ff8712da2f29a504a4fa42050580b79 (diff) |
Astrometry-net and all its dependencies are now in the project
With this commit, we include Astrometry-net software and one remaining
dependency of it (Swig). In principle it should work as far as we tested
all of this software in GNU/Linux, but we need to test also in Mac OS.
As a result, this commit is just for setting all the rules and
dependencies, but more tests are necessaries to ensure it works
properly, specially in Mac OS systems.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/versions.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index 557eec2..5f686a8 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -17,6 +17,7 @@ # <http://www.gnu.org/licenses/>. # C/C++ programs and libraries. +astrometry-version = 0.77 atlas-version = 3.10.3 bash-version = 5.0 binutils-version = 2.31.1 @@ -65,6 +66,7 @@ pkgconfig-version = 0.29.2 python-version = 3.7.3 readline-version = 8.0 sed-version = 4.7 +swig-version = 3.0.12 tar-version = 1.32 unzip-version = 6.0 wget-version = 1.20.3 |