Open jan-janssen opened 2 years ago
I am interested in interfacing quantum espresso with cython using https://gitlab.com/shaoxc/qepy/-/tree/master so locally I build the pwlibs using:
make pwlibs
Can we add this to the conda package? I am a bit unsure about the CMake options, but I think it is -D BUILD_SHARED_LIBS=ON.
-D BUILD_SHARED_LIBS=ON
It seems pwlibs are part of the qe package, so it makes sense to include it. Then you can call it from qepy.
pwlibs
qe
qepy
I am interested in interfacing quantum espresso with cython using https://gitlab.com/shaoxc/qepy/-/tree/master so locally I build the pwlibs using:
Can we add this to the conda package? I am a bit unsure about the CMake options, but I think it is
-D BUILD_SHARED_LIBS=ON
.