Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Build jags with gcc on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Aug 10, 2015
1 parent 3a6e72f commit 05dd7a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jags/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ package:

build:
detect_binary_files_with_prefix: true
number: 1
number: 2

requirements:
build:
- atlas # [linux]
- gcc # [linux]
- gcc
run:
- atlas # [linux]
- libgcc # [linux]
- libgcc

source:
fn: JAGS-3.4.0.tar.gz
Expand Down

0 comments on commit 05dd7a5

Please sign in to comment.