Skip to content

ocakgun/bag_oa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project uses openaccess commands to create layout and provide a Cython extension for Python.

To build this project, change .cshrc to contain correct path to OA include/link libraries.

To build C++ shared library:

  1. make build folder, then run cmake:

mkdir build cd build cmake ..

  1. run make to create shared library and test executable.

make

To build Cython extension:

  1. type the following:

cd python python setup.py build

  1. a cybagoa.so shared library file will be built. This shared library file can be imported into python and use to create layout.

About

BAG OA database extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published