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:

committed by
Todd Gamblin

parent
8c2f5baa19
commit
031cde6e25
@@ -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,
|
||||
|
Reference in New Issue
Block a user