diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-22 13:20:01 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-22 13:20:01 -0400 |
commit | 4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42 (patch) | |
tree | abfa097ebd2fc1bec6ab3bc9ea1e6807fc3b508c /ds9 | |
parent | be2ed0810a0d5180d9a7193dd36dc17122156d20 (diff) | |
download | cbc-recipes-4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42.tar.gz |
Add x.x dependencies, add additional dependencies to recipes
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/ds9.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ds9/ds9.ini b/ds9/ds9.ini index b480251..ab60443 100644 --- a/ds9/ds9.ini +++ b/ds9/ds9.ini @@ -19,13 +19,13 @@ build : gcc >=4.6 [osx] # run : - # + # [test] imports : - + commands : - + [cbc_build] linux : @@ -53,5 +53,5 @@ linux : cp -a bin/ds9* bin/x* $$PREFIX/bin windows : exit 1 - if errorlevel 1 exit 1 + if errorlevel 1 exit 1 |