summaryrefslogtreecommitdiff
path: root/hstcal/meta.yaml
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2020-01-17 16:56:20 -0500
committerGitHub <noreply@github.com>2020-01-17 16:56:20 -0500
commita4ad76f33c2493ac5a50bac604587a47be763dae (patch)
treea2ad42b216e57828b9791dec390a9677a0cc3255 /hstcal/meta.yaml
parentfaf3edad5f9d07750f08195b21e865c9ea3e01ad (diff)
downloadastroconda-contrib-a4ad76f33c2493ac5a50bac604587a47be763dae.tar.gz
Update recipe to use operational toolchains (#596)
Conda-supplied compilers used for linux. OS-provided compilers are used for Macos.
Diffstat (limited to 'hstcal/meta.yaml')
-rw-r--r--hstcal/meta.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml
index b43f9ab..53e4767 100644
--- a/hstcal/meta.yaml
+++ b/hstcal/meta.yaml
@@ -18,7 +18,10 @@ requirements:
build:
- cfitsio >=3.440
- pkg-config
- - gcc >=4.7
+ - gcc_linux-64 [linux]
+ - gfortran_linux-64 [linux]
+ # OS-provided compilers and macos SDK used.
+ # The conda toolchains do not work on macos.
run:
- cfitsio