neural-fortran icon indicating copy to clipboard operation
neural-fortran copied to clipboard

Allow external BLAS use with ifort

Open milancurcic opened this issue 6 years ago • 2 comments

It's just a matter of adding appropriate compiler flag in CMakeLists.txt.

milancurcic avatar Aug 10 '18 14:08 milancurcic

I have some ideas for improving the CMake build, and allowing use of MKL etc.

But, first: Is there a reason why you're setting the CMake min version to 2.8? CMake binaries are relocatable (user space installable) and super easy to fetch and install from Kitware's CMake website. I would recommend bumping that to something MUCH more recent.

zbeekman avatar Mar 19 '19 21:03 zbeekman

If you have time to spare, please go to town with the CMake build, I have no idea what I'm doing there.

Is there a reason why you're setting the CMake min version to 2.8?

This originates from my first ever CMake build (datetime-fortran I believe). It worked then, and I didn't dare upsetting the build demons by changing that number.

milancurcic avatar Mar 19 '19 22:03 milancurcic