Discussion:
[conda] Environment Variables related to compiler while packaging.
nikhil t.v.s
2018-05-21 10:47:34 UTC
Permalink
Hi,
I need gfortran compiler to build the package[Openfst]. There is
already a conda package but wanted to build with custom configuration. The
makefile has environment variables, ex: [$CC, $CC_FLAGS etc]. On giving
the gfortran compiler as a dependency.

When conda installs the gfortran, (using conda install ) it usually exports
the environment variables related to the compiler. But mentioning the
compiler as a dependency, environment variables are not getting set.

I manually activated the build environment that is created when we run the
conda-build command. I don't see these variables set.

Am I missing out any during the build? Please help, Thanks in advance.


Thanks and Regards,
Nikhil
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/925bee3f-e4a8-416d-b43d-71f3b89f8fed%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...