Open jakirkham opened 4 years ago
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 ( https://github.com/conda-forge/cdt-builds/issues/32 ), but I honestly don't know π€·ββοΈ Happy to make changes π
Just running python gen_cdt_recipes.py
. Am using condaforge/linux-anvil-comp7
with the directory passed through (as this doesn't run on macOS).
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 and you have rerun the scriptpython gen_cdt_recipes.py
.rpm.py
), you have bumped the build number inconda_build_config.yaml
and have remade all of the recipes via runningpython gen_cdt_recipes.py --force
custom: true
in thecdt_slugs.yaml
file.{{ cdt_build_number }}
for old-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 appropriate license inlicenses/
NOTE: If you make any changes to
cd_slugs.yaml
, you need to reun the generator code viapython gen_cdt_recipes.py
. Add the--fast
option to make this go more quickly.