ralna / spral

Sparse Parallel Robust Algorithms Library
https://ralna.github.io/spral/
Other
104 stars 27 forks source link

spral_complex.h is missing after installation #130

Closed amontoison closed 1 year ago

amontoison commented 1 year ago

I regenerated the Julia wrappers and I found that spral_complex.h was missing in the folder include. We probably forgot to copy this file during the installation.

jfowkes commented 1 year ago

Is this a Julia issue or an issue with the current autotools installation?

amontoison commented 1 year ago

An issue with the current autotools installation.

I remarked it in Julia because I generate the Julia wrappers from the C headers but it concerns all users that use the C interface.

jfowkes commented 1 year ago

Okay thanks I will take a look.