>> What does your dolfin.pc look like? Is it located somewhere in your >> PKG_CONFIG_PATH variable? Or is it perhaps an old dolfin.pc file that is >> used? >> >> > > Yes, that was the problem! > > But fixing that, I ran into problems with undefined symbols ATL_zGetNB > etc. Removing atlas3-sse2-dev and installing atlas3-base-dev fixed > this. > > Weird, using atlas3-sse2-dev and setting ATLAS_DIR worked for me.
Try to set ATLAS_DIR instead of a symlink manually. The flag -L/usr/lib/atlas/sse2 is used when compiling the demos, if you have not set ATLAS_DIR this might not be the case? ilmar _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
