conda-forge / trilinos-feedstock

A conda-smithy repository for trilinos.
BSD 3-Clause "New" or "Revised" License
1 stars 10 forks source link

Complex Numbers #39

Open aellery opened 2 years ago

aellery commented 2 years ago

Comment:

I would like to enable complex numbers in a conda-forge package that I maintain (esys-escript) which uses Trilinos. Unfortunately, this particular build does not have complex numbers enabled.

Is there any chance that you could create another build with complex numbers enabled? (Teuchos_ENABLE_COMPLEX=ON and Trilinos_ENABLE_COMPLEX_DOUBLE=ON)

hmaarrfk commented 2 years ago

To be honest, this recipe really needs some work. I found this issue as I was getting prepared to archive it.

I would suggest you open two merge requests:

  1. Refreshing this recipe and getting it to work. Add yourself as a maintainer there.
  2. Include the feature you request.