The following is just too simple: https://github.com/bioconda/bioconda-recipes/blob/3d67ef3b7b8fda9db6e94c59b3705d8589410cc6/scripts/check-for-additional-platforms.sh#L31-L34 This will fail for anything that uses multiline jinja functions: ``` {% set deps = [ "eigen >=3.4.0" ] + (["libgomp", "sysroot_linux-64 =2.17"] if linux else []) + (["llvm-openmp"] if osx else []) %} ```