This issue tracks the progress migrating the llvmlite project testing and artifact production from an Anaconda internal system to GitHub actions.
We need to support creating the llvmdev and llvmlite packages. llvmdev is a utility package for LLVM that is included (statically linked) in the llvmlite packages. Packages come in two flavours: conda packages and wheels. We need to produce all llvmdev packages for currently supported architectures: win-64, osx-64, osx-arm64, linux-64 and linux-aarch64. We need to produce all llvmlite packages for the currently supported architectures and also for the currently supported Python versions : 3.10, 3.11, 3.12 and 3.13 for each architecture.
- llvmdev
- for conda inclusion
- for wheel inclusion
- llvmlite
- conda package
- wheel package
This issue tracks the progress migrating the llvmlite project testing and artifact production from an Anaconda internal system to GitHub actions.
We need to support creating the
llvmdevandllvmlitepackages.llvmdevis a utility package for LLVM that is included (statically linked) in thellvmlitepackages. Packages come in two flavours: conda packages and wheels. We need to produce all llvmdev packages for currently supported architectures:win-64,osx-64,osx-arm64,linux-64andlinux-aarch64. We need to produce all llvmlite packages for the currently supported architectures and also for the currently supported Python versions :3.10,3.11,3.12and3.13for each architecture.