Update pipeline/shell_runner.py (PIPE-2922)- Patch for compatibility with python >3.8
- Change from asyncio.wait to asyncio.gather (per deprecation https://github.com/python/cpython/issues/78971)
- Replace custom loop control with asyncio.run
Pull request #80: CAS-14632Merge in CASA/casa-build-utils from CAS-14632 to master
* commit '8b212d07099bf163f1ca5fe09c43417a939502af':
Add optimization flag to swig compilation
Set sakura optimization level as well
Set both build_casalith_cmake.sh and macos15_buildcasalith.sh default optimization to Release
Revert "Disable parallel casacore build in macos15_buildcasalith.sh"
Disable parallel casacore build in...
Pull request #79: CAS-14506Merge in CASA/casa-build-utils from CAS-14506 to master
* commit '1270256ae37d4eee285c2bc1613b99841f4af503':
Add numpy 2.1.0 in build_env
Remove --system-site-packages in the Linux build
Fix auditwheel command
ML234 updates
Add ml234 option to build_casalith_cmake.sh
Update meastabs/git-update_meastabs.sh (CAS-14468)- Change REFREPO_URL from FTP to HTTP
- Change from HTTP to SSH clone of git-lfs repo
- Modify text files tracking git status again to try and get MODMESSAGE set correctly
Update meastabs/git-update_meastabs.sh (CAS-14468)- Reorder git commit and 'grep for changes' blocks, adding an explicit `git status` to populate message.txt so that it's picked up in the grep commands and MODMESSAGE gets set correctly
Update meastabs/git-update_meastabs.sh (CAS-14468)- Change expected location of log artifacts to not assume that user in container has write permission on filesystem root
Update pipeline/repack.py- Reset new_name variable definition back to what it was before 4cb518bd445c963125488637246b5fd2ce87de18
- Update cmd variable from something like
"tar cvfJ casa-6.7.1-8-pipeline-2025.0.0.66-gpu.el8.tar.xz casa-6.7.1-8-gpu-pipeline-2025.0.0.66"
to something like
"tar cvfJ casa-6.7.1-8-pipeline-2025.0.0.66-py3.12.gpu.el8.tar.xz casa-6.7.1-8-pipeline-2025.0.0.66"
for consistency with non-GPU-tagg...