opencollab / arpack-ng

Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.
Other
285 stars 123 forks source link

Fix package name in CMake find_package() examples #419

Closed aradi closed 1 year ago

aradi commented 1 year ago

Pull request purpose

Fixing package name typos in the README, where the package search via CMakes find_package() is demonstrated.

Detailed changes proposed in this pull request

Use arpackng as package name instead of arpack-ng, as CMake won't find the installed Arpack-library with the latter.

fghoussen commented 1 year ago

Indeed...

https://github.com/opencollab/arpack-ng/blob/3e3e12fef2c516fe21658d2e67dc8cbe86ec60bb/cmake/tstCMakeInstall.sh.in#L54

Thanks!