GALAHAD icon indicating copy to clipboard operation
GALAHAD copied to clipboard

Name of the libraries when GALAHAD is compiled with 64-bit integer

Open amontoison opened this issue 1 year ago • 2 comments

We should decide what is the name of the static / shared libraries when we use 64-bit integer. With 32-bit integer, we generate libgalahad_single and libgalahad_double. I suggest libgalahad64_single and libgalahad64_double.

cc @nimgould

amontoison avatar Feb 22 '24 18:02 amontoison

elsewhere we have reversed things so that packages are _single_64 not 64_single

nimgould avatar Feb 23 '24 08:02 nimgould

Ok, so we should go with libgalahad_double_64.so or libgalahad_double64.so. For libHSL, I generate a libhsl64.so.

amontoison avatar Feb 24 '24 14:02 amontoison