Skip to content

Commit

Permalink
add Python build dependency for FlexiBLAS, required by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed May 11, 2021
1 parent a5dc98e commit c272e00
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ source_urls = ['https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['50a88f2e88994dda91b2a2621850afd9654b3b84820e737e335687a46751be5c']

builddependencies = [('CMake', '3.18.4')]
builddependencies = [
('CMake', '3.18.4'),
('Python', '3.8.6'), # required for running the tests
]

# note: first listed library will be used as default by FlexiBLAS,
# unless otherwise specified via -DFLEXIBLAS_DEFAULT in configopts
Expand Down

0 comments on commit c272e00

Please sign in to comment.