-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add libmlx*
CDTs
#33
base: main
Are you sure you want to change the base?
Add libmlx*
CDTs
#33
Conversation
This wound up touching and adding way more CDTs than I would have naively expected. Maybe I'm doing something wrong? 😬 |
Your machine is still not generating the CDTs properly. Can you send me the full output of the command you ran? Are there any errors? |
Yeah I'm not sure I understand why though (or how to fix it). My best guess is requirements might be missing ( #32 ), but I honestly don't know 🤷♂️ Happy to make changes 🙂 Just running There's a ton of output. Have attached as a text file. |
Installed the requirements noted here and reran. It seems to have done a bit better. Not sure if we are still missing things though. Please let me know 🙂 |
This will run on OS X. Install the requirements I sent. I think I might have missed a key detail. Run the script over and over again until all of the warnings or errors go away. It very often hits a race condition. |
Do you need these on cos7? As far as I can tell, there are no RPMs for them on cos7. |
Includes
libmlx4
andlibmlx5
CDTs.Please see the repo readme for directions on how to make PRs on this repo.
Checklist:
cdt_slugs.yaml
file andyou have rerun the script
python gen_cdt_recipes.py
.rpm.py
), you have bumpedthe build number in
conda_build_config.yaml
and have remade all of therecipes via running
python gen_cdt_recipes.py --force
with
custom: true
in thecdt_slugs.yaml
file.{{ cdt_build_number }}
forold-style/legacy CDTs or
{{ cdt_build_number|int + 1000 }}
for new-style CDTslicense_file
key in thecdt_slugs.yaml
file with the path to the appropriatelicense in
licenses/
NOTE: If you make any changes to
cd_slugs.yaml
, you need to reun the generator codevia
python gen_cdt_recipes.py
. Add the--fast
option to make this go more quickly.