While trying 'make' in vortex after installing all the dependencies, I get the following error:
/usr/bin/ld: warning: libhwloc.so.5, needed by /opt/pocl/runtime/lib/libOpenCL.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/pocl/runtime/lib/libOpenCL.so: undefined reference to `hwloc_topology_load'
/usr/bin/ld: /opt/pocl/runtime/lib/libOpenCL.so: undefined reference to `hwloc_get_api_version'
/usr/bin/ld: /opt/pocl/runtime/lib/libOpenCL.so: undefined reference to `hwloc_get_nbobjs_by_depth'
/usr/bin/ld: /opt/pocl/runtime/lib/libOpenCL.so: undefined reference to `hwloc_topology_destroy'
/usr/bin/ld: /opt/pocl/runtime/lib/libOpenCL.so: undefined reference to `hwloc_bitmap_isequal'
/usr/bin/ld: /opt/pocl/runtime/lib/libOpenCL.so: undefined reference to `hwloc_topology_ignore_type'
/usr/bin/ld: /opt/pocl/runtime/lib/libOpenCL.so: undefined reference to `hwloc_get_type_depth'
/usr/bin/ld: /opt/pocl/runtime/lib/libOpenCL.so: undefined reference to `hwloc_get_obj_by_depth'
/usr/bin/ld: /opt/pocl/runtime/lib/libOpenCL.so: undefined reference to `hwloc_topology_init'
collect2: error: ld returned 1 exit status
I attempted by installing the hwloc library (v1.10) and setting the library path for it, but, I am still encountering the following error:
`/opt/pocl/compiler/bin/poclcc: error while loading shared libraries: libhwloc.so.5: cannot open shared object file: No such file or directory
make[3]: *** [../common.mk:76: kernel.pocl] Error 127
make[2]: *** [Makefile:2: all] Error 2
make[1]: *** [Makefile:11: opencl] Error 2
make: *** [Makefile:7: all] Error 2`
I met the same question, I tried to install hwloc v2.40 and maunally to create a link which can solve the link issue, but the new issue was raised that show as below: