diff --git a/python-3.10.12-0.build.sh b/python-3.10.12-0.build.sh index 9997458..9ad3be2 100755 --- a/python-3.10.12-0.build.sh +++ b/python-3.10.12-0.build.sh @@ -481,7 +481,7 @@ piplist; track 'pairtools' sed -ne '/^#Epatch:triton/ s/^#Epatch:\S* // p' $ME | patch -p1 --verbose pip install . --prefix=$PREFIX - piplist; track triton==2.0.0 + piplist; track triton==${TRITON_VERSION} ) # torch bundled with a recent CUDA-Toolkit @@ -812,13 +812,13 @@ exit #Epatch:triton index 2ac3accd2..e7357be58 100644 #Epatch:triton --- a/setup.py #Epatch:triton +++ b/setup.py -#Epatch:triton @@ -211,10 +211,8 @@ setup( +#Epatch:triton @@ -211,10 +211,7 @@ setup( #Epatch:triton long_description="", #Epatch:triton packages=["triton", "triton/_C", "triton/language", "triton/tools", "triton/impl", "triton/ops", "triton/runtime", "triton/ops/blocksparse"], #Epatch:triton install_requires=[ #Epatch:triton - "cmake", #Epatch:triton "filelock", -#Epatch:triton "torch", +#Epatch:triton - "torch", #Epatch:triton - "lit", #Epatch:triton ], #Epatch:triton package_data={"triton": ["third_party/**/*"]},