wForget commented on issue #11029:
URL: 
https://github.com/apache/incubator-gluten/issues/11029#issuecomment-3490285901

   The script `Miniconda3-py313_25.9.1-1-Linux-x86_64.sh` begins verifying that 
the glibc version is greater than "2.28".
   
   
   After changing the conda version in `setup-centos7.sh` to `25.7.0-2`, gluten 
build successful.
   
   ```
   function install_conda {
     cd "${DEPENDENCY_DIR}"
     mkdir -p conda && pushd conda
     wget 
https://repo.anaconda.com/miniconda/Miniconda3-py313_25.7.0-2-Linux-x86_64.sh
     MINICONDA_PATH=/opt/miniconda-for-velox
     bash Miniconda3-py313_25.7.0-2-Linux-x86_64.sh -b -u $MINICONDA_PATH
     popd
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to