LabPlot builds and runs with kf5

Alexander Semke Alexander.Semke at web.de
Sun Mar 1 20:05:03 UTC 2015


Hi Marko,


Am Sonntag, 1. März 2015, 20:55:22 schrieb Marko Käning:
> I just tried to build LabPlot on OSX/CI for which I had to add these deps:
> [...]
I don't exactly understand this. Where did you add those dependencies?


> What can be done to let CMake find GSL properly?
Have a look at the file CMakeLists.txt. There are sections there like
FIND_LIBRARY(GSL_LIBRARIES gsl
	PATHS
	/usr/lib
	/usr/local/lib
)
FIND_LIBRARY (GSL_CBLAS_LIBRARIES gslcblas
	PATHS
	/usr/lib
	/usr/local/lib
)
FIND_PATH (GSL_INCLUDE_DIR gsl_multimin.h
	/usr/include/gsl
	/usr/local/include/gsl
)
FIND_PROGRAM (GSL_CONFIG gsl-config
	/usr/bin
	/usr/local/bin
)

Just add the path /opt/local/lib etc. here.

Regards
Alexander


More information about the kde-edu mailing list