We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
output from CI runs
test (metricTest.test.unitTest) ... /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::directory_iterator::operator++()' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::directory_iterator::operator*() const' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::path::has_root_directory() const' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::path::_M_split_cmpts()' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::status(std::filesystem::path const&)' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to std::filesystem::directory_iterator::directory_iterator(std::filesystem::path const&, std::filesystem::directory_options, std::error_code*)' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to `std::filesystem::path::has_filename() const' collect2: error: ld returned 1 exit status
std::filesystem::directory_iterator::operator++()' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to
std::filesystem::path::has_root_directory() const' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to
std::filesystem::status(std::filesystem::path const&)' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to
The text was updated successfully, but these errors were encountered:
Assigning @eddy16112 since it seems like Realm has added the dependence for std::filesystem in realm/hardware_topology.cc.
std::filesystem
realm/hardware_topology.cc
Sorry, something went wrong.
eddy16112
No branches or pull requests
output from CI runs
test (metricTest.test.unitTest) ... /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to
std::filesystem::directory_iterator::operator++()' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to
std::filesystem::directory_iterator::operator*() const'/usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to
std::filesystem::path::has_root_directory() const' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to
std::filesystem::path::_M_split_cmpts()'/usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to
std::filesystem::status(std::filesystem::path const&)' /usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to
std::filesystem::directory_iterator::directory_iterator(std::filesystem::path const&, std::filesystem::directory_options, std::error_code*)'/usr/workspace/stanf_ci/psaap-ci/artifacts/2449034/legion/bindings/regent/libregent.so: undefined reference to `std::filesystem::path::has_filename() const'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: