Skip to content

Instantly share code, notes, and snippets.

@hiracchi
Last active August 29, 2015 14:26
Show Gist options
  • Save hiracchi/feccc8c3917527a2e938 to your computer and use it in GitHub Desktop.
Save hiracchi/feccc8c3917527a2e938 to your computer and use it in GitHub Desktop.
build son-grid-engine on ubuntu 14.04
#!/bin/bash
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install git tcsh automake autoconf ant libopenmpi-dev libssl-dev libdb-dev libpam0g-dev junit javacc
sudo apt-get install libxt-dev libmotif-dev libxext-dev
git clone http://arc.liv.ac.uk/repos/git/sge
(cd source; bash scripts/bootstrap.sh && ./aimk) 2>&1 | tee out.build
# for package
sudo apt-get install debhelper ibxmu-dev default-jdk libjemalloc-dev libmunge-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment