IDAES / idaes-ext

IDAES developer repo for those building the idaes binary solvers and related tools.
Other
9 stars 11 forks source link

Try to fix centos 7 and 8 builds #80

Closed eslickj closed 3 years ago

eslickj commented 3 years ago

On CentOS 7 and 8 I see an error linking mumps like:

/usr/bin/ld: /repo/idaes-ext/coinbrew/dist/lib/libcoinmumps.a(dmumps_part3.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC

This is trying to fix it.