Revisit the Lotus dependencies for Fedora & M1 macs. #801
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
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)
The text was updated successfully, but these errors were encountered: