conda-forge / qe-feedstock

A conda-smithy repository for qe.
BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

Can we include pwlibs ? #24

Open jan-janssen opened 2 years ago

jan-janssen commented 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.

certik commented 2 years ago

It seems pwlibs are part of the qe package, so it makes sense to include it. Then you can call it from qepy.