ACTCollaboration / libactpol_deps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo provides some dependencies needed by libactpol and thus by
moby2.

sla_refro-moby2-1: a C-wrapped version of a single routine from the
open-sourced Fortran version of slalib.  Provides library slarefro for
libactpol.

slim_v2_7_1-moby2-1: a patched version of libslim.  This fixes some
bugs in the handling of 8-bit integers.

sofa_20180130: The stated version of libsofa (astrometric coordinate
conversions), but with our own Makefile added to compile the right
kind of shared library.


For sla_refro and sofa, it's enough to

  export PREFIX=$MOBY2_PREFIX
  make
  make install

But for libslim you'll need to configure like this:

  ./configure --prefix=$MOBY2_PREFIX --with-zzip
  make
  make install

About


Languages

Language:C 83.1%Language:C++ 9.7%Language:Makefile 1.7%Language:TeX 1.6%Language:Shell 1.2%Language:Roff 1.0%Language:Python 1.0%Language:Fortran 0.7%Language:M4 0.1%