Skip to content

mkn-mod/mkn.find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkn.find

** maiken header/library finder module **

Find headers and libraries semi automatically

Multi phase module

Prerequisites

maiken

Usage

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

Building

Windows cl:

mkn clean build -tSa -EHsc -d

*nix gcc:

mkn clean build -tSa "-O2 -fPIC" -d -l "-pthread -ldl"

Testing

Windows cl:

mkn clean build -tSa -EHsc -dp test run

*nix gcc:

mkn clean build -tSa "-O2 -fPIC" -dp test -l "-pthread -ldl" run

About

Semi automatic header/library finding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages