cschwan / sage-on-gentoo

(Unofficial) Gentoo Overlay for Sage- and Sage-related ebuilds
84 stars 26 forks source link

package.use/sage is missing gcc[fortran] useflag #586

Closed ss23 closed 4 years ago

ss23 commented 4 years ago

I'm doing a install from scratch, and gcc requires the fortran useflag for the installation to proceed. I imagine if it's required in the default setting, it might be useful to add it to package.use/sage.

I've created this as an issue rather than a pull request because I'm not really sure if that really is the case though.

kiwifb commented 4 years ago

I installed a system from scratch last month (lost a disk) and fortran was on by default. However it doesn't hurt. You cannot do any lapack stuff without fortran.

ss23 commented 4 years ago

@kiwifb My system is quite old, so it may have different defaults, but this is my first time installing sage. Would you like me to make a quick PR for this?

kiwifb commented 4 years ago

I'll add it myself. Don't worry.

kiwifb commented 4 years ago

And done.