Skip to content

Changing link entry doesn't trigger relinking targets #422

Closed
@ghost

Description

Consider this section in fpm.toml

[build]
link = ["lapack", "blas"]

I can run fpm build, etc. When I change the section to

[build]
link = ["lapack", "openblas"]

then fpm build doesn't link the project using the new settings (nothing happens).

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingeasyDifficulty level is easy and good for starting into this project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions