22 Jun
2018
22 Jun
'18
4:54 p.m.
On 22/06/18 14:16, Luc Bourhis wrote:
Actually, no, it does not work. We also need LAPACK anyway. And that’s only in FORTRAN as far as I know. Clapack is also in c. Ah, yes, Lapack passed through f2c. Forgot about that indeed. Mmmhmmm… Ok, so let’s sum up the alternatives.
1. compile together netlib cblas and clapack, and install in the right place in the cctbx tree Hum, maybe not. it needs to be linked with -lf2c
2. copy MKL headers, and shared libs (Linux), dynamic libraries (MacOS), or DLL’s (Windows) to the right place in the cctbx tree Depending on the binary is there any restrictions on the compiler type and version you can use?
Pascal