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

Revisit the Lotus dependencies for Fedora & M1 macs. #801

Closed
zenyuk opened this issue Apr 21, 2021 · 0 comments · Fixed by #1067
Closed

Revisit the Lotus dependencies for Fedora & M1 macs. #801

zenyuk opened this issue Apr 21, 2021 · 0 comments · Fixed by #1067
Assignees
Labels
dif/medium Prior experience is likely helpful effort/hours Estimated to take one or several hours need/analysis Has been looked at, but not deeply. Needs further research. May need community/maintainer input. P1 High: Likely tackled by core team if no one steps up

Comments

@zenyuk
Copy link

zenyuk commented Apr 21, 2021

For Fedora-33

libhwloc-dev is missing, so:

sudo dnf -y install gcc make git bzr jq pkgconfig mesa-libOpenCL mesa-libOpenCL-devel opencl-headers ocl-icd ocl-icd-devel clang llvm wget hwloc libhwloc-dev
should be updated with:
sudo dnf -y install gcc make git bzr jq pkgconfig mesa-libOpenCL mesa-libOpenCL-devel opencl-headers ocl-icd ocl-icd-devel clang llvm wget hwloc hwloc-devel

For Mac M1

ld: library not found for -lhwloc
you will need those solutions:
filecoin-project/lotus#5557
rust-lang/cargo#8172 (comment)

@zenyuk zenyuk added feature-request need/triage Needs initial labeling and prioritization labels Apr 21, 2021
@zenyuk zenyuk changed the title [CONTENT REQUEST] (add your title here!) [CONTENT REQUEST] (hwloc library prerequisite for Fedora33 and Mac M1) Apr 21, 2021
@johnnymatthews johnnymatthews changed the title [CONTENT REQUEST] (hwloc library prerequisite for Fedora33 and Mac M1) Revisit the Lotus dependencies for Fedora. Apr 22, 2021
@johnnymatthews johnnymatthews added dif/medium Prior experience is likely helpful effort/hours Estimated to take one or several hours kind/maintenance need/analysis Has been looked at, but not deeply. Needs further research. May need community/maintainer input. P1 High: Likely tackled by core team if no one steps up and removed feature-request need/triage Needs initial labeling and prioritization labels Apr 22, 2021
@johnnymatthews johnnymatthews changed the title Revisit the Lotus dependencies for Fedora. Revisit the Lotus dependencies for Fedora & M1 macs. Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dif/medium Prior experience is likely helpful effort/hours Estimated to take one or several hours need/analysis Has been looked at, but not deeply. Needs further research. May need community/maintainer input. P1 High: Likely tackled by core team if no one steps up
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants