diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-10-02 16:35:57 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-10-02 16:35:57 -0400 |
commit | 607cb52dc6f5a75733b2c5bfb572045e73dcaf08 (patch) | |
tree | 37fdf851cbfd92cab5998c8d22b6341c108aa561 /ds9/meta.yaml | |
parent | 2fa9ce7e65ecfe279216875b8324a961dc59f5bc (diff) | |
download | astroconda-contrib-607cb52dc6f5a75733b2c5bfb572045e73dcaf08.tar.gz |
Add deps needed for use on default linux build machine.
Diffstat (limited to 'ds9/meta.yaml')
-rw-r--r-- | ds9/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/meta.yaml b/ds9/meta.yaml index b57e5bc..bbffac1 100644 --- a/ds9/meta.yaml +++ b/ds9/meta.yaml @@ -18,6 +18,8 @@ package: requirements: build: - gcc >=4.6 [osx] + - autoconf + - m4 source: fn: {{ name }}.{{ version }}.tar.gz |