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

github actions update - windows, linux, and cibuildwheel #38

Merged
merged 8 commits into from
Jun 3, 2024
Merged

Conversation

shapiromatron
Copy link
Collaborator

@shapiromatron shapiromatron commented Jun 2, 2024

Update github actions primarily to automatically build python wheels for mac, linux, and windows. In doing so, we updated the windows build system to use ventured code instead of grabbing the latest commit from the upstream repositories.

Also removed the PYTHON_EXECUTABLE and PYTHON_LIBRARY_DIR environment variables when building pybmds.

This was referenced Jun 2, 2024
@shapiromatron shapiromatron requested a review from cwsimmon June 3, 2024 15:55
@@ -88,8 +85,3 @@ IF(WIN32)
ELSE()
target_link_libraries(bmdscore PUBLIC GSL::gsl GSL::gslcblas ${NLOPT_LIB})
ENDIF(WIN32)

install(TARGETS bmdscore
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cwsimmon I removed this; it doesn't appear to be needed?

@shapiromatron shapiromatron marked this pull request as ready for review June 3, 2024 16:34
Copy link
Collaborator

@cwsimmon cwsimmon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

@shapiromatron shapiromatron merged commit ea86b48 into main Jun 3, 2024
2 checks passed
@shapiromatron shapiromatron deleted the cicd branch June 3, 2024 17:08
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