anstmichaels / emopt

A suite of tools for optimizing the shape and topology of electromagnetic structures.
BSD 3-Clause "New" or "Revised" License
97 stars 41 forks source link

conda package #25

Open joamatab opened 2 years ago

joamatab commented 2 years ago

how could we make a conda package for emopt?

@proppy @flaport

anstmichaels commented 1 year ago

Hi Joaquin,

Sadly I am not terribly familiar with adding packages to conda. In principle, this shouldn't be too difficult as all of the dependencies (petsc4py, slepc4py, mpi4py) appear to be in the conda repos.

Also, sorry for the delayed response--I do not have much time these days to actively work on EMopt.

rafael-fuente commented 10 months ago

It's likely that people are asking about conda package because they cannot install EMopt.

I've tried to install EMopt with a clean Python installation following the docs, but I am stuck with this error: https://github.com/anstmichaels/emopt/issues/12

Could you specify the Python version, PETSc and SLEPc version are you using for the installation?