IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 9 and Version 10 of ParallelIPPvers


Ignore:
Timestamp:
Aug 9, 2009, 11:06:15 PM (17 years ago)
Author:
Sebastian Jester
Comment:

Update unset env var instructions, consistent version number

Legend:

Unmodified
Added
Removed
Modified
  • ParallelIPPvers

    v9 v10  
    9191 psconfig svn-20090514
    9292 # Point to where CFITSIO will be
    93  export CFITSIO=/IPP/svn-20090414.lin64/
     93 export CFITSIO=/IPP/svn-20090514.lin64/
    9494 
    9595 # For IPP versions created 2009-05-13 or earlier, install autoconf-2.61 by hand if you don't have it
     
    9797 # or get it from http://www.gnu.org/software/autoconf/
    9898 cd /IPP/extlibs/autoconf-2.61
    99  ./configure --prefix=/IPP/svn-20090414.lin64/
     99 ./configure --prefix=/IPP/svn-20090514.lin64/
    100100 make && make install
    101101 # Now jump down to "Compile and install IPP"
     
    106106 # Force creation of psconfig.csh in current directory
    107107 psbuild -bootstrap .
    108  # These env variables upset libtool if set
    109  unset U
    110  unset D
     108 # These and potentially more env variables can upset libtool if set, so unset them
     109 unset D U F2C F77
     110
    111111 # Build "build" autotools
    112112 pschecklibs -force build
     
    131131The ippMonitor installation is done by
    132132{{{
    133 cd /IPP/svn-20090414/ippMonitor
     133cd /IPP/svn-20090514/ippMonitor
    134134psconfigure --dbhost aida77 --dbuser ipp --dbpass XXXXXX --htdocs /srv/www/htdocs
    135135}}}
     
    151151}}}
    152152
    153 You need -rebuild whenever there may still be files pointing to the previous install directory - without it, nothing happens because those are still up to date. I just threw in -clean for good measure, as I wouldn't bet on everything working without it.
     153You need `-rebuild` whenever there may still be files pointing to the previous install directory - without it, nothing happens because those are still up to date. I just threw in `-clean` for good measure, as I wouldn't bet on everything working without it.
    154154
    155155'''Note''' both of these don't quite work automatically, as any libraries that are not installed in /usr/local or another standard location need to be copied into the version-dependent tree's include/ and lib/ subdirectories.