Skip to content

Commit

Permalink
Merge pull request #172 from olebole/separate-softools
Browse files Browse the repository at this point in the history
Separate development (softools) packages
  • Loading branch information
olebole committed Jun 17, 2021
2 parents 90e704e + bc80ce4 commit bcb80b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion unix/hlib/clpackage.cl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ task lists.pkg = "lists$lists.cl"
task obsolete.pkg = "obsolete$obsolete.cl"
task plot.pkg = "plot$plot.cl"
task proto.pkg = "proto$proto.cl"
task softools.pkg = "softools$softools.cl"
task system.pkg = "system$system.cl"
task utilities.pkg = "utilities$utilities.cl"

Expand Down
5 changes: 5 additions & 0 deletions unix/hlib/extern.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ reset extern = iraf$extern/
reset helpdb = "lib$helpdb.mip"
reset aproposdb = "lib$apropos.db"

if (access ("pkg$softools/softools.cl") == yes) {
reset softools = pkg$softools/
task softools.pkg = softools$softools.cl
}
;
if (access ("iraf$noao/noao.cl") == yes) {
reset noao = iraf$noao/
task noao.pkg = noao$noao.cl
Expand Down
1 change: 0 additions & 1 deletion unix/hlib/zzsetenv.def
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ set lists = "pkg$lists/"
set obsolete = "pkg$obsolete/"
set plot = "pkg$plot/"
set proto = "pkg$proto/"
set softools = "pkg$softools/"
set system = "pkg$system/"
set utilities = "pkg$utilities/"
set xtools = "pkg$xtools/"
Expand Down

0 comments on commit bcb80b3

Please sign in to comment.