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

Update nextstrain/auspice to 2.38.0 #36997

Merged
merged 7 commits into from
Sep 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ recipes/segway
# dlopen error upon import
recipes/pyrodigal

# error about symlink of python3 within node dir
recipes/auspice

# depends on auspice
recipes/nextstrain

Expand Down
3 changes: 3 additions & 0 deletions recipes/auspice/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ popd

# For the license_file field in meta.yaml
cp $PREFIX/lib/auspice/node_modules/auspice/LICENSE.txt $SRC_DIR
if [ -f $PREFIX/lib/auspice/node_modules/watchpack-chokidar2/node_modules/fsevents/build/node_gyp_bins/python3 ] ; then
unlink $PREFIX/lib/auspice/node_modules/watchpack-chokidar2/node_modules/fsevents/build/node_gyp_bins/python3
fi
6 changes: 3 additions & 3 deletions recipes/auspice/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "2.37.3" %}
{% set version = "2.38.0" %}

package:
name: auspice
version: {{ version }}

source:
url: https://registry.npmjs.org/auspice/-/auspice-{{ version }}.tgz
sha256: 7017d6b8ba8ff1a0805d88ef3941a3384432205b1801a640f2d734cb9bed1bd4
sha256: 9c766fe35f83d8fe0eb91856981d1f345dc8c7019ecedae7a1328d61dce85749

build:
number: 1
number: 0

requirements:
build:
Expand Down