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

CMake changes to clean up conda-forge dependencies #1748

Merged
merged 30 commits into from May 18, 2024

Conversation

bennibbelink
Copy link
Contributor

See conda-forge/cyclus-feedstock#80 and conda-forge/cyclus-feedstock#81 for more dialogue about these changes. Notably:

  • remove pandas as a build-time dependency
  • update how we link against libxml++ libs
  • update how we find blas libs
  • use - consistently in install.py flags instead of _ (might necessitate some documentation updates in the website)

Signed-off-by: Ben Nibbelink <79653949+bennibbelink@users.noreply.github.com>
Copy link

github-actions bot commented May 11, 2024

Downstream Build Status Report - 7191318 - 2024-05-18 13:27:22 +0000

Build FROM cyclus_20.04_apt/cyclus
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_20.04_conda/cyclus
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_22.04_apt/cyclus
  • Cycamore: Success
  • Cymetric: Success
Build FROM cyclus_22.04_conda/cyclus
  • Cycamore: Success
  • Cymetric: Success

@coveralls
Copy link
Collaborator

coveralls commented May 11, 2024

Pull Request Test Coverage Report for Build 9140234196

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 40.771%

Totals Coverage Status
Change from base Build 9009464448: 0.0%
Covered Lines: 53225
Relevant Lines: 130546

💛 - Coveralls

Signed-off-by: Ben Nibbelink <79653949+bennibbelink@users.noreply.github.com>
CMakeLists.txt Show resolved Hide resolved
@bennibbelink bennibbelink marked this pull request as ready for review May 12, 2024 14:33
@bennibbelink bennibbelink linked an issue May 13, 2024 that may be closed by this pull request
@bennibbelink bennibbelink requested a review from gonuke May 15, 2024 17:07
Copy link
Member

@gonuke gonuke left a comment

Choose a reason for hiding this comment

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

One question about messages

CMakeLists.txt Outdated Show resolved Hide resolved
@bennibbelink bennibbelink requested a review from gonuke May 18, 2024 13:46
Copy link
Member

@gonuke gonuke left a comment

Choose a reason for hiding this comment

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

Thanks @bennibbelink - LGTM

@gonuke gonuke merged commit 4894eb4 into cyclus:main May 18, 2024
10 checks passed
@bennibbelink bennibbelink deleted the cleanup-dependencies branch May 18, 2024 16:44
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.

Use - and _ consistently in install.py flags
3 participants