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
The compilation of qe-gipaw could be activated in the QE conda recipe. I've seen they use cmake, and I need to test building gipaw with cmake. If it will work, I will contact the QE conda recipe author.
It compiles okay, and executable gipaw.x is produced.
The fork for conda recipe is here: I have to change url (now points to the original repo within receipt since previous link to archive at github was old, and didn't contain proper link to qe-gipaw).
The annoying thing is that this executable isn't copied by make install for some reason to the /bin/ directory of the final conda package.
I suspect that some install target should be added at the side of qe within CMakeLists.txt
Is there anything to be changed at qe-gipaw side to make the gipaw.x file copied by make install or is it necessary to update something on their side?
As a workaround probably I can just copy the gipaw.x manually within build.sh script, but this corrupts the proper installation process.
Is conda installation available for qe-gipaw?
It seems gipaw.x is not included with default qe conda installation...
The text was updated successfully, but these errors were encountered: