File: complearn.pc.in

package info (click to toggle)
libcomplearn 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,768 kB
  • ctags: 1,976
  • sloc: sh: 10,756; ansic: 2,839; makefile: 304
file content (12 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/complearn-1.0

Name: complearn
Description: CompLearn Machine Learning Library
Requires: gsl libxml-2.0 glib-2.0
Version: @VERSION@
Libs: -L${exec_prefix}/lib -lcomplearn@GOMPSTR@ @GOMPFLAGS@ @PRIVATELIBS@
Libs.private: @PRIVATELIBS@
Cflags: -I${includedir} @PRIVATECFLAGS@ @GOMPFLAGS@