Skip to content

Commit

Permalink
Bump nanosim build (#51084)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Oct 2, 2024
1 parent a66cacf commit 5ca5963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipes/nanosim/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -eu -o pipefail

mkdir -p ${PREFIX}/bin
cp -rf src/*.py ${PREFIX}/bin/
cp -rf src/*lua ${PREFIX}/bin/

chmod 0755 "${PREFIX}/bin/read_analysis.py"
chmod 0755 "${PREFIX}/bin/simulator.py"
2 changes: 1 addition & 1 deletion recipes/nanosim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
noarch: generic
number: 0
number: 1
run_exports:
- {{ pin_subpackage('nanosim', max_pin="x") }}

Expand Down

0 comments on commit 5ca5963

Please sign in to comment.