Dear sage-devel,

On macOS, alongside my attempts to build Sage
using as many Homebrew packages as possible,
I am trying to build a "batteries-included" Sage
completely independent of Homebrew.

I decided to configure with

    --with-system-gcc=no --with-system-gfortran=no

and was expecting the following outcome:

- Sage builds its own gcc, which contains gfortran
- Sage does not build an additional gfortran

but the actual outcome is:

- Sage builds its own gcc, which contains gfortran
- Sage then tries to build gfortran, which fails
  with an error indicating that Sage built its own gcc,
  which contains gfortran, so gfortran should not be built

Were my expectations legitimate and does this deserve a ticket?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/84e903f3-4a79-4fc2-80e4-23d6cf4ea7a8o%40googlegroups.com.

Reply via email to