** maiken header/library finder module **
Find headers and libraries semi automatically
Multi phase module
mod:
- name: mkn.find
compile:
hdf5:
roots: # [optional support]
${str} # file find paths starting with
paths: # [optional support]
${str} # file find paths ending with
files: # [optional support - default hdf5.h/hpp]
${str} # file find these given previous/automatics
link:
hdf5:
roots: # [optional support]
${str} # file find paths starting with
paths: # [optional support]
${str} # file find paths ending with
files: # [optional support - default libhdf5.so etc]
${str} # file find these given previous/automatics
Windows cl:
mkn clean build -tSa -EHsc -d
*nix gcc:
mkn clean build -tSa "-O2 -fPIC" -d -l "-pthread -ldl"
Windows cl:
mkn clean build -tSa -EHsc -dp test run
*nix gcc:
mkn clean build -tSa "-O2 -fPIC" -dp test -l "-pthread -ldl" run