Skip to content

mkn-mod/python3.module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python3.module

** python3 maiken module **

Make a python3 module from your code

Link phase module

Prerequisites

maiken

Usage

mod:
- name: python3.module

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

Environment Variables

Key             PYTHON3_HOME
Type            string
Default         ""
Description     If set - looks for python3/config in $PYTHON3_HOME/bin

About

Turns profile into python3 module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages