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
Hi,
I have just created a fresh installation of pmac module on my system (Ubuntu 18.04), but I found some issues with the unit tests.
pmac
Versions used:
- pmac: master (ae2603b98d98e49d1c1392c1d3839139bc063cf0) - boost: 1.65.1
I had to modify files in pmacApps/unitTests as shown in the attached patch.
pmacApps/unitTests
boost_test_message.txt
Best regards,
Žiga
The text was updated successfully, but these errors were encountered:
Thanks, I'll look into this.
Sorry, something went wrong.
I got the same error and had to apply the same changes to compile on Rocky 8.9 with boost 1.66
Can confirm this same issue on RHEL 8.9.
BOOST_MESSAGE has been deprecated in favor of BOOST_TEST_MESSAGE
LeandroMartinsdS
No branches or pull requests
Hi,
I have just created a fresh installation of
pmac
module on my system (Ubuntu 18.04), but I found some issues with the unit tests.Versions used:
I had to modify files in
pmacApps/unitTests
as shown in the attached patch.boost_test_message.txt
Best regards,
Žiga
The text was updated successfully, but these errors were encountered: