Skip to content

Commit 349f602

Browse files
authored
Merge pull request #715 from Carltoffel/patch-1
Add warning for breaking change in fpm
2 parents bb08fd9 + 77ea99c commit 349f602

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
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.9.0 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://fpm.fortran-lang.org/en/spec/metapackages.html)
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)