You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make: *** No rule to make target 'install'. Stop.
Traceback (most recent call last):
File "/opt/conda/envs/scine/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/conda/envs/scine/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/opt/conda/envs/scine/lib/python3.10/site-packages/scine_puffin/__main__.py", line 156, in <module>
main()
File "/opt/conda/envs/scine/lib/python3.10/site-packages/scine_puffin/__main__.py", line 142, in main
main_bootstrap(config)
File "/opt/conda/envs/scine/lib/python3.10/site-packages/scine_puffin/__main__.py", line 74, in main_bootstrap
bootstrap(config)
File "/opt/conda/envs/scine/lib/python3.10/site-packages/scine_puffin/bootstrap.py", line 51, in bootstrap
utils.install(utils_build_dir, install_dir, config["resources"]["cores"])
File "/opt/conda/envs/scine/lib/python3.10/site-packages/scine_puffin/programs/utils.py", line 25, in install
self.scine_module_install(repo_dir, install_dir, ncores)
File "/opt/conda/envs/scine/lib/python3.10/site-packages/scine_puffin/programs/program.py", line 151, in scine_module_install
subprocess.run(["make", "-j" + str(ncores), "install"], env=env, check=True)
File "/opt/conda/envs/scine/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['make', '-j1', 'install']' returned non-zero exit status 2.
The text was updated successfully, but these errors were encountered:
Trying to bootstrap puffin fails if ninja is chosen as generator.
Config file excerpt
Error message
The text was updated successfully, but these errors were encountered: