mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
Rename conda environment files
Signed-off-by: Joanna Brozek <jbrozek@antmicro.com>
This commit is contained in:
parent
19bac178e7
commit
fa435ba298
5 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ For the Artix-7 devices:
|
|||
INSTALL_DIR="/opt/symbiflow/xc7"
|
||||
bash conda_installer.sh -b -p $INSTALL_DIR/conda && rm conda_installer.sh
|
||||
source "$INSTALL_DIR/conda/etc/profile.d/conda.sh"
|
||||
conda env create -f examples/xc7/xc7.yml
|
||||
conda env create -f examples/xc7/environment.yml
|
||||
conda activate xc7
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/4/20200416-002215/symbiflow-arch-defs-install-a321d9d9.tar.xz | tar -xJ -C $INSTALL_DIR
|
||||
conda deactivate
|
||||
|
@ -47,7 +47,7 @@ For the EOS S3 devices:
|
|||
INSTALL_DIR="/opt/symbiflow/eos-s3"
|
||||
bash conda_installer.sh -b -p $INSTALL_DIR/conda && rm conda_installer.sh
|
||||
source "$INSTALL_DIR/conda/etc/profile.d/conda.sh"
|
||||
conda env create -f examples/eos-s3/eos-s3.yml
|
||||
conda env create -f examples/eos-s3/environment.yml
|
||||
conda activate eos-s3
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs-install/quicklogic/arch-defs-install-eos-s3-f7880e1f.tar.xz | tar -xJ -C $INSTALL_DIR
|
||||
conda deactivate
|
||||
|
|
|
@ -13,4 +13,4 @@ dependencies:
|
|||
- pip
|
||||
# Packages installed from PyPI
|
||||
- pip:
|
||||
- -r file:eos-s3_requirements.txt
|
||||
- -r file:requirements.txt
|
|
@ -13,4 +13,4 @@ dependencies:
|
|||
- pip
|
||||
# Packages installed from PyPI
|
||||
- pip:
|
||||
- -r file:xc7_requirements.txt
|
||||
- -r file:requirements.txt
|
Loading…
Reference in a new issue