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.

Makefile 238 B

12345
  1. # You must specify your env variable LSAPE_DIR
  2. #LSAPE_DIR=/home/bgauzere/Téléchargements/lsape/include/
  3. liblsap.so:lsap.cpp
  4. g++ -fPIC -I/home/bgauzere/Téléchargements/lsape/include/ -shared lsap.cpp -o liblsap.so -O3 -I$(LSAPE_DIR)

A Python package for graph kernels, graph edit distances and graph pre-image problem.