mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: mumps: Allow compilation with GCC 10.
Following the suggestion at <https://community.freefem.org/t/compline-on-macos-10-15-6/543>. * gnu/packages/maths.scm (mumps)[arguments]: In 'configure' phase, add '-fallow-argument-mismatch' to 'OPTF'.
This commit is contained in:
parent
3867cb7885
commit
77c8382bb6
1 changed files with 1 additions and 1 deletions
|
@ -3488,7 +3488,7 @@ (define-public mumps
|
|||
LIBOTHERS = -pthread
|
||||
CDEFS = -DAdd_
|
||||
PIC = -fPIC
|
||||
OPTF = -O2 -DALLOW_NON_INIT $(PIC)
|
||||
OPTF = -O2 -DALLOW_NON_INIT -fallow-argument-mismatch $(PIC)
|
||||
OPTL = -O2 $(PIC)
|
||||
OPTC = -O2 $(PIC)
|
||||
INCS = $(INCSEQ)
|
||||
|
|
Loading…
Reference in a new issue