Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Paradigm4/scidbpy-aflgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SciDB AFL Parser

This code parses SciDB source and documentation pages to build a database of AFL function information. This database is in turn used to build the SciDBpy AFL binding

Usage

  • Obtain the SciDB source code
  • Build the manpages, as described here
  • Edit the Makefile if needed. SCIDB_MATNPATH should point to the doc/api/man/man3 subdirectory of wherever the documentation was built. SCIDB_SRCPATH should point to the src/ subdirectory of the SciDB source code
  • run make to generate afldb.py
    • There are issues when running make with SciDB 15.7. The problems and work-arounds are noted in #1

About

Generate data for SciDBpy AFL bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%