Skip to content

Commit

Permalink
Try a couple more libmamba instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Oct 13, 2023
1 parent 4866d09 commit 08056ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def build_conda_pack(base_path, tmp, hexrd_package_channel, hexrdgui_output_fold
config.variant['hexrd_version'] = hexrd_version

config.CONDA_PY = '38'
config.CONDA_SOLVER = 'libmamba'
logger.info('Building hexrdgui conda package.')
CondaBuild.build(recipe_path, config=config)

Expand Down Expand Up @@ -155,6 +156,7 @@ def build_conda_pack(base_path, tmp, hexrd_package_channel, hexrdgui_output_fold
params = [
Conda.Commands.INSTALL,
'--prefix', env_prefix,
'--solver', 'libmamba',
'--override-channels',
'--channel', hexrdgui_output_folder_uri,
'--channel', hexrd_package_channel,
Expand Down

0 comments on commit 08056ed

Please sign in to comment.