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
14 changes: 13 additions & 1 deletion numpy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: numpy
version: 1.25.2
epoch: 0
epoch: 1
description: "The fundamental package for scientific computing with Python."
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -44,6 +44,18 @@ pipeline:

- uses: strip

subpackages:
- name: f2py
description: "f2py for numpy (for python3)"
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/bin
mv "${{targets.destdir}}"/usr/bin/f2py* "${{targets.subpkgdir}}"/usr/bin
dependencies:
runtime:
- python3-dev
- numpy

update:
enabled: true
github:
Expand Down