openlibm.pc.in 273 B

12345678910
  1. exec_prefix=${prefix}
  2. includedir=${prefix}/include
  3. libdir=${exec_prefix}/lib
  4. Name: openlibm
  5. Version: ${version}
  6. URL: https://github.com/JuliaLang/openlibm
  7. Description: High quality system independent, open source libm.
  8. Cflags: -I${includedir}
  9. Libs: -L${libdir} -lopenlibm