Skip to content

Instantly share code, notes, and snippets.

View bbelgodere's full-sized avatar

Brian Belgodere bbelgodere

View GitHub Profile
@bbelgodere
bbelgodere / tmux_local_install.sh
Created November 21, 2016 02:57
Script to install tmux 2.3 (non-root)
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/x86/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=2.3
Running from numpy source directory.
numpy/random/mtrand/mtrand.pyx has not changed
Cythonizing sources
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['/u/bmbelgod/Envs/numpy_test/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/u/bmbelgod/Envs/numpy_test/lib', '/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/']