1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Tests: runtest.sh
Depends: libblas-dev, liblapack-dev, @, @builddeps@
Restrictions: allow-stderr
#Test-Command: python3 -c "import numpy as np; np.test('full', verbose=3)"
#Depends: build-essential,
# libblas-dev,
# liblapack-dev,
# python3-distutils,
# python3-numpy,
# python3-pytest,
# python3-hypothesis,
#Restrictions: allow-stderr
#Features: test-name=numpy-with-default
#
#Test-Command: python3 -c "import scipy as sp; sp.test('full', verbose=3)"
#Depends: build-essential,
# libblas-dev,
# liblapack-dev,
# python3-distutils,
# python3-pytest,
# python3-hypothesis,
# python3-scipy
#Restrictions: allow-stderr
#Features: test-name=scipy-with-default
#
#Test-Command: octave --eval '__run_test_suite__'
#Depends: libblas-dev, liblapack-dev, octave
#Restrictions: allow-stderr
#Features: test-name=octave-with-default
#
#Test-Command: python3 -c "import numpy as np; np.test('full', verbose=3)"
#Depends: build-essential,
# libblas-dev,
# liblapack-dev,
# python3-distutils,
# python3-numpy,
# python3-pytest,
# python3-hypothesis,
# @,
# @builddeps@
#Restrictions: allow-stderr
#Features: test-name=numpy-with-libflame
#
#Test-Command: python3 -c "import scipy as sp; sp.test('full', verbose=3)"
#Depends: build-essential,
# libblas-dev,
# liblapack-dev,
# python3-distutils,
# python3-pytest,
# python3-hypothesis,
# python3-scipy,
# @,
# @builddeps@
#Restrictions: allow-stderr
#Features: test-name=scipy-with-libflame
#
#Test-Command: octave --eval '__run_test_suite__'
#Depends: libblas-dev, liblapack-dev, octave, @, @builddeps@
#Restrictions: allow-stderr
#Features: test-name=octave-with-libflame
|