Test report for easybuilders/easybuild-easyconfigs#5902
Build succeeded for 0 out of 0 (1 easyconfigs in this PR)
- start: Mon, 26 Feb 2018 14:35:42 +0000 (UTC)
- end: Mon, 26 Feb 2018 14:35:46 +0000 (UTC)
Printing YouCompleteMe debug information... | |
-- Completion API: 1 | |
-- Client logfile: /tmp/ycm_79_uiyv_.log | |
-- Server Python interpreter: /opt/software/spack/linux-ubuntu18.04-skylake_avx512/gcc-7.3.0/python-3.6.8-pqc2t2er2z4hu4ps7ohwxptkozhwiy55/bin/python | |
-- Server Python version: 3.6.8 | |
-- Server has Clang support compiled in: False | |
-- Clang version: None | |
-- No extra configuration file found | |
-- Python completer debug information: | |
-- Python interpreter: /opt/software/spack/linux-ubuntu18.04-skylake_avx512/gcc-7.3.0/python-3.6.8-pqc2t2er2z4hu4ps7ohwxptkozhwiy55/bin/python |
Test report for easybuilders/easybuild-easyconfigs#5902
Build succeeded for 0 out of 0 (1 easyconfigs in this PR)
Test report for easybuilders/easybuild-easyconfigs#5902
Build succeeded for 0 out of 0 (1 easyconfigs in this PR)
Test report for easybuilders/easybuild-easyconfigs#5902
Build succeeded for 0 out of 0 (1 easyconfigs in this PR)
Test report for easybuilders/easybuild-easyconfigs#5902
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
# This script compiles SUNDIALS and install the python wrapper bmcage.odes | |
# You can also run it directly from the Internet doing | |
# curl -s https://gist.githubusercontent.com/rubendibattista/468979a4ef509394c70c8286bf9d8e4e/raw/install_bmcage_odes.sh | sudo bash | |
apt-get update | |
apt-get upgrade | |
apt-get install --assume-yes wget python python-dev cmake liblapack-* python-virtualenv virtualenvwrapper | |
wget https://computation.llnl.gov/projects/sundials/download/sundials-2.7.0.tar.gz |
""" | |
`pip install numpy scipy matplotlib` | |
`pip install -e git+https://github.com/AeroPython/scikit-aero#egg=scikit-aero` | |
Author: @rubendibattista | |
""" | |
# import matplotlib | |
# matplotlib.use('QT5Agg') # Needed for OSX with virtualenv | |
import matplotlib.pyplot as plt |
#!/usr/bin/env python | |
""" | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2017 Ruben Di Battista <[email protected]> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. |
#!/bin/sh | |
# If you are new to arch, I encourage you to at least read and understand what | |
# this script does befor blindley running it. | |
# That's why I didn't make a one-liner out of it so you have an easier time | |
# reading and understanding it :) | |
# | |
# This scripts purpose is purly to save you a few seconds on your new installation. | |
# | |
# Enjoy your time on an awesome system. Arch FTW! |