Skip to content

Commit

Permalink
Merge pull request #1070 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate v2.41.0
  • Loading branch information
ruck314 authored Apr 8, 2023
2 parents f771285 + 9b0fd20 commit db98a64
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 748 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/surf_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ jobs:
export PATH="${HOME}/miniconda/bin:$PATH"
source ${HOME}/miniconda/etc/profile.d/conda.sh
conda config --set always_yes yes
conda config --set channel_priority strict
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
conda install conda-build anaconda-client conda-verify
conda update -q conda conda-build
conda update --all
Expand All @@ -149,5 +152,5 @@ jobs:
export PATH="${HOME}/miniconda/bin:$PATH"
source ${HOME}/miniconda/etc/profile.d/conda.sh
conda build --debug conda-recipe --output-folder bld-dir -c tidair-tag -c tidair-packages -c conda-forge
anaconda -t ${{ steps.get_image_info.outputs.token }} upload --force bld-dir/${{ steps.get_image_info.outputs.os }}/*.tar.bz2
anaconda -t ${{ steps.get_image_info.outputs.token }} upload --force bld-dir/noarch/*.tar.bz2
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# EMACS temp files
*~

# Compiled source files
*.o
*.pyc
Expand Down
250 changes: 0 additions & 250 deletions axi/axi-lite/rtl/AxiVersionLegacy.vhd

This file was deleted.

4 changes: 2 additions & 2 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
python setup.py install

$PYTHON -m pip install .

10 changes: 5 additions & 5 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ source:

build:
number: {{ GIT_DESCRIBE_NUMBER|int }}
noarch: python

requirements:
build:
- python<3.8
- rogue

host:
- python>=3.7
- git
- gitpython
- numpy

run:
- python
- python>=3.7
- rogue
- numpy

Expand Down
Loading

0 comments on commit db98a64

Please sign in to comment.