소스 검색

Create miniforge3-pypy3

pull/2019/head
Anton Petrov 5 년 전
committed by GitHub
부모
커밋
db82c73391
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일23개의 추가작업 그리고 0개의 파일을 삭제
  1. +23
    -0
      plugins/python-build/share/python-build/miniforge3-pypy3

+ 23
- 0
plugins/python-build/share/python-build/miniforge3-pypy3 파일 보기

@ -0,0 +1,23 @@
case "$(anaconda_architecture 2>/dev/null || true)" in
"Linux-ppc64le" )
install_script "Miniforge3-pypy3-Linux-ppc64le" "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-pypy3-Linux-ppc64le.sh" "miniconda" verify_py3_latest
;;
"Linux-x86_64" )
install_script "Miniforge3-pypy3-Linux-x86_64" "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Linux-x86_64.sh" "miniconda" verify_py3_latest
;;
"Linux-aarch64" )
install_script "Miniforge3-pypy3-Linux-aarch64" "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-pypy3-Linux-aarch64.sh" "miniconda" verify_py3_latest
;;
"MacOSX-x86_64" )
install_script "Miniforge3-pypy3-MacOSX-x86_64" "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-pypy3-MacOSX-x86_64.sh" "miniconda" verify_py3_latest
;;
* )
{ echo
colorize 1 "ERROR"
echo ": The binary distribution of Miniforge with PyPy3 is not available for $(anaconda_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
;;
esac

불러오는 중...
취소
저장