solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

ssol.pc.in (366B)


      1 prefix=@PREFIX@
      2 includedir=${prefix}/include
      3 libdir=${prefix}/lib
      4 
      5 Requires: \
      6  rsys >= @RSYS_VERSION@
      7 Requires.private:\
      8  s3d >= @S3D_VERSION@,\
      9  star-sp >= @SSP_VERSION@,\
     10  scpr >= @SCPR_VERSION@,\
     11  ssf >= @SSF_VERSION@
     12 Name: ssol
     13 Description: Solstice Solver
     14 Version: @VERSION@
     15 Libs: -L${libdir} -lssol
     16 Libs.private: -fopenmp -lm
     17 CFlags: -I${includedir} -fopenmp