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 README #235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pip install -e .
| 1.8.1 | 12.0.1 |
| 1.9.4 | 12.0.3 |
| 1.10.0 | 12.0.3 |
| 1.11.2 | 13.0.2 |
| 1.11.3 | 13.0.2 |

### Building a Collection of Packages
To build an entire integrated and functional conda channel using Open-CE, start by installing the needed tools in the [Requirements](#requirements) section above.
Expand Down Expand Up @@ -115,6 +115,13 @@ open-ce build env --python_versions 3.10,3.11 --build_types cuda opence-env

Note that having _conda-forge_ in your channel list may sometime cause conflicts or unexpected errors due to dependencies' versions mismatch. So, it is recommended to avoid mixing the channels during the build as well as at runtime.

### Note:
Ensure CONDA_ADD_PIP_AS_PYTHON_DEPENDENCY=0 is set before building setuptools v72.1.0
The steps to build setuptools with this environment variable and before other packages are:
1. Set export CONDA_ADD_PIP_AS_PYTHON_DEPENDENCY=0
2. Build common-deps.yaml
3. unset CONDA_ADD_PIP_AS_PYTHON_DEPENDENCY
4. Build opence-env.yaml.

### Power10 MMA Optimization
#### Building Packages
Expand Down
Loading