Skip to content

Commit

Permalink
Downgrade ecl to 16.1.2 and pin exactly
Browse files Browse the repository at this point in the history
Sage 8.3 runs into trouble with ecl 16.1.3 and to require maxima from within Sage, we need to build and run maxima with the same version it seems.

Fixes conda-forge#9; see also conda-forge/sagelib-feedstock#19.
  • Loading branch information
saraedum committed Sep 4, 2018
1 parent b92d491 commit ae9b034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source:
- patches/maxima.system.patch

build:
number: 0
number: 1
skip: true # [win]

requirements:
Expand All @@ -39,13 +39,13 @@ requirements:
- libtool
- texinfo
host:
- ecl >=6.1.3-1
- ecl =16.1.2
- readline
- gmp
- bdw-gc
run:
- readline
- ecl
- {{ pin-compatible('ecl', max_pin='x.x.x') }}
- gmp
- {{ pin_compatible('bdw-gc') }}

Expand Down

0 comments on commit ae9b034

Please sign in to comment.