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

Fix versioning for realsies #19

Merged
merged 9 commits into from
Feb 12, 2024

Conversation

GhostofGoes
Copy link
Collaborator

@GhostofGoes GhostofGoes commented Feb 9, 2024

  • Add Unix timestamp to version to ensure packages get ordered by time, since apt will install the latest after sorting alphabetically.
  • Fix zmq install in pybennu. Yeah, it was using pip instead of pip3, so this might have been broken for a while and no one noticed. I added set -e to the install script to ensure it exits if any of the commands fail in the future
  • Move postinstall into a separate script, instead of inline in the Makefile
  • Add a script to build C++ bennu
  • Some minor cleanup

@GhostofGoes GhostofGoes self-assigned this Feb 9, 2024
@GhostofGoes GhostofGoes merged commit 27ae0b4 into sandialabs:main Feb 12, 2024
1 check passed
@GhostofGoes GhostofGoes deleted the fix-versioning-for-realsies branch February 12, 2024 17:23
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.

2 participants