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

Closes #2985: Update libzmq version in Makefile #2986

Merged

Conversation

stress-tess
Copy link
Member

@stress-tess stress-tess commented Feb 20, 2024

This PR (closes #2985). A user pointed out that the current version of zmq installed when using the Makefile (via make install-deps or make install-zmq) is not compatible with gcc 12.x.x, which is used by us and chpl. Updating the Makefile to pull down v4.3.5 should fix the problem

This PR (closes Bears-R-Us#2985). A user pointed out that the current version of zmq installed when using the Makefile (via `make install-deps` or `make install-zmq`) is not compatible with `gcc 12.x.x` which is used by us and chpl. Updating the Makefile to pull down `v4.3.5` should fix the problem
@stress-tess stress-tess added this pull request to the merge queue Feb 20, 2024
Merged via the queue into Bears-R-Us:master with commit f1039ce Feb 20, 2024
13 checks passed
@stress-tess stress-tess deleted the 2985_update_libzmq_makedeps branch March 5, 2024 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update libzmq version in Makefile
2 participants