mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
9112587d18
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 $@
|
|
|