[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-edu-devel
Subject:    Re: LabPlot builds and runs with kf5
From:       Alexander Semke <Alexander.Semke () web ! de>
Date:       2015-03-01 20:05:03
Message-ID: 3384081.cylm2UO1Ge () linux-7xsw ! site
[Download RAW message or body]

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
_______________________________________________
kde-edu mailing list
kde-edu@mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic