Multi agent model for perturbations in networks of networks. Used for Cell-to-cell communication with enriched pathways, using scRNA-seq or spatial data
The commits from 4df3c04c8f487d0c67ba79c50b387788cd0549a7 to d90eacf657b7f4dbda5978e445a8275a3b2e89e2 were all done for problems with GitHub actions since lapack and blas weren't linked when passed as parameters in the cmake. Now, the solution is to link the libraries for every executable. This solution is very slow in my local machine but it works at least in github. I will use the parameters linking though in my local machine ( -lblas and -llapack as CMAKE_CXX_FLAGS) since it is really quick for both the compilation and the testing.
The commits from 4df3c04c8f487d0c67ba79c50b387788cd0549a7 to d90eacf657b7f4dbda5978e445a8275a3b2e89e2 were all done for problems with GitHub actions since lapack and blas weren't linked when passed as parameters in the cmake. Now, the solution is to link the libraries for every executable. This solution is very slow in my local machine but it works at least in github. I will use the parameters linking though in my local machine ( -lblas and -llapack as CMAKE_CXX_FLAGS) since it is really quick for both the compilation and the testing.