conda-specific specfile for GNU C/C++ Compiler
copied from cf-staging / conda-gcc-specsWhen installed, this optional package provides a specfile that directs gcc (and g++ or gfortran) to automatically: * search for includes in $PREFIX/include * link libraries in $PREFIX/lib * set RPATH to $PREFIX/lib * use RPATH instead of the newer RUNPATH This package is intended to aid usability of the compiler toolchain as a replacement for system-installed compilers. It should not be used in recipes. Use the 'compiler()' jinja function as described on https://conda-forge.org/docs/maintainer/knowledge_base.html#dep-compilers