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

Update versions #42

Merged
merged 12 commits into from
Sep 3, 2024
Merged

Update versions #42

merged 12 commits into from
Sep 3, 2024

Conversation

tskisner
Copy link
Member

  • Update package versions for so3g, toast, and pixell
  • Patch compilation of libactpol_deps and pixell with conda compilers. Will upstream those patches soon.
  • Switch to python-3.11 for most configs
  • Get pysm3 from conda-forge instead of pypi
  • Remove debug compile flags

@tskisner tskisner mentioned this pull request Aug 29, 2024
@iparask
Copy link
Member

iparask commented Aug 30, 2024

@tskisner, I got a warning message that conda-verify was failing from conda build. I had to install it manually so that builds could be verified. You may want to install it regardless of the type of conda env (mamba or not). Despite the warning, the environment is installed correctly.

@tskisner
Copy link
Member Author

Hi @iparask , for non-micromamba environments, the conda tools (build, verify, index) are installed in the base environment. This is done by the "bootstrap" helper script. If you created your base environment manually or through some other way, then you can install those packages into base with the same commands:

conda update -n base --yes --all conda
conda install -n base --yes --all conda-libmamba-solver conda-build conda-verify conda-index

@tskisner
Copy link
Member Author

tskisner commented Sep 3, 2024

Hi @iparask , I think all of the issues have been fixed here. Could you take a quick look and see if there are any issues you see? The tests seem to be passing.

Copy link
Member

@iparask iparask left a comment

Choose a reason for hiding this comment

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

It looks good and it installed on Della.

@tskisner tskisner merged commit cd42c79 into main Sep 3, 2024
5 checks passed
@tskisner tskisner deleted the update_versions branch September 3, 2024 19:11
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