I want the source code for compilation for the release version 1.2.0 ,
Not looking for a deb package. I do not want the current updated version [1.2.0+] either.
Can you please point me to where I can get this?
Note to devs: It would probably worthwhile to properly tag the sources (which would result in a list of downloadable files at Probably one should update https://bitbucket.org/fenics-project/dolfin/downloads). Right now git tag Dolfin's repo yields nothing.
git tag
You can donwload from http://fenicsproject.org/pub/software/ or use dorsal from https://bitbucket.org/fenics-project/dorsal with
STABLE_BUILD=true USE_SNAPSHOTS=false
to download last stable release (currently 1.2.0) and compile automatically (if you're on platform supported by dorsal).