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

Latest commit

 

History

History
14 lines (11 loc) · 727 Bytes

File metadata and controls

14 lines (11 loc) · 727 Bytes

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