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 "/usr/local/gnu/x86_64 /usr/local/intel"before running the configure script. Using configure script optionsThe above example could also have been handled with./configure --with-fftw-dir=/usr/local/gnu/x86_64/fftw-3.1.2 \ --with-cfitsio-dir=/usr/local/gnu/x86_64/cfitsio-3.030 \ --with-ipp-dir=/usr/local/intel/ipp/5.1/em64tFor a complete list of --with options, type configure --help
|