Paul Madden
2018-07-12 01:57:57 UTC
Two hopefully quick questions:
When I use the Anaconda compilers in a recipe (e.g. via "{{
compiler('fortran') }}" in my meta.yaml), I get environment variables like
FFLAGS in my build environment. Are these meant to be used? I ask because,
in particular, they include a -I component that yields a "Warning:
Nonexistent include directory" from gfortran during the build if I do
"$(FC) $(FFLAGS)" in my Makefile.
Also about the jinja2 syntax for the compilers, is there a benefit to using
this vs specifying the actual compiler packages (e.g. "gfortran_linux-64
7.2.0") in meta.yaml. I ask because (1) I am always concerned about changes
due to unspecified versions, and (2) meta.yaml is no longer valid yaml, so
I cannot read it with other tools, which is useful to me (though I can
quote the jinja2 syntax, so it's only a minor annoyance).
thanks,
paul
When I use the Anaconda compilers in a recipe (e.g. via "{{
compiler('fortran') }}" in my meta.yaml), I get environment variables like
FFLAGS in my build environment. Are these meant to be used? I ask because,
in particular, they include a -I component that yields a "Warning:
Nonexistent include directory" from gfortran during the build if I do
"$(FC) $(FFLAGS)" in my Makefile.
Also about the jinja2 syntax for the compilers, is there a benefit to using
this vs specifying the actual compiler packages (e.g. "gfortran_linux-64
7.2.0") in meta.yaml. I ask because (1) I am always concerned about changes
due to unspecified versions, and (2) meta.yaml is no longer valid yaml, so
I cannot read it with other tools, which is useful to me (though I can
quote the jinja2 syntax, so it's only a minor annoyance).
thanks,
paul
--
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/e71b4df3-f451-4a5a-8661-56d507be6339%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
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/e71b4df3-f451-4a5a-8661-56d507be6339%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.