Skip to content

Commit

Permalink
FIX: pin boost to 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Mar 17, 2021
1 parent ddbf027 commit 98fcd92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions conda-recipes/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ python:
- 3.6
- 3.7

boost:
- 1.73

blas_impl:
- openblas
- mkl
Expand Down
8 changes: 4 additions & 4 deletions conda-recipes/smurff-latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
- intel-openmp
- mkl-devel
- eigen3
- boost
- boost {{ boost}}
- cython >=0.25
- python {{ python }}
- setuptools
Expand All @@ -28,13 +28,13 @@ requirements:
- llvm-openmp # [osx]
- intel-openmp
- mkl
- libboost
- python
- libboost {{ boost }}
- python  {{ python }}
- numpy
- scipy
- pandas
- scikit-learn
- matrix_io
- matrix_io >=0.5

about:
home: https://github.com/ExaScience/smurff
Expand Down

0 comments on commit 98fcd92

Please sign in to comment.