Skip to content

Commit 0a43a54

Browse files
committed
Clean up outstanding references to Make builds
1 parent ed9ef9a commit 0a43a54

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,6 @@ target_link_libraries(
203203
To make the installed stdlib project discoverable add the stdlib directory to the ``CMAKE_PREFIX_PATH``.
204204
The usual install location of the package files is ``$PREFIX/lib/cmake/fortran_stdlib``.
205205

206-
For non-CMake build systems (like make) you can use the exported pkg-config file by setting ``PKG_CONFIG_PATH`` to include the directory containing the exported pc-file.
207-
The usual install location of the pc-file is ``$PREFIX/lib/pkgconfig``.
208-
In make you can obtain the required compile and link arguments with
209-
210-
```make
211-
STDLIB_CFLAGS := $(shell pkg-config --cflags fortran_stdlib)
212-
STDLIB_LIBS := $(shell pkg-config --libs fortran_stdlib)
213-
```
214-
215206
## Documentation
216207

217208
Documentation is a work in progress (see issue [#4](https://github.com/fortran-lang/stdlib/issues/4)) but already available at [stdlib.fortran-lang.org](https://stdlib.fortran-lang.org).

WORKFLOW.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,10 @@ You are welcome to propose changes to this workflow by opening an
6161
[issue](https://github.com/fortran-lang/stdlib/issues).
6262

6363

64-
## Build system
65-
66-
This project supports two build systems right now, CMake and make.
67-
Eventually, stdlib will be using the Fortran package manager
68-
([fpm](https://github.com/fortran-lang/fpm)) as build system as well.
69-
The effort of supporting fpm is tracked in issue
70-
[#279](https://github.com/fortran-lang/stdlib/issues/279).
64+
## Build systems
7165

66+
This project supports two build systems,
67+
[fpm](https://github.com/fortran-lang/fpm) and CMake.
7268

7369
### CMake build files
7470

0 commit comments

Comments
 (0)