Skip to content

Commit b9f5951

Browse files
authored
Add warning for breaking change in fpm
1 parent 933916b commit b9f5951

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,14 @@ To use `stdlib` within your `fpm` project, add the following lines to your `fpm.
199199
stdlib = { git="https://github.com/fortran-lang/stdlib", branch="stdlib-fpm" }
200200
```
201201

202+
> **Warning**
203+
>
204+
> Fpm 0.8.2 and later implements stdlib as a *metapackage*.
205+
> To include the standard library metapackage, change the dependency to:
206+
> `stdlib = "*"`.
207+
>
208+
> see also https://github.com/fortran-lang/fpm/pull/859
209+
202210
## Using stdlib in your project
203211

204212
The stdlib project exports CMake package files and pkg-config files to make stdlib usable for other projects.

0 commit comments

Comments
 (0)