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:
parent
8c2f5baa19
commit
031cde6e25
2 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Dealii(CMakePackage):
|
|||
version('8.3.0', 'fc6cdcb16309ef4bea338a4f014de6fa')
|
||||
version('8.2.1', '71c728dbec14f371297cd405776ccf08')
|
||||
version('8.1.0', 'aa8fadc2ce5eb674f44f997461bf668d')
|
||||
version('develop', git='https://github.com/dealii/dealii.git', tag='master')
|
||||
version('develop', git='https://github.com/dealii/dealii.git', branch='master')
|
||||
|
||||
variant('mpi', default=True, description='Compile with MPI')
|
||||
variant('arpack', default=True,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue