diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /unix/hlib/extern.pkg | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'unix/hlib/extern.pkg')
-rw-r--r-- | unix/hlib/extern.pkg | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/unix/hlib/extern.pkg b/unix/hlib/extern.pkg new file mode 100644 index 00000000..5afbabf9 --- /dev/null +++ b/unix/hlib/extern.pkg @@ -0,0 +1,41 @@ +# External (non core-system) packages. To install a new package, add the +# two statements to define the package root directory and package task, +# then add the package helpdb to the `helpdb' list. + +reset extern = iraf$extern/ + +reset noao = iraf$noao/ +task noao.pkg = noao$noao.cl + +reset vo = iraf$vo/ +task vo.pkg = vo$vo.cl + +#reset local = iraf$local/ +#task local.pkg = local$local.cl + + +# Manually defined external packages. Packages installed in the iraf$extern +# directory will be loaded dynamically, other packages may be defined here +# if for some reason they are non-standard and cannot be loaded dynamically. +# +# Package definitions have the form: +# +# reset example = extern$example/ <--- must have trailing '/' +# task example.pkg = example$example.cl +# +# Note the 'helpdb' string below must also be modified. + + + +# Initialize the helpdb string. We'll add to this when dyanamically +# loading packages when the next load the CLPACKAGE. +reset helpdb = "lib$helpdb.mip\ + ,noao$lib/helpdb.mip\ + ,vo$lib/helpdb.mip\ +# ,example$lib/helpdb.mip\ + " + + +# Do not modify below this line! +clpackage +keep |