This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

How to get an older version

0 votes

I need an older version of FEniCS (<=1.5)

I use Docker Toolbox installed on Windows

It seems older version is not provided now
https://fenicsproject.org/download/older_releases.html#older-releases (this page is blocked)

asked May 13, 2017 by phk0107 FEniCS Novice (150 points)

1 Answer

0 votes
 
Best answer

We have no Docker tags for FEniCS older than 1.6, that is quay.io/fenicsproject/stable:1.6.0. We do have Ubuntu packages for older versions of FEniCS, but not for recent versions of Ubuntu. FEniCS 1.5 is available for Ubuntu 14.04 here . It should be possible to install this in a virtual machine on Windows.

There are also some older binary packages available here.

answered May 15, 2017 by johannr FEniCS Expert (17,350 points)
selected May 16, 2017 by phk0107
...