Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 896e0297 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Add some basic files

parent 1bcb2ef6
No related branches found
No related tags found
No related merge requests found
File moved
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
Name: HQR
Description: Build and Visualize Trees for Hierachical QR Factorizations
Version: @HQR_VERSION_MAJOR@.@HQR_VERSION_MINOR@.@HQR_VERSION_MICRO@
Cflags: -I${includedir}
Libs: -L${libdir} @HQR_PKGCONFIG_LIBS@
Libs.private: @HQR_PKGCONFIG_LIBS_PRIVATE@
Requires: @HQR_PKGCONFIG_REQUIRED@
Requires.private: @HQR_PKGCONFIG_REQUIRED_PRIVATE@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment