diff options
-rw-r--r-- | iraf/iraf.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/iraf/iraf.ini b/iraf/iraf.ini index 20ae588..2d6ca78 100644 --- a/iraf/iraf.ini +++ b/iraf/iraf.ini @@ -17,18 +17,17 @@ url: #git_tag: [build] -number: 12 +number: 0 detect_binary_files_with_prefix: False [osx] binary_relocation: False [osx] [requirements] # So IRAF and Python 3 are not going to get along for a long time, if ever. # As much as I'd like to, I can't in good conscience provide py3k support. +# But I'm not going to tell you what to do, either. build: - purge_path [py27] - python [py27] + run: - ${requirements:build} [cbc_build] linux: @@ -246,3 +245,4 @@ linux: windows: echo Not supported on Windows + exit 1 |