Skip to content
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: 2 additions & 1 deletion fftw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: fftw
version: 3.3.10
epoch: 0
epoch: 1
description: Discrete Fourier transform (DFT) library
copyright:
- license: GPL-2.0-or-later
Expand Down Expand Up @@ -86,6 +86,7 @@ subpackages:
- name: fftw-doc
pipeline:
- uses: split/manpages
- uses: split/infodir
description: fftw manpages

- name: fftw-single-libs
Expand Down
4 changes: 2 additions & 2 deletions orc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: orc
version: 0.4.34
epoch: 0
epoch: 1
description: Oil Run-time Compiler
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -39,7 +39,7 @@ subpackages:
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/bin
mv ${{targets.destdir}}/usr/bin ${{targets.subpkgdir}}/usr/bin
mv ${{targets.destdir}}/usr/bin/orcc ${{targets.subpkgdir}}/usr/bin

- name: ${{package.name}}-dev
pipeline:
Expand Down