Skip to content

Commit

Permalink
fix(bittensor) (#7530)
Browse files Browse the repository at this point in the history
* fix(bittensor)

 closes #7524

* broader fix
  • Loading branch information
jhheider authored Oct 5, 2024
1 parent 78f263e commit 55a197b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/bittensor.com/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ versions:

dependencies:
pkgx.sh: ^1
openssl.org: ^1.1

runtime:
env:
Expand All @@ -17,6 +18,10 @@ runtime:
build:
dependencies:
python.org: ~3.11
# bittensor_wallet on 8.1+
cmake.org: 3
rust-lang.org: '>=1.56'
rust-lang.org/cargo: '*'
script:
- run:
- bkpyvenv stage {{prefix}} {{version}}
Expand All @@ -26,6 +31,8 @@ build:
- run:
- pip install . --prefix={{prefix}}
- ln -s python{{deps.python.org.version.marketing}} {{prefix}}/lib/python{{deps.python.org.version.major}}
# bad links to /opt/homebrew on darwin, aarch64 support on linux
- 'python -m pip install --no-deps --force-reinstall --no-cache-dir -v --no-binary :all: --prefix={{prefix}} bittensor_wallet'
if: '>=8'

test:
Expand Down

0 comments on commit 55a197b

Please sign in to comment.