mirror of
https://github.com/triqs/dft_tools
synced 2025-04-26 10:14:53 +02:00

Now 'pytriqs' is invoked with an absolute path to the current TRIQS installation. This ensures that the scripts will call a compatible version of 'pytriqs'.
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
@CMAKE_INSTALL_PREFIX@/bin/pytriqs -m pytriqs.applications.dft.converters.plovasp.converter $@
|
|
|