Closed duncanmmacleod closed 4 years ago
This happens because both gfortran_linux-64
and gcc_liunx-64
tries to set LDFLAGS, but gcc_linux-64
is a dependency of gfortran_linux-64
. We can remove setting of LDFLAGS in activate-gfortran.sh
and deactivate-gfortran.sh
. Can you send a PR?
Issue:
When you create an environment that includes
gfortran_linux-64
(viafortran-compiler
), thenactivate
it,LDFLAGS
gets set along with a few other variables. However, when you thendeactivate
again, the LDFLAGS remains:Environment (
conda list
):Details about
conda
and system (conda info
):This doesn't seem to happen when I install only the
c-compiler
(gcc_linux-64
) or thecxx-compiler
(gxx_linux-64
) packages.