Skip to content

Commit fb88f55

Browse files
authored
Merge pull request scipy#21839 from ilayn/detach_arpack_propack
2 parents 6f0f0b8 + caebc2b commit fb88f55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scipy/sparse/linalg/_propack/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ z_src = [
5353
'PROPACK/complex16/dbsvd.F',
5454
'PROPACK/complex16/dgemm_ovwr.F',
5555
'PROPACK/complex16/printstat.F',
56-
'../_eigen/arpack/ARPACK/SRC/zzdotc.f',
56+
'PROPACK/complex16/zzdotc.f',
5757
'PROPACK/complex16/zblasext.F',
5858
'PROPACK/complex16/zgemm_ovwr.F',
5959
'PROPACK/complex16/zgetu0.F',

0 commit comments

Comments
 (0)