Giter Club home page Giter Club logo

extra-scidb-libs's Introduction

This repository contains the scripts and control files to build a single package file for debian or rpm containing the built librarys and tools from other github repositories.

Currently, the following tools are included:

The packages themselves have also been uploaded here for convenience, but to be sure to have gotten the latest, one should clone the repository and run the script:

./extra-scidb-libs <rpm|deb> <working dir> <result dir> <pkg ver>

e.g.

./extra-scidb-libs rpm ~ /tmp 0  # builds and rpm package, deposits it in /tmp using the home directory as the place to do the 
                                 # compling and packaging.  The version is 0.

To build for rpm, one should build on a CentOS 6 system as most of our plugins need to be compiled on the same platfrom as SciDB itself - which is CentOS 6.

Similarly, for debian packages, one should run the script on Ubuntu 14.04.

All the requirements for building plugins are present here - no magic happens to make plugins compile with this script, if they do not compile on a cloned repository on their own.

To specify the plugins included in the package, edit the extra-scidb-libs.sh file. There is an array declared there that looks like:

# The following array should contain tuples of the repo name and the branch to get.
declare -a libs=("superfunpack" "master"
		 "grouped_aggregate" "master"
                 "accelerated_io_tools" "master"
                 "equi_join" "master"
                 "shim" "master"
		)

To add a new plugin, e.g. foobar, just add it and the attendant branch you'd like to use so the array look like this:

# The following array should contain tuples of the repo name and the branch to get.
declare -a libs=("superfunpack" "master"
		 "grouped_aggregate" "master"
                 "accelerated_io_tools" "master"
                 "equi_join" "master"
                 "shim" "master"
                 "foobar" "my_dev_branch"
		)

This should work for any plugin that builds a .so and wants it copied to $SCIDB_INSTALL_PATH/lib/scidb/plugins. For more complicated installations, like shim, you are on your own. You'll have to modify the scripts, spec files and control files appropriately.

extra-scidb-libs's People

Contributors

jakinchen avatar ksens avatar

Watchers

 avatar  avatar

Forkers

carlsonp4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.