]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Link in Intel support libraries dynamically (when not building a static execu...
authorMatthias Maier <tamiko@kyomu.43-1.org>
Mon, 30 Sep 2013 20:20:35 +0000 (20:20 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Mon, 30 Sep 2013 20:20:35 +0000 (20:20 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31044 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_compiler_flags_intel.cmake

index ed67d96ad3c6c744f47e41360256f6e088522d2f..e591bf6699bd7a2f38c30fc294bd6f14105a107c 100644 (file)
@@ -91,6 +91,11 @@ IF(DEAL_II_STATIC_EXECUTABLE)
   ENABLE_IF_SUPPORTED(DEAL_II_LINKER_FLAGS "-static-intel")
   ENABLE_IF_SUPPORTED(DEAL_II_LINKER_FLAGS "-static-gcc")
   ENABLE_IF_SUPPORTED(DEAL_II_LINKER_FLAGS "-pthread")
+ELSE()
+  #
+  # Explicitly link intel support libraries dynamically:
+  #
+  ENABLE_IF_SUPPORTED(DEAL_II_LINKER_FLAGS "-shared-intel")
 ENDIF()
 
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.