Skip to content

Commit

Permalink
FIX: pull eigen3 conda recipe changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Mar 16, 2021
1 parent 39893b4 commit ceaad8d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions conda-recipes/eigen3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@ package:

source:
fn: eigen3-3.3.7.tar.gz
url: http://bitbucket.org/eigen/eigen/get/3.3.7.tar.gz
sha1: 743c1dc00c6680229d8cc87d44debe5a71d15c01
url: https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.gz
sha1: 3e8ab94ff389ae4b3103f5dda77c826d85b9c1d5

requirements:
build:
- {{ compiler("cxx") }}
- {{ compiler("fortran") }} # [not win]
- cmake
- {{compiler("cxx")}}

test:
files:
- test.cc

build:
number: 2

about:
home: http://eigen.tuxfamily.org/
license: MPL2
Expand Down

0 comments on commit ceaad8d

Please sign in to comment.