astrojuanlu / fenics-recipes

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

Fenics 1.4 miss dependencies (boost ==1.55.0) #53

Open RafalSkolasinski opened 8 years ago

RafalSkolasinski commented 8 years ago

Following

conda create -n f14 python=2.7
source activate f14
conda install "fenics=1.4.0" mkl --channel https://conda.binstar.org/juanlu001/channel/fenics:1.4.0:centos

fails with unmet dependencies.

Error:  Dependencies missing in current linux-64 channels: 
  - fenics 1.4|1.4.0* -> dolfin ==1.4.0 -> eigen3
  - fenics 1.4|1.4.0* -> dolfin ==1.4.0 -> boost <=1.55.0
  - fenics 1.4|1.4.0* -> boost ==1.55.0

(Tried on centos 6 and mint 17.3)

astrojuanlu commented 8 years ago

Hm, the instructions for CentOS are particularly outdated. I'll have to take a closer look on this.

vroomanj commented 8 years ago

Any news on this? I'm having this same issue.