Changes between Version 9 and Version 10 of ParallelIPPvers
- Timestamp:
- Aug 9, 2009, 11:06:15 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParallelIPPvers
v9 v10 91 91 psconfig svn-20090514 92 92 # Point to where CFITSIO will be 93 export CFITSIO=/IPP/svn-20090 414.lin64/93 export CFITSIO=/IPP/svn-20090514.lin64/ 94 94 95 95 # For IPP versions created 2009-05-13 or earlier, install autoconf-2.61 by hand if you don't have it … … 97 97 # or get it from http://www.gnu.org/software/autoconf/ 98 98 cd /IPP/extlibs/autoconf-2.61 99 ./configure --prefix=/IPP/svn-20090 414.lin64/99 ./configure --prefix=/IPP/svn-20090514.lin64/ 100 100 make && make install 101 101 # Now jump down to "Compile and install IPP" … … 106 106 # Force creation of psconfig.csh in current directory 107 107 psbuild -bootstrap . 108 # These env variables upset libtool if set109 unset U110 unset D 108 # These and potentially more env variables can upset libtool if set, so unset them 109 unset D U F2C F77 110 111 111 # Build "build" autotools 112 112 pschecklibs -force build … … 131 131 The ippMonitor installation is done by 132 132 {{{ 133 cd /IPP/svn-20090 414/ippMonitor133 cd /IPP/svn-20090514/ippMonitor 134 134 psconfigure --dbhost aida77 --dbuser ipp --dbpass XXXXXX --htdocs /srv/www/htdocs 135 135 }}} … … 151 151 }}} 152 152 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 -cleanfor good measure, as I wouldn't bet on everything working without it.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. 154 154 155 155 '''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.
