dftlibs / xcfun

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

do not specify ARCHIVE in libxcfun install target; fixes #5 #7

Closed bast closed 8 years ago

bast commented 8 years ago

This indeed defaults to static and with cmake -DBUILD_SHARED_LIBS=1 .. can be changed to dynamic.

bast commented 8 years ago

@uekstrom can you please review and possibly integrate this?