PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
Package DetectionPSRCHIVE can be directed where to find third-party software packages using one or more of the following environment variables:
Using the PACKAGES environment variableYou can specify one or more root directories in which to search for packages using the PACKAGES environment variable. PSRCHIVE will search the sub-directories for the required pacakges. For example, suppose that you have
setenv PACKAGES "/home/pulsar/packages /usr/local/intel"before running the configure script. Using configure script optionsThe above example could also have been handled with./configure --with-splinter-dir=/home/pulsar/packages \ --with-ipp-dir=/usr/local/intel/ipp/5.1/em64tFor a complete list of --with options, type configure --help
|