solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

sprs.pc.in (276B)


      1 prefix=@PREFIX@
      2 includedir=${prefix}/include
      3 libdir=${prefix}/lib
      4 
      5 Requires: \
      6  rsys >= @RSYS_VERSION@
      7 Requires.private:\
      8  yaml-0.1 >= @YAML_VERSION@
      9 Name: sprs
     10 Description: Solstice Parser
     11 Version: @VERSION@
     12 Libs: -L${libdir} -lsprs
     13 Libs.private: -lm
     14 CFlags: -I${includedir}