Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Kagami/go-face target commit and new deps for it #389

Merged
merged 1 commit into from Jun 4, 2021
Merged

update Kagami/go-face target commit and new deps for it #389

merged 1 commit into from Jun 4, 2021

Conversation

feinedsquirrel
Copy link
Contributor

go-face only linked blas, which caused issues on systems that don't bundle cblas with blas in the distribution repositories (e.g. Arch Linux). It was updated to explicitly link cblas. This requires Ubuntu systems (and similar distributions) to explicitly install cblas so the new linking doesn't fail. libatlas-base-dev is one way to solve this (and I tested it). OpenBLAS may also satisfy it, but I have not tested that.

Referencing the newer go-face commit allows systems such as Arch Linux to install photoview.

@codecov
Copy link

codecov bot commented Jun 4, 2021

Codecov Report

Merging #389 (52c2c76) into master (e17098f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #389   +/-   ##
=======================================
  Coverage   42.37%   42.37%           
=======================================
  Files          86       86           
  Lines        3212     3212           
  Branches      348      348           
=======================================
  Hits         1361     1361           
  Misses       1734     1734           
  Partials      117      117           
Flag Coverage Δ
api 35.12% <ø> (ø)
ui 49.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 e17098f...52c2c76. Read the comment docs.

@viktorstrate
Copy link
Member

Thank you for the update.

A link to the original patch Kagami/go-face#72 for future reference.

@viktorstrate viktorstrate merged commit 72fd6c3 into photoview:master Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants