summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/su2/meson_version.patch
blob: cf05734d9de90d62a39c767ad4f6506650db1fef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/meson.build	2022-12-20 21:08:29.000000000 +0900
+++ b/meson.build	2023-05-19 03:24:08.870966665 +0900
@@ -6,9 +6,6 @@
                           'c_std=c99',
                           'cpp_std=c++11'])
 
-if meson.version() != '0.61.1'
-  error('SU2 must be configured with the extended Meson script (./meson.py) in the SU2 root directory.')
-endif
 
 pymod = import('python')
 python = pymod.find_installation()