Skip to content
New issue

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

Hosting MKL binary on GitHub release instead of S3 #58

Closed
termoshtt opened this issue Mar 20, 2021 · 1 comment
Closed

Hosting MKL binary on GitHub release instead of S3 #58

termoshtt opened this issue Mar 20, 2021 · 1 comment

Comments

@termoshtt
Copy link
Member

Related #55 #42

Since Intel MKL is licensed by ISSL which allows redistribution, I redistribute them on AWS S3 for download feature. This S3 bucket can be readable from anyone, but writable only by me (@termoshtt). This prevents other developers from maintaining this crate. AWS S3 allows to give writable authority to other developers through IAM, but I do not want to manage them.

I am planning to create a group for managing this repository on GitHub, and hope to sync its authority for MKL binary re-distribution. After some survey for GitHub package and release, GitHub package looks incompatible for this use, and GitHub release assert looks a good option. For example llvm-project distributes ~300MB files in its release page.
https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.1.0

If you want to join the new team https://github.com/orgs/rust-math/teams/intel-mkl-src-maintainers , please let me know.

@termoshtt
Copy link
Member Author

Passed to #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant