Skip to content

Commit 0634d33

Browse files
committed
meson >= 0.51.2
1 parent 5ec49d5 commit 0634d33

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ matrix:
2929
- meson test -C build
3030

3131
before_install:
32-
- python -m pip install meson
32+
- git -C $HOME clone https://github.com/mesonbuild/meson
33+
- python -m pip install -e $HOME/meson
3334
- curl -Ls https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip -o ninja-linux.zip
3435
- sudo unzip ninja-linux.zip -d /usr/local/bin/

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('MapTran', 'fortran',
2-
meson_version : '>=0.50',
2+
meson_version : '>=0.51.2',
33
default_options : ['default_library=static', 'buildtype=release'])
44

55
realbits = '-DREALBITS='+get_option('realbits')

0 commit comments

Comments
 (0)