astrojuanlu / fenics-recipes

This repository contains conda recipes for the FEniCS libraries
The Unlicense
13 stars 15 forks source link

Incompatible Swig Version #61

Open sniperlucian opened 7 years ago

sniperlucian commented 7 years ago

I just installed fenics, downgraded boost, mkl and vtk as mentioned elsewhere. By testing the tutorial "3.1 The heat equation", I get incompatible Swig Version '3.0.7' != '3.0.5' in function

'V = FunctionSpace(mesh, "P", 1)'

However downgrading vs.

conda install -c roliveira swig=3.0.5

returns

UnsatisfiableError: The following specifications were found to be in conflict:

Since ffc is installed form same channel juanlu001, looks like broken recipes ;(

Any help advice how to get it running is welcome.

ccluri commented 7 years ago

This spec sheet works for me. (tested for linux-64 platform) fenics_160.txt

Install this exact version using the command

conda create --name fenics27 --file fenics_160.txt source activate fenics27