Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages