From d53fb6f3ac2602f7be2a806db0126b085094a507 Mon Sep 17 00:00:00 2001 From: ogiorgis Date: Tue, 30 Jan 2024 17:12:19 +0100 Subject: [PATCH] TO REMOVE: comment .fluidfft-site.cfg test for ci --- meson.build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index c624aeb..792efae 100644 --- a/meson.build +++ b/meson.build @@ -14,9 +14,10 @@ fs = import('fs') if fs.is_file('site.cfg') error('Error: site.cfg file exists and is no longer supported') endif -if fs.is_file('~/.fluidfft-site.cfg') - error('Error: ~/.fluidfft-site.cfg file exists and is no longer supported') -endif +# TODO : uncomment while Docker file is updated +# if fs.is_file('~/.fluidfft-site.cfg') +# error('Error: ~/.fluidfft-site.cfg file exists and is no longer supported') +# endif # https://mesonbuild.com/Python-module.html py_mod = import('python')