mirror of
https://github.com/boostorg/random.git
synced 2026-01-26 18:52:27 +00:00
Random python binding
[SVN r2881]
This commit is contained in:
16
python/Jamfile
Executable file
16
python/Jamfile
Executable file
@@ -0,0 +1,16 @@
|
||||
subproject libs/random/python ;
|
||||
|
||||
# Include definitions needed for Python modules
|
||||
import python ;
|
||||
|
||||
extension _random
|
||||
: random.cpp
|
||||
<template>@boost/libs/python/build/extension
|
||||
: <include>../../../
|
||||
;
|
||||
|
||||
# boost-python-runtest test1
|
||||
# : test_random.py
|
||||
# <pyd>random
|
||||
# ;
|
||||
|
||||
Reference in New Issue
Block a user