Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update meson config #158

Closed
jeromekelleher opened this issue Nov 21, 2021 · 1 comment · Fixed by #165
Closed

Update meson config #158

jeromekelleher opened this issue Nov 21, 2021 · 1 comment · Fixed by #165
Assignees
Milestone

Comments

@jeromekelleher
Copy link
Member

We're getting some warnings from meson:

The Meson build system
Version: 0.56.0
Source dir: /home/jk/work/github/kastore/c
Build dir: /home/jk/work/github/kastore/c/build
Build type: native build
Project name: kastore
Project version: undefined
C compiler for the host machine: cc (gcc 9.3.0 "cc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: cc ld.bfd 2.34
C++ compiler for the host machine: c++ (gcc 9.3.0 "c++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C++ linker for the host machine: c++ ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
meson.build:9: WARNING: Consider using the built-in warning_level option instead of using "-Wall".
meson.build:9: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".
meson.build:9: WARNING: Consider using the built-in warning_level option instead of using "-Wpedantic".
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Run-time dependency cunit found: YES 2.1-3
Build targets in project: 7

Might as well freshen up the config here for the 2.0.1 release.

We should make sure that this works with meson > 0.55, as this is what we've pinned to for tskit etc.

@jeromekelleher jeromekelleher added this to the C API 2.0.1 milestone Nov 21, 2021
@jeromekelleher
Copy link
Member Author

Also define the tests - running ninja -C build test is very handy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant