Skip to content

Commit 9f1d8e7

Browse files
committed
remove meson build
Meson worked fine, but due to limited dev time, removed Meson in favor of CMake, which is usable from Meson.
1 parent f7d348e commit 9f1d8e7

File tree

7 files changed

+1
-228
lines changed

7 files changed

+1
-228
lines changed

.github/workflows/ci_meson.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Interoperability examples between C, C++ and Fortran
22

33
![cmake](https://github.com/scivision/fortran-c-cpp-interface/workflows/ci_cmake/badge.svg)
4-
![meson](https://github.com/scivision/fortran-c-cpp-interface/workflows/ci_meson/badge.svg)
54
[![intel-oneapi](https://github.com/scivision/fortran-c-cpp-interface/actions/workflows/intel-oneapi.yml/badge.svg)](https://github.com/scivision/fortran-c-cpp-interface/actions/workflows/intel-oneapi.yml)
65

76
Fortran subroutines and functions are easily called from C and C++.
@@ -34,7 +33,7 @@ C++ examples include [./cxx/vector_main.cxx](vector_main.cxx) that shows using a
3433
[std::vector](https://en.cppreference.com/w/cpp/container/vector)
3534
to pass 1-D arrays to/from Fortran.
3635

37-
## build
36+
Build by:
3837

3938
```sh
4039
cmake -B build
@@ -44,14 +43,6 @@ cmake --build build
4443
ctest --test-dir build
4544
```
4645

47-
OR from Meson
48-
49-
```sh
50-
meson build
51-
meson compile -C build
52-
meson test -C build
53-
```
54-
5546
### MacOS
5647

5748
For MacOS with Apple's Clang and Homebrew GCC,

meson.build

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/c/meson.build

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/cxx/meson.build

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/fortran/meson.build

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/meson.build

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)