Julia builds for Ubuntu precise/quantal

[This article was first published on OpenCPU » R-bloggers, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

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 their blog: OpenCPU » R-bloggers.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)