Hi,
Having trouble installing dolfin, I managed to find the package through binstar, however when I follow the recommended install commands it doesn't seem to be able to find the package. Note I added the channel Juanlu001 as part of the fenics install with no problem. When the recommended install didn't work, I tried the fenics27 install commands substituted with doflin with no luck.
Pretty new to this, so appreciate any advice - terminal io as below.
Found 1 packages
Dainslies-MacBook-Pro:~ dainslie$ binstar show Juanlu001/dolfin
Using binstar api site https://api.binstar.org
Name: dolfin
Summary: C++/Python library for solving differential equations
Access: public
Package Types: conda
Versions:
+ 1.4.0
+ 1.5.0
To install this package with conda run:
conda install --channel https://conda.binstar.org/Juanlu001 dolfin
Dainslies-MacBook-Pro:~ dainslie$ conda install --channel https://conda.binstar.org/Juanlu001 dolfin
Fetching package metadata: ........
Error: No packages found in current osx-64 channels matching: dolfin
You can search for this package on Binstar with
binstar search -t conda dolfin
Dainslies-MacBook-Pro:~ dainslie$