IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11611


Ignore:
Timestamp:
Feb 2, 2007, 6:55:36 PM (19 years ago)
Author:
eugene
Message:

setting the version numbers in configure.ac

Location:
trunk
Files:
2 added
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/config.md

    r11514 r11611  
    22    pkg_name        STR     ippdb
    33    pkg_namespace   STR     ippdb
    4     pkg_version     STR     0.0.79
     4    pkg_version     STR     1.0.0
    55END
  • trunk/glueforge/configure.ac

    r11511 r11611  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([glueforge], [0.37], [jhoblitt@cpan.org])
     3AC_INIT([glueforge], [1.00], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([glueforge.in])
    55
  • trunk/ippTasks/configure.ac

    r11338 r11611  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([ippTasks], [0.0.1], [jhoblitt@cpan.org])
     3AC_INIT([ippTasks], [1.0.0], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([phase0.pro])
    55
  • trunk/ippTools/configure.ac

    r11533 r11611  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([ipptools], [0.0.1], [jhoblitt@ifa.hawaii.edu])
     3AC_INIT([ipptools], [1.0.0], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([autogen.sh])
    55
     
    1414AC_PROG_LIBTOOL
    1515
    16 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
    17 PKG_CHECK_MODULES([PSMODULES], [psmodules >= 0.12.0])
    18 PKG_CHECK_MODULES([IPPDB], [ippdb >= 0.0.78])
     16PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     17PKG_CHECK_MODULES([PSMODULES], [psmodules >= 1.0.0])
     18PKG_CHECK_MODULES([IPPDB], [ippdb >= 1.0.0])
    1919
    2020PXTOOLS_CFLAGS="${PSLIB_CFLAGS=} ${PSMODULES_CFLAGS=} ${IPPDB_CFLAGS=}"
  • trunk/ippconfig/README

    r6926 r11611  
    11
    2 Joe: copy ipprc.config to ~/.ipprc
    3      change PATH to point at this directory
     2Please read installation section of the IPP User's Guide for more details.
    43
     4To build and install the IPP configuration scripts, run the following:
     5
     6configure
     7make
     8make install
     9
     10After installation:
     11
     12Copy dvo.site to ~/.ptolemyrc
     13
     14Copy ipprc.config to ~/.ipprc
     15
     16Edit this file:
     17  - Set the DBUSER and DBPASSWORD to your mysql username and password
     18
  • trunk/ippconfig/configure.ac

    r11576 r11611  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([ippConfig], [0.0.1], [jhoblitt@cpan.org])
     3AC_INIT([ippConfig], [1.0.0], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([ipprc.config.in])
    55
  • trunk/ippdb/configure.ac

    r11515 r11611  
    77AC_PREREQ(2.59)
    88
    9 AC_INIT([ippdb], [0.0.79], [pan-starrs.ifa.hawaii.edu])
     9AC_INIT([ippdb], [1.0.0], [ipp-support@ifa.hawaii.edu])
    1010AC_CONFIG_SRCDIR([ippdb.pc.in])
    1111
     
    2525AC_PROG_LIBTOOL
    2626
    27 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0])
     27PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
    2828
    2929AC_PATH_PROG([PERL], [perl], [missing])
  • trunk/pois/configure.ac

    r11533 r11611  
    22AC_PREREQ(2.59)
    33
    4 AC_INIT([pois], [0.0.2], [http://pan-starrs.ifa.hawaii.edu])
     4AC_INIT([pois], [0.1.0], [ipp-support@ifa.hawaii.edu])
    55AC_CONFIG_SRCDIR([autogen.sh])
    66
     
    1515AC_SYS_LARGEFILE
    1616
    17 PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99)
     17PKG_CHECK_MODULES(PSLIB, pslib >= 1.0.0])
    1818
    1919AC_C_BIGENDIAN([PS_BIGENDIAN=1],[PS_BIGENDIAN=0])
  • trunk/ppImage/configure.ac

    r11556 r11611  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([ppImage], [0.0.1], [price@ifa.hawaii.edu])
     3AC_INIT([ppImage], [1.0.0], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([src])
    55
     
    1515AC_SYS_LARGEFILE
    1616
    17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
    18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])
    19 PKG_CHECK_MODULES([PSPHOT], [psphot >= 0.0.0])
    20 PKG_CHECK_MODULES([PSASTRO], [psastro >= 0.0.0])
    21 PKG_CHECK_MODULES([PPSTATS], [ppStats >= 0.0.0])
     17PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     18PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
     19PKG_CHECK_MODULES([PSPHOT], [psphot >= 0.8.0])
     20PKG_CHECK_MODULES([PSASTRO], [psastro >= 0.8.0])
     21PKG_CHECK_MODULES([PPSTATS], [ppStats >= 1.0.0])
    2222
    2323IPP_STDOPTS
  • trunk/ppMerge/configure.ac

    r11533 r11611  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([ppMerge], [0.0.1], [price@ifa.hawaii.edu])
     3AC_INIT([ppMerge], [1.0.0], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([src])
    55
     
    1515AC_SYS_LARGEFILE
    1616
    17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
    18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])
    19 PKG_CHECK_MODULES([PPSTATS], [ppStats >= 0.0.0])
     17PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     18PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
     19PKG_CHECK_MODULES([PPSTATS], [ppStats >= 1.0.0])
    2020
    2121IPP_STDOPTS
  • trunk/ppNorm/configure.ac

    r11533 r11611  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([ppNorm], [0.0.1], [price@ifa.hawaii.edu])
     3AC_INIT([ppNorm], [1.0.0], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([src])
    55
     
    1515AC_SYS_LARGEFILE
    1616                                                                               
    17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
    18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])
     17PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     18PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
    1919
    2020IPP_STDOPTS
  • trunk/ppStac/configure.ac

    r11533 r11611  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([ppStac], [0.0.1], [price@ifa.hawaii.edu])
     3AC_INIT([ppStac], [0.1.0], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([src])
    55
     
    1515AC_SYS_LARGEFILE
    1616
    17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
    18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])
     17PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     18PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
    1919
    2020IPP_STDOPTS
  • trunk/ppStats/configure.ac

    r11533 r11611  
    11AC_PREREQ(2.59)
    22
    3 AC_INIT([ppStats], [0.0.1], [price@ifa.hawaii.edu])
     3AC_INIT([ppStats], [1.0.0], [ipp-support@ifa.hawaii.edu])
    44AC_CONFIG_SRCDIR([src])
    55
     
    1515AC_SYS_LARGEFILE
    1616
    17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
    18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])
     17PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     18PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
    1919
    2020IPP_STDOPTS
  • trunk/psastro/configure.ac

    r11533 r11611  
    22AC_PREREQ(2.59)
    33
    4 AC_INIT([psastro], [0.0.1], [http://pan-starrs.ifa.hawaii.edu])
     4AC_INIT([psastro], [0.8.0], [ipp-support@ifa.hawaii.edu])
    55AC_CONFIG_SRCDIR([src])
    66
     
    181181
    182182dnl ------------- psLib, psModules ---------------
    183 PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99)
    184 PKG_CHECK_MODULES(PSMODULE, psmodules >= 0.12.99)
     183PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     184PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
    185185
    186186dnl Set CFLAGS for build
  • trunk/psconfig/INSTALL

    r10514 r11611  
    11
    2 This is the top-level directory of the IPP software.  here are a few
    3 notes for installing IPP software in the correct order.  A few things
    4 to keep in mind:
     2The psconfig system allows the user to build and install the IPP
     3software suite into a location which is flexibly defined by the user.
     4The tools here also set up the user's environment variables (PATH,
     5PERL5LIB, LD_LIBRARY_PATH, etc) to make use of the installed
     6software.  With the psconfig tools, it is easy to switch between
     7different installed versions or to recompile subsets of the IPP tree.
    58
    6 * three directories checked out here from CVS are mirrored from
    7 external sources.  DO NOT try to commit changes into those branches as
    8 your commits will be lost when the repository is updated.  The
    9 directories to watch out for are: Ohana, psLib, psModules
     9NOTE: the psconfig.sh script uses the csh / tcsh shell. A bash version
     10is not currently available. 
    1011
    11 * the current (Jan 2006) tested versions of software depend on
    12 specific tagged branches for certain components.  if you have checked
    13 this tree out of CVS, you will have to update those modules to their
    14 branch tags.  the following commands will bring you up to date with
    15 those versions:
     12---
    1613
    17 cvs up -r eam_rel9_p0 psModules
    18 cvs up -r eam_rel9_b1 psLib
     14Install Locations
    1915
    20 required sequence:
     16To use the psconfig system, place the following line in your ~/.cshrc
     17file:
    2118
    22  psLib
    23  psModules
    24  glueforge
    25  metadatadb
    26  ippTools/p2tools
     19alias psconfig "source PATH/psconfig.sh"
    2720
    28  
     21where PATH is the path to the file psconfig.sh in this directory
     22(ipp/psconfig/psconfig.sh).
    2923
    30 --
     24The psconfig system places the installed binary files by default in
     25directories below ~/psconfig.  To use a different location, place the
     26following line in ~/.psconfigrc (otherwise not needed):
    3127
    32 ** required PERL modules:
     28set PSCONFIG = INSTALL_PATH
    3329
    34 Carp
    35 Template
    36 Statistics::Descriptive
    37 Params::Validate
    38 Parse::RecDescent
    39 DateTime::Format::ISO8601
    40 Class::Accessor::Fast
     30where INSTALL_PATH is the top-level directory for all binary
     31installations.
    4132
    42 perl -MCPAN -e 'install MODULE'
     33Using psconfig to set / examine your install system:
    4334
    44 http://search.cpan.org/
     35psconfig: set or show the current pslib configuration information
     36USAGE: psconfig (version) : set configuration to specified version
     37       psconfig --bin     : return the current path
     38       psconfig --libs    : return the current library path
     39       psconfig --list    : list currently availabe configuration versions
     40       psconfig --help    : this listing
    4541
    46 --
     42---
    4743
    48 user-level installation of perl modules:
     44Building
    4945
    50 * run cpan:
    51 cpan
    52 (answer questions to install in your home dir)
     46To build the full IPP tree using the psconfig system, run 'psbuild' in
     47this directory, and provide a release version.  (NOTE: if you are
     48building from a checked-out tarball, the CVS tags are not used, and
     49you will not be able to use the update.
    5350
    54 # install packages:
    55 cpan Carp
    56 cpan Template
    57 cpan Statistics::Descriptive
    58 cpan Params::Validate
    59 cpan Parse::RecDescent
    60 cpan DateTime::Format::ISO8601
    61 cpan Class::Accessor::Fast
  • trunk/psconfig/TODO

    r10833 r11611  
    11
    2 current goal is a large-scale release for Jan 31, 2007, including all
    3 of the single image analysis.  Things we still need to get done before
    4 this release:
     22007.02.02 : IPP release 1.0 : Known Outstanding Issues
    53
    6 - finish psastro
    7   - test suite for single image and mosaic astrometry
    8   - test single file and multiple file I/O
    9   - add plotting functions
    10   * defer the video-mode astrometry analysis
     4This release of the IPP software is missing a number of major features
     5defined in the IPP System Concept Definition.  There are also a number
     6of missing minor features, bells and whistles which have been
     7identified.
    118
    12 - demonstrate fringe construction
     9Major Missing Features:
    1310
    14 - DVO / addstar integration with pipeline
     11* Phase 4 Tools.  This release does not include the Phase 4 programs
     12pswarp, ppStac, and poisub, and the related infrastructure support in
     13ippTools and ippScripts.
    1514
    16 - better parsing of the pantasks / ippTools interface
     15* Static Sky tools.  This release does not include a number of elements
     16related to the static sky definition: the definition of the static sky
     17cells and tools to manipulate them; the static sky surface brightness
     18modelling tool; and photometry analysis operations for large, extended
     19objects.
    1720
    18 - script suite installation for opihi
     21* relastro.  The global astrometry analysis software is unimplemented.
    1922
    20 - ipp config installation into share
     23* flat-field corrections.  The DVO flat-field correction analysis is
     24not integrated with the rest of the IPP detrend creation system.
    2125
    22 - camera / layout re-work for config system
     26Minor Missing Features:
    2327
    24 - further work on the ippMonitor user interface
     28* full set of columns in output object tables from Phase 2.
     29* ippMonitor user interface missing a variety of options
     30* output plots from psphot and pspastro are not exported to ippMonitor
     31* this list is complete.
     32* ETC...
    2533
     34In addition, there are
     35
     36* incomplete documentation
     37
     38* incomplete testing on:
     39  - Nebulous integration
     40  - DVO integration
  • trunk/psconfig/psbuild

    r11487 r11611  
    7777 set dir = $name[1]
    7878 set tag = $name[2]
     79 set branch = $name[3]
    7980
    8081 if ("$start" != "") then
  • trunk/psphot/configure.ac

    r11533 r11611  
    22AC_PREREQ(2.59)
    33
    4 AC_INIT([psphot], [0.0.1], [http://pan-starrs.ifa.hawaii.edu])
     4AC_INIT([psphot], [0.8.0], [ipp-support@ifa.hawaii.edu])
    55AC_CONFIG_SRCDIR([src])
    66
     
    192192
    193193dnl ------------- psLib, psModules ---------------
    194 PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99)
    195 PKG_CHECK_MODULES(PSMODULE, psmodules >= 0.12.99)
     194PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     195PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0])
    196196
    197197dnl Set CFLAGS for build
  • trunk/pswarp/configure.ac

    r11533 r11611  
    22AC_PREREQ(2.59)
    33
    4 AC_INIT([pswarp], [0.0.1], [http://pan-starrs.ifa.hawaii.edu])
     4AC_INIT([pswarp], [0.1.0], [ipp-support@ifa.hawaii.edu])
    55AC_CONFIG_SRCDIR([src])
    66
     
    181181
    182182dnl ------------- psLib, psModules ---------------
    183 PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99)
    184 PKG_CHECK_MODULES(PSMODULE, psmodules >= 0.12.99)
     183PKG_CHECK_MODULES(PSLIB, pslib >= 1.0.0)
     184PKG_CHECK_MODULES(PSMODULE, psmodules >= 1.0.0)
    185185
    186186dnl Set CFLAGS for build
  • trunk/stac/configure.ac

    r11533 r11611  
    1515AC_SYS_LARGEFILE
    1616
    17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
     17PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
    1818
    1919IPP_STDOPTS
Note: See TracChangeset for help on using the changeset viewer.