Export `ssyconvf` symbol
This was apparently missed in commit a836fe8ec
when adding the
LAPACK 3.7.0 symbols. We noticed when adding wrappers for 3.7.0
routines in SciPy. For more details, see
https://github.com/rgommers/scipy/issues/143
This commit is contained in:
parent
11b2570c13
commit
a4ee1c84f0
|
@ -716,6 +716,7 @@ lapackobjs2z="$lapackobjs2z
|
||||||
# functions added for lapack-3.7.0
|
# functions added for lapack-3.7.0
|
||||||
lapackobjs2s="$lapackobjs2s
|
lapackobjs2s="$lapackobjs2s
|
||||||
slarfy
|
slarfy
|
||||||
|
ssyconvf
|
||||||
strevc3
|
strevc3
|
||||||
sgelqt
|
sgelqt
|
||||||
sgelqt3
|
sgelqt3
|
||||||
|
|
Loading…
Reference in New Issue