Skip to content
Merged
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
53 changes: 53 additions & 0 deletions py3-scipy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
package:
name: py3-scipy
version: 1.11.2
epoch: 0
description: Fundamental algorithms for scientific computing in Python
copyright:
- license: BSD-3-Clause
dependencies:
runtime:
- numpy
- python3

environment:
contents:
packages:
- ca-certificates-bundle
- wolfi-base
- busybox
- build-base
- python3
- python3-dev
- py3-setuptools
- numpy
- py3-pybind11
- py3-pip
- cython
- openblas-dev
- py3-pythran
- gfortran
- f2py

pipeline:
- uses: git-checkout
with:
repository: https://github.com/scipy/scipy
expected-commit: 686422c4f0a71be1b4258309590fd3e9de102e18
tag: v${{package.version}}

- runs: git submodule update --init

- name: Python Build
runs: python _setup.py build

- name: Python Install
runs: python _setup.py install --prefix=/usr --root="${{targets.destdir}}"

- uses: strip

update:
enabled: true
github:
identifier: scipy/scipy
strip-prefix: v