sdpaninf / SDPA

GNU General Public License v3.0
0 stars 0 forks source link

mumps_int_def.h not copied by make install #2

Closed pfetsch closed 6 months ago

pfetsch commented 6 months ago

When calling make install the mumps file mumps_int_def.h is not copied. However, this file is needed for compiling the examples.

sdpaninf commented 6 months ago

I added mumps_int_def.h to Makefile.in as follows, will this help?

$ diff Makefile.in Makefile.in.org 264,265c264 < mumps/build/include/mumps_compat.h \ < mumps/build/include/mumps_int_def.h

mumps/build/include/mumps_compat.h

pfetsch commented 6 months ago

I suppose that you need to add it to Makefile.am. At least this works for me.

sdpaninf commented 6 months ago

Understood, added to Makefile.am.