openblas: add develop version to make it work with Kabylake CPUs (#3192)

* openblas: add develop version to make it work with Kabylake CPUs
* dealii: fix develop branch
This commit is contained in:
Denis Davydov
2017-02-21 00:40:46 +01:00
committed by Todd Gamblin
parent 8c2f5baa19
commit 031cde6e25
2 changed files with 3 additions and 1 deletions

View File

@@ -38,6 +38,8 @@ class Openblas(MakefilePackage):
version('0.2.16', 'fef46ab92463bdbb1479dcec594ef6dc')
version('0.2.15', 'b1190f3d3471685f17cfd1ec1d252ac9')
version('develop', git='https://github.com/xianyi/OpenBLAS.git', branch='develop')
variant(
'shared',
default=True,