dftlibs / xcfun

XCFun: A library of exchange-correlation functionals with arbitrary-order derivatives
https://dftlibs.org/xcfun/
Mozilla Public License 2.0
57 stars 32 forks source link

cmake for shared library #5

Closed sunqm closed 8 years ago

sunqm commented 8 years ago

Hi,

Would you please remove the "ARCHIVE" from

install(TARGETS xcfun ARCHIVE DESTINATION lib)

in src/CMakeLists.txt

because this parameter prevents building the shared library with

cmake -DBUILD_SHARED_LIBS=1

Thank you!

uekstrom commented 8 years ago

I will, just checking with the cmake expert.

Regards, Ulf

2016-02-15 20:57 GMT+01:00 Qiming Sun notifications@github.com:

Hi,

Would you please remove the "ARCHIVE" from

install(TARGETS xcfun ARCHIVE DESTINATION lib)

in src/CMakeLists.txt

because this parameter prevents building the shared library with

cmake -DBUILD_SHARED_LIBS=1

Thank you!

— Reply to this email directly or view it on GitHub https://github.com/dftlibs/xcfun/issues/5.

bast commented 8 years ago

I will look into this and try to relax this constraint.