]> https://gitweb.dealii.org/ - candi.git/commitdiff
Merge pull request #159 from tjhei/dealii_without_mpicxx
authorUwe Köcher <mail@uwe.koecher.cc>
Mon, 21 Jun 2021 14:48:49 +0000 (16:48 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 14:48:49 +0000 (16:48 +0200)
disable CXX/CC for deal.II itself

1  2 
deal.II-toolchain/packages/dealii.package

index 5b06381f7397b7e918ad3bc21a5eca70ca98d4b4,3db2b357bfa445df9e8a28342c10c98f7b74cd16..00f222866f25973f8b856ad20d2fd634e05a5563
@@@ -43,8 -35,13 +45,13 @@@ f
  
  # add the user-specified flags at the end (so things can be overriden):
  CONFOPTS="${CONFOPTS} \
 -${DEAL_CONFOPTS}"
 +${DEAL_II_CONFOPTS}"
  
+ # Disable CXX, CC for deal.II as recommended in
+ # https://github.com/dealii/dealii/issues/11478 . Note the we are
+ # setting the MPI_*_COMPILER cmake variables above.
+ unset CXX
+ unset CC
  
  ################################################################################
  # Check if we hit cmake-3.10+ and deal.II v8.5.1 configure error (MPI / FindMPI)

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.