diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /unix/bin.sunos/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'unix/bin.sunos/README')
-rw-r--r-- | unix/bin.sunos/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unix/bin.sunos/README b/unix/bin.sunos/README new file mode 100644 index 00000000..53fbe549 --- /dev/null +++ b/unix/bin.sunos/README @@ -0,0 +1,12 @@ +BIN.LINUX + +This directory contains host-specific binaries for the Solaris x86 version +of IRAF. These are generated automatically in an HSI bootstrap, which is +performed by the "reboot" command in $iraf/unix. + +An exception to the above are the F2C files in this directory. The F2C +executable, library, and include file, which are manually copied in from the +host system. These are installed here as IRAF requires them but they are +not typically installed on Solarix x86 systems. IRAF XC uses the f77.sh +script in HLIB to compiler Fortran files. This script is tailored to use +the version of F2C installed here in HBIN. |