ibm_xlc* )
SHLIBFLAGS="-qmkshrobj"
;;
+
+ gcc*)
+ case "$target" in
+ *powerpc* )
+ SHLIBFLAGS="$SHLIBFLAGS -Wl,--relax"
+ ;;
+ ;;
esac
ibm_xlc* )
SHLIBFLAGS="-qmkshrobj"
;;
+
+ gcc*)
+ dnl When using GCC on PowerPC (e.g. on BlueGene systems) we
+ dnl get errors from the linker about relocations that have be
+ dnl truncated to fit. Passing --relax to the linker helps in
+ dnl these cases.
+ case "$target" in
+ *powerpc* )
+ SHLIBFLAGS="$SHLIBFLAGS -Wl,--relax"
+ ;;
+ ;;
esac
dnl See if we can use -Wl,-soname,... for linking
<h3>General</h3>
<ol>
+<li> Fixed: Linking shared libraries on PowerPC systems (e.g. on
+BlueGene systems) failed due to a miscommunication between compiler
+and linker. This is now worked around.
+<br>
+(Aron Ahmedia, Wolfgang Bangerth, 2012/02/06)
+
<li> New: There is now a distributed deal.II vector class
parallel::distributed::Vector<Number> that can be used with MPI. The
vector is based on a contiguous locally owned range and allows easy
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams