mikaem / fenicstools

55 stars 36 forks source link

fenicstools on anaconda #21

Open sophia-wright-blue opened 7 years ago

sophia-wright-blue commented 7 years ago

Is fenicstools available on anaconda.

I tried conda install -c mikaem fenicstools but got an error:

PackageNotFoundError: Dependencies missing in current osx-64 channels: 
  - fenicstools -> fenics ==2017.1.dev
  - fenicstools -> h5py-parallel

Is there any way to install fenicstools via conda. I have fenics 2017.1.0 installed on my Mac via anaconda.

mikaem commented 7 years ago

Hi There's a package available for mac now with fenics-2017.2.dev. Otherwise you could try to fork and build fenicstools quite easily for yourselves if you already have fenics working. Fenics is usually the problem:-) Try to do conda build conf/conda (from root directory). hdf5-parallel is in channel mikaem/label/OSX-10.12-clang, where I also keep fenics-2017.2.dev.

sophia-wright-blue commented 7 years ago

Thank you for replying, i will try building fenicstools