Skip to content

Commit

Permalink
TO REMOVE: comment .fluidfft-site.cfg test for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ogiorgis committed Jan 30, 2024
1 parent bc51a58 commit d53fb6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d53fb6f

Please sign in to comment.