Julia builds for Ubuntu precise/quantal
R-bloggers 2013-03-29
(This article was first published on OpenCPU » R-bloggers, and kindly contributed to R-bloggers)
I wanted to play a bit Julia, the new language for technical computing, but no binaries were available yet for current versions of Ubuntu. So I decided to try and build them myself by backporting the julia 1.2.0 source package available in Sid and Raring.
On Quantal, the packages were building out of the box. On Precise however, some packages were outdated, and I ended up backporting blas and lapack to slightly newer versions as well. They are now building and installing without problems, although I am not familiar enough yet with Julia to really test every feature in the software.
To give Julia a try on Ubuntu, use:
sudo add-apt-repository ppa:opencpu/julia
sudo apt-get update
sudo apt-get install julia
Please get in touch if you experience problems or have tips for improvement.
To leave a comment for the author, please follow the link and comment on his blog: OpenCPU » R-bloggers.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...