conda-forge / lapack-feedstock

A conda-smithy repository for lapack.
BSD 3-Clause "New" or "Revised" License
6 stars 12 forks source link

Add a libtmglib output just like libblas #48

Closed isuruf closed 3 years ago

isuruf commented 3 years ago

@hhslepicka if you can help with this, we can fix this faster.

hhslepicka commented 3 years ago

I can give it a try if you give me some info on that...

isuruf commented 3 years ago

Sure. I think it's as easy as duplicating https://github.com/conda-forge/lapack-feedstock/blob/master/recipe/meta.yaml#L63-L89 and then s/libblas/libtmglib/g and then duplicating https://github.com/conda-forge/lapack-feedstock/blob/master/recipe/meta.yaml#L199 as well.

hhslepicka commented 3 years ago

I will take a stab at it... thanks for the info...