Closed zbeekman closed 5 years ago
CC: @rouson
Hi @zbeekman I am back in Cranfield on Friday, will take a deeper look then. Development is not active right now, so it should not be a problem. We need to have a longer chat on how to handle the other tests. S.
Hi @zbeekman I have merged the template, and have tested this version with configure/make/install and building mld2p4-2 against it. I have not tested the cmake machinery, I suppose you did that?
Hi @sfilippone this is still a work in progress. I am getting close and hope to have a finished version for you to test later today. The CMake machinery appears to be working but requires a few more tweaks and changes.
@zbeekman Ok, stainding by. Actually am very busy with classes, so I won't get back to this until weekend.
@zbeekman Be aware that I made a simple change to the copyright statements, but by its nature it is a bit intrusive.
No worries, I'll update the branch.
Hi Salvatore!
Here is a pull request to start the discussion regarding integrating a CMake build system into PSBLAS3.
Changes made:
-DBUILD_SHARED_LIBS
is passed to CMake (CMake canonical convention)find_package(psblas)
and get compiled targets in the build directoryOutstanding work:
hello
andpingpong
tests are currently built. I/we need some guidance on how and when to build the other testsFindMPI
module.