Skip to content

Commit

Permalink
Temporary fix of the intel-mkl-tool build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Nov 29, 2021
1 parent 94713d1 commit 15364a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions light-curve-feature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ fftw-mkl = ["fftw/intel-mkl"]
gsl = ["GSL/v2_1"]

[dependencies]
# it is a dependency of intel-mkl-tool, we pin it to temporary solve
# https://github.com/rust-math/intel-mkl-src/issues/68
anyhow = "<1.0.49"
conv = "^0.3.3"
dyn-clonable = "^0.9.0"
emcee = "^0.3.0"
Expand Down
3 changes: 3 additions & 0 deletions python/light-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ mkl = ["light-curve-feature/fftw-mkl"]
gsl = ["light-curve-feature/gsl"]

[dependencies]
# it is a dependency of intel-mkl-tool, we pin it to temporary solve
# https://github.com/rust-math/intel-mkl-src/issues/68
anyhow = "<1.0.49"
const_format = "^0.2.17"
conv = "^0.3.3"
enumflags2 = "^0.7.1"
Expand Down

0 comments on commit 15364a8

Please sign in to comment.