Chemellia / ChemistryFeaturization.jl

Interface package for featurizing atomic structures
https://chemistryfeaturization.chemellia.org/dev/
MIT License
41 stars 14 forks source link

deps: build.jl: remove `mkl` and fix broken CI on x64 macOS-latest #92

Closed thazhemadam closed 3 years ago

thazhemadam commented 3 years ago

Remove the mkl library using Conda, so that GitHub Actions can run, and changes can also be tested on x64 macOS-latest; which was previously broken and would throw an error Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.1.dylib.

Signed-off-by: Anant Thazhemadam anant.thazhemadam@gmail.com

codecov-commenter commented 3 years ago

Codecov Report

Merging #92 (d38fb14) into main (6123ed5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   83.01%   83.01%           
=======================================
  Files          11       11           
  Lines         312      312           
=======================================
  Hits          259      259           
  Misses         53       53           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6123ed5...d38fb14. Read the comment docs.