Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix: proper linking of arpack after upstream changes #95

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

n-claes
Copy link
Owner

@n-claes n-claes commented May 11, 2022

PR description

An upstream change in arpack-ng changed the package name in the build script. Since we don't explicitly use find_package() this broke our own CMake linker scripts, this PR fixes it (and is backwards compatible).
Porting this into develop for now.

Bugfixes

Legolas

@n-claes n-claes added bug Something isn't working build Related to CMake or Make labels May 11, 2022
@n-claes n-claes self-assigned this May 11, 2022
@n-claes n-claes force-pushed the hotfix/94 branch 2 times, most recently from 98282b0 to 663aed6 Compare June 20, 2022 06:09
@n-claes n-claes changed the base branch from master to develop June 20, 2022 06:09
@n-claes n-claes merged commit 52d3437 into develop Jun 20, 2022
@n-claes n-claes deleted the hotfix/94 branch June 20, 2022 06:39
@n-claes n-claes linked an issue Jul 20, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CMake or Make
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upstream ARPACK change broke CMake linking script
1 participant