We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec49d5 commit 0634d33Copy full SHA for 0634d33
2 files changed
.travis.yml
@@ -29,6 +29,7 @@ matrix:
29
- meson test -C build
30
31
before_install:
32
-- python -m pip install meson
+- git -C $HOME clone https://github.com/mesonbuild/meson
33
+- python -m pip install -e $HOME/meson
34
- curl -Ls https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip -o ninja-linux.zip
35
- sudo unzip ninja-linux.zip -d /usr/local/bin/
meson.build
@@ -1,5 +1,5 @@
1
project('MapTran', 'fortran',
2
- meson_version : '>=0.50',
+ meson_version : '>=0.51.2',
3
default_options : ['default_library=static', 'buildtype=release'])
4
5
realbits = '-DREALBITS='+get_option('realbits')
0 commit comments