23 lines
500 B
Plaintext
23 lines
500 B
Plaintext
execute:
|
|
how: tmt
|
|
environment:
|
|
PYTHON: python3.12
|
|
discover:
|
|
- how: shell
|
|
dist-git-source: true
|
|
tests:
|
|
- name: bundled demos
|
|
require:
|
|
- python3.12-devel
|
|
- python3.12-numpy
|
|
- python3.12-setuptools
|
|
- gcc-c++
|
|
- gcc
|
|
- make
|
|
test: |
|
|
cd $TMT_SOURCE_DIR/cython-*/Demos &&
|
|
sed "s/\bpython\b/python3.12/" -i Makefile callback/Makefile \
|
|
embed/Makefile &&
|
|
make test
|
|
- how: fmf
|