GrupEstructuraElectronicaSimetria / cosymlib

Documentation
https://cosymlib.readthedocs.io/
MIT License
1 stars 1 forks source link

Static compilation of Fortran libraries #8

Closed abelcarreras closed 2 years ago

abelcarreras commented 3 years ago

It would be useful to test if we can compile fortran libraries statically (via setup.py). Some issues may arise when users update their Fortran compiler and dynamic fortran libraries change location.

For example in gcc (gfortran) v10 installed using brew some library directories have changed respect to older versions. In the default configuration brew auto-updates all formulas when a new one is installed/updated. This may be an annoyance for the users if the compiler updates and breaks the current Cosymlib installation.

Static/partially static compilation of Cosymlib may avoid this.

abelcarreras commented 2 years ago

Obsolete by precompiled wheels building workflow