IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2004, 9:32:09 AM (22 years ago)
Author:
desonia
Message:

last minute tweaks before release.

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
        33man
        44psLib.kdevelop.*
         5docs
         6testbin
  • trunk/psLib/src/mainpage.dox

    r1373 r1549  
    3737be installed.  These include:
    3838 - GNU Scientific Library (GSL)
     39     - Available at http://www.gnu.org/software/gsl
    3940     - Compatibility tested with version is 1.4
    40      - Available at http://www.gnu.org/software/gsl
    4141 - Fastest Fourier Transform in the West (FFTW), version 3
     42     - Available at http://www.fftw.org
    4243     - Compatibility tested with version is 3.0.1
    43      - Available at http://www.fftw.org
    4444 - C Flexible Image Transport System Input output (CFITSIO), version 2.480 or later
    4545     - Available at http://heasarc.gsfc.nasa.gov/docs/software/fitsio
     
    4949     - Available at http://www.doxygen.org
    5050     - Compatibility tested with version 1.3.6
     51     - The optional companion package, GraphViz (a.k.a., the 'dot' command), is recommended to enable header-file dependency diagrams
     52 - SLALIB
     53     - We tested with the Fortran version of the library; this may cause an additional step to get things to link on untested systems/compilers, as there is no one standard for how the function-names appear in the library to C code.  The default way that psLib uses is all-lower case with a trailing '_', but one may need to add to CFLAGS in src/Makefile.Globals the following:
     54         - '-DFORTRAN_UNDERSCORE_PREFIX' if a '_' needs to be prefixed to the function names,
     55         - '-DFORTRAN_DOUBLE_UNDERSCORE_SUFFIX' if two the names needs two trailing '_'s., and/or
     56         - '-DFORTRAN_UPPERCASE' if the names appear as uppercase.
     57     - Available at http://star-www.rl.ac.uk/
     58     - Compatibility tested with package version number 2.4-12
    5159
    5260We recommend using the particular versions listed as compatibility tested, as
Note: See TracChangeset for help on using the changeset viewer.