We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The conda-forge package building process currently uses CentOS 7 images. See e.g.:
conda-forge
Thus, in order to implement issue #391, we should support building the Linux Conda packages on CentOS 7, in order to match the conda-forge process.
build
conda.yml
khiops -e log.txt
khiops -o scenario._kh
khiops -s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
conda-forge
package building process currently uses CentOS 7 images.See e.g.:
Thus, in order to implement issue #391, we should support building the Linux Conda packages on CentOS 7, in order to match the
conda-forge
process.Questions/Ideas
build
job of theconda.yml
workflow, instead of the currently-used Debian 10.conda-forge
seems to move towards using Alma Linux: roll-out of alma8-based infrastructure (aka centos 8) conda-forge/conda-forge.github.io#1941. Hence, building Linux Conda packages on Alma Linux should also be considered as an option.Context
khiops -e log.txt
): N/Akhiops -o scenario._kh
): anykhiops -s
): Conda on LinuxThe text was updated successfully, but these errors were encountered: