Merge branch 'it4i-salomon'

This commit is contained in:
Lukáš Krupčík 2020-03-25 10:21:25 +01:00
commit d982391ef3
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ sources = ['%(version)s.tar.gz']
dependencies = [
('Py', '3.7', '', True),
('arpack-ng', '3.5.0'),
('numpy', '1.18.1', '-Py-3.7', True),
]
skipsteps = ['configure']

View File

@ -37,7 +37,7 @@ builddependencies = [
('pkg-config', '0.29.2'),
('Bison', '3.3.2'),
('flex', '2.6.4'),
('Python', '2.7.13'),
('Python', '2.7.15', '-base'),
('Ninja', '1.9.0'),
('gperf', '3.1'),
]