You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

megengine.pc.in 376 B

1234567891011
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
  3. includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@
  4. Name: MegEngine
  5. Description: A deep learning framework
  6. Version: @MGB_VER_STRING@
  7. URL: https://github.com/MegEngine/MegEngine
  8. Cflags: -I${includedir}
  9. Libs: -L${libdir} -lmegengine -pthread
  10. Libs.private: @MGE_PKGCONFIG_LIBS_PRIVATE@