Changeset 11611
- Timestamp:
- Feb 2, 2007, 6:55:36 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 20 edited
-
dbconfig/config.md (modified) (1 diff)
-
glueforge/configure.ac (modified) (1 diff)
-
ippTasks/configure.ac (modified) (1 diff)
-
ippTools/configure.ac (modified) (2 diffs)
-
ippconfig/README (modified) (1 diff)
-
ippconfig/configure.ac (modified) (1 diff)
-
ippdb/configure.ac (modified) (2 diffs)
-
pois/configure.ac (modified) (2 diffs)
-
ppImage/configure.ac (modified) (2 diffs)
-
ppMerge/configure.ac (modified) (2 diffs)
-
ppNorm/configure.ac (modified) (2 diffs)
-
ppStac/configure.ac (modified) (2 diffs)
-
ppStats/configure.ac (modified) (2 diffs)
-
psastro/configure.ac (modified) (2 diffs)
-
psconfig/INSTALL (modified) (1 diff)
-
psconfig/TODO (modified) (1 diff)
-
psconfig/mkdist (added)
-
psconfig/psbuild (modified) (1 diff)
-
psconfig/tagsets/ipp-1.0.dst (added)
-
psphot/configure.ac (modified) (2 diffs)
-
pswarp/configure.ac (modified) (2 diffs)
-
stac/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/config.md
r11514 r11611 2 2 pkg_name STR ippdb 3 3 pkg_namespace STR ippdb 4 pkg_version STR 0.0.794 pkg_version STR 1.0.0 5 5 END -
trunk/glueforge/configure.ac
r11511 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([glueforge], [ 0.37], [jhoblitt@cpan.org])3 AC_INIT([glueforge], [1.00], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([glueforge.in]) 5 5 -
trunk/ippTasks/configure.ac
r11338 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([ippTasks], [ 0.0.1], [jhoblitt@cpan.org])3 AC_INIT([ippTasks], [1.0.0], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([phase0.pro]) 5 5 -
trunk/ippTools/configure.ac
r11533 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([ipptools], [ 0.0.1], [jhoblitt@ifa.hawaii.edu])3 AC_INIT([ipptools], [1.0.0], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([autogen.sh]) 5 5 … … 14 14 AC_PROG_LIBTOOL 15 15 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])16 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 17 PKG_CHECK_MODULES([PSMODULES], [psmodules >= 1.0.0]) 18 PKG_CHECK_MODULES([IPPDB], [ippdb >= 1.0.0]) 19 19 20 20 PXTOOLS_CFLAGS="${PSLIB_CFLAGS=} ${PSMODULES_CFLAGS=} ${IPPDB_CFLAGS=}" -
trunk/ippconfig/README
r6926 r11611 1 1 2 Joe: copy ipprc.config to ~/.ipprc 3 change PATH to point at this directory 2 Please read installation section of the IPP User's Guide for more details. 4 3 4 To build and install the IPP configuration scripts, run the following: 5 6 configure 7 make 8 make install 9 10 After installation: 11 12 Copy dvo.site to ~/.ptolemyrc 13 14 Copy ipprc.config to ~/.ipprc 15 16 Edit this file: 17 - Set the DBUSER and DBPASSWORD to your mysql username and password 18 -
trunk/ippconfig/configure.ac
r11576 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([ippConfig], [ 0.0.1], [jhoblitt@cpan.org])3 AC_INIT([ippConfig], [1.0.0], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([ipprc.config.in]) 5 5 -
trunk/ippdb/configure.ac
r11515 r11611 7 7 AC_PREREQ(2.59) 8 8 9 AC_INIT([ippdb], [ 0.0.79], [pan-starrs.ifa.hawaii.edu])9 AC_INIT([ippdb], [1.0.0], [ipp-support@ifa.hawaii.edu]) 10 10 AC_CONFIG_SRCDIR([ippdb.pc.in]) 11 11 … … 25 25 AC_PROG_LIBTOOL 26 26 27 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0])27 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 28 28 29 29 AC_PATH_PROG([PERL], [perl], [missing]) -
trunk/pois/configure.ac
r11533 r11611 2 2 AC_PREREQ(2.59) 3 3 4 AC_INIT([pois], [0. 0.2], [http://pan-starrs.ifa.hawaii.edu])4 AC_INIT([pois], [0.1.0], [ipp-support@ifa.hawaii.edu]) 5 5 AC_CONFIG_SRCDIR([autogen.sh]) 6 6 … … 15 15 AC_SYS_LARGEFILE 16 16 17 PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99)17 PKG_CHECK_MODULES(PSLIB, pslib >= 1.0.0]) 18 18 19 19 AC_C_BIGENDIAN([PS_BIGENDIAN=1],[PS_BIGENDIAN=0]) -
trunk/ppImage/configure.ac
r11556 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([ppImage], [ 0.0.1], [price@ifa.hawaii.edu])3 AC_INIT([ppImage], [1.0.0], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([src]) 5 5 … … 15 15 AC_SYS_LARGEFILE 16 16 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])17 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 19 PKG_CHECK_MODULES([PSPHOT], [psphot >= 0.8.0]) 20 PKG_CHECK_MODULES([PSASTRO], [psastro >= 0.8.0]) 21 PKG_CHECK_MODULES([PPSTATS], [ppStats >= 1.0.0]) 22 22 23 23 IPP_STDOPTS -
trunk/ppMerge/configure.ac
r11533 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([ppMerge], [ 0.0.1], [price@ifa.hawaii.edu])3 AC_INIT([ppMerge], [1.0.0], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([src]) 5 5 … … 15 15 AC_SYS_LARGEFILE 16 16 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])17 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 19 PKG_CHECK_MODULES([PPSTATS], [ppStats >= 1.0.0]) 20 20 21 21 IPP_STDOPTS -
trunk/ppNorm/configure.ac
r11533 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([ppNorm], [ 0.0.1], [price@ifa.hawaii.edu])3 AC_INIT([ppNorm], [1.0.0], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([src]) 5 5 … … 15 15 AC_SYS_LARGEFILE 16 16 17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])17 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 19 19 20 20 IPP_STDOPTS -
trunk/ppStac/configure.ac
r11533 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([ppStac], [0. 0.1], [price@ifa.hawaii.edu])3 AC_INIT([ppStac], [0.1.0], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([src]) 5 5 … … 15 15 AC_SYS_LARGEFILE 16 16 17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])17 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 19 19 20 20 IPP_STDOPTS -
trunk/ppStats/configure.ac
r11533 r11611 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([ppStats], [ 0.0.1], [price@ifa.hawaii.edu])3 AC_INIT([ppStats], [1.0.0], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([src]) 5 5 … … 15 15 AC_SYS_LARGEFILE 16 16 17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 0.12.99])17 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 18 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 19 19 20 20 IPP_STDOPTS -
trunk/psastro/configure.ac
r11533 r11611 2 2 AC_PREREQ(2.59) 3 3 4 AC_INIT([psastro], [0. 0.1], [http://pan-starrs.ifa.hawaii.edu])4 AC_INIT([psastro], [0.8.0], [ipp-support@ifa.hawaii.edu]) 5 5 AC_CONFIG_SRCDIR([src]) 6 6 … … 181 181 182 182 dnl ------------- psLib, psModules --------------- 183 PKG_CHECK_MODULES( PSLIB, pslib >= 0.12.99)184 PKG_CHECK_MODULES( PSMODULE, psmodules >= 0.12.99)183 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 184 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 185 185 186 186 dnl Set CFLAGS for build -
trunk/psconfig/INSTALL
r10514 r11611 1 1 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: 2 The psconfig system allows the user to build and install the IPP 3 software suite into a location which is flexibly defined by the user. 4 The tools here also set up the user's environment variables (PATH, 5 PERL5LIB, LD_LIBRARY_PATH, etc) to make use of the installed 6 software. With the psconfig tools, it is easy to switch between 7 different installed versions or to recompile subsets of the IPP tree. 5 8 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 9 NOTE: the psconfig.sh script uses the csh / tcsh shell. A bash version 10 is not currently available. 10 11 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 --- 16 13 17 cvs up -r eam_rel9_p0 psModules 18 cvs up -r eam_rel9_b1 psLib 14 Install Locations 19 15 20 required sequence: 16 To use the psconfig system, place the following line in your ~/.cshrc 17 file: 21 18 22 psLib 23 psModules 24 glueforge 25 metadatadb 26 ippTools/p2tools 19 alias psconfig "source PATH/psconfig.sh" 27 20 28 21 where PATH is the path to the file psconfig.sh in this directory 22 (ipp/psconfig/psconfig.sh). 29 23 30 -- 24 The psconfig system places the installed binary files by default in 25 directories below ~/psconfig. To use a different location, place the 26 following line in ~/.psconfigrc (otherwise not needed): 31 27 32 ** required PERL modules: 28 set PSCONFIG = INSTALL_PATH 33 29 34 Carp 35 Template 36 Statistics::Descriptive 37 Params::Validate 38 Parse::RecDescent 39 DateTime::Format::ISO8601 40 Class::Accessor::Fast 30 where INSTALL_PATH is the top-level directory for all binary 31 installations. 41 32 42 perl -MCPAN -e 'install MODULE' 33 Using psconfig to set / examine your install system: 43 34 44 http://search.cpan.org/ 35 psconfig: set or show the current pslib configuration information 36 USAGE: 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 45 41 46 -- 42 --- 47 43 48 user-level installation of perl modules: 44 Building 49 45 50 * run cpan: 51 cpan 52 (answer questions to install in your home dir) 46 To build the full IPP tree using the psconfig system, run 'psbuild' in 47 this directory, and provide a release version. (NOTE: if you are 48 building from a checked-out tarball, the CVS tags are not used, and 49 you will not be able to use the update. 53 50 54 # install packages:55 cpan Carp56 cpan Template57 cpan Statistics::Descriptive58 cpan Params::Validate59 cpan Parse::RecDescent60 cpan DateTime::Format::ISO860161 cpan Class::Accessor::Fast -
trunk/psconfig/TODO
r10833 r11611 1 1 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: 2 2007.02.02 : IPP release 1.0 : Known Outstanding Issues 5 3 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 4 This release of the IPP software is missing a number of major features 5 defined in the IPP System Concept Definition. There are also a number 6 of missing minor features, bells and whistles which have been 7 identified. 11 8 12 - demonstrate fringe construction 9 Major Missing Features: 13 10 14 - DVO / addstar integration with pipeline 11 * Phase 4 Tools. This release does not include the Phase 4 programs 12 pswarp, ppStac, and poisub, and the related infrastructure support in 13 ippTools and ippScripts. 15 14 16 - better parsing of the pantasks / ippTools interface 15 * Static Sky tools. This release does not include a number of elements 16 related to the static sky definition: the definition of the static sky 17 cells and tools to manipulate them; the static sky surface brightness 18 modelling tool; and photometry analysis operations for large, extended 19 objects. 17 20 18 - script suite installation for opihi 21 * relastro. The global astrometry analysis software is unimplemented. 19 22 20 - ipp config installation into share 23 * flat-field corrections. The DVO flat-field correction analysis is 24 not integrated with the rest of the IPP detrend creation system. 21 25 22 - camera / layout re-work for config system 26 Minor Missing Features: 23 27 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... 25 33 34 In addition, there are 35 36 * incomplete documentation 37 38 * incomplete testing on: 39 - Nebulous integration 40 - DVO integration -
trunk/psconfig/psbuild
r11487 r11611 77 77 set dir = $name[1] 78 78 set tag = $name[2] 79 set branch = $name[3] 79 80 80 81 if ("$start" != "") then -
trunk/psphot/configure.ac
r11533 r11611 2 2 AC_PREREQ(2.59) 3 3 4 AC_INIT([psphot], [0. 0.1], [http://pan-starrs.ifa.hawaii.edu])4 AC_INIT([psphot], [0.8.0], [ipp-support@ifa.hawaii.edu]) 5 5 AC_CONFIG_SRCDIR([src]) 6 6 … … 192 192 193 193 dnl ------------- psLib, psModules --------------- 194 PKG_CHECK_MODULES( PSLIB, pslib >= 0.12.99)195 PKG_CHECK_MODULES( PSMODULE, psmodules >= 0.12.99)194 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 195 PKG_CHECK_MODULES([PSMODULE], [psmodules >= 1.0.0]) 196 196 197 197 dnl Set CFLAGS for build -
trunk/pswarp/configure.ac
r11533 r11611 2 2 AC_PREREQ(2.59) 3 3 4 AC_INIT([pswarp], [0. 0.1], [http://pan-starrs.ifa.hawaii.edu])4 AC_INIT([pswarp], [0.1.0], [ipp-support@ifa.hawaii.edu]) 5 5 AC_CONFIG_SRCDIR([src]) 6 6 … … 181 181 182 182 dnl ------------- psLib, psModules --------------- 183 PKG_CHECK_MODULES(PSLIB, pslib >= 0.12.99)184 PKG_CHECK_MODULES(PSMODULE, psmodules >= 0.12.99)183 PKG_CHECK_MODULES(PSLIB, pslib >= 1.0.0) 184 PKG_CHECK_MODULES(PSMODULE, psmodules >= 1.0.0) 185 185 186 186 dnl Set CFLAGS for build -
trunk/stac/configure.ac
r11533 r11611 15 15 AC_SYS_LARGEFILE 16 16 17 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])17 PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0]) 18 18 19 19 IPP_STDOPTS
Note:
See TracChangeset
for help on using the changeset viewer.
