Hello, First, let me thank all for coming up with the fenics-install.sh script. Using the script, I can successfully build the entire fenics dependency chain on Centos 7. On my Centos 6.5-based cluster, however, I can only make it up to everything through Dolfin (70+ successful package builds through pyparsing). The Dolfin build crashes due to a too-old version of gcc.
Try as I might with paths and aliases, the fenics script seems to find the system gcc-4.4.7 instead of the newer gcc-4.8.2 that I've installed in /opt/gcc-4.8.2. I've set my PATH, LD_LIBRARY_PATH variables to point to /opt/gcc-4.8.2 versions first, and have aliases for gcc, g++, cc, c++, cpp, ld. Invoking builds directly in my shell seems to use the new versions fine. On the other hand, the fenics-install script seems to override/bypass all these changes. I would welcome any suggestions on the correct mods to make to get the environment to use the new compiler. Cheers, Eric
_______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
