Hello Prof.Goldluecke.
Thank you very much for sharing the cocolib.I’m trying to install it on my macbook pro(Nvidia Geforce GT 750M and cuda toolkit 5.5).When I run ./configure.sh,there’s a fatal error called
Testing for GSL library ...
./config_tests/test_gsl.cu:23:10: fatal error: #'gsl/gsl_matrix.h' file not found
#include <gsl gsl_matrix.h="">
1 error generated.
ERROR: compiler returned an error.
GSL library might not be installed.
On Ubuntu systems, this is the package libgsl0-dev.
I have downloaded the gsl1.16,but I don’t know where to place it.Could you help me?
Thanks for advance!
LuQi
Last edit: LuQi 2014-04-04
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know anything about Macs, the Mac makefiles for cocolib were
contributed by Sergi. You can contact him under
sergi.pujades-rocamora@inria.fr
My guess: if it's the same as on Ubuntu, the thing you need to do is
sudo apt-get install libgsl0-dev
You can also try to run the setup script
./install_dependencies_ubuntu.sh, maybe it needs to be adapted a bit for
mac.
Cheers,
Bastian
On 04/04/2014 08:49 AM, LuQi wrote:
Hello Prof.Goldluecke.
Thank you very much for sharing the cocolib.I’m trying to install it on my macbook pro(Nvidia Geforce GT 750M and cuda toolkit 5.5).When I run ./configure.sh,there’s a fatal error called’
Testing for GSL library ...
./config_tests/test_gsl.cu:23:10: fatal error: 'gsl/gsl_matrix.h' file not found
include <gsl gsl_matrix.h="">
1 error generated.
ERROR: compiler returned an error.
GSL library might not be installed.
On Ubuntu systems, this is the package libgsl0-dev.
’
I have downloaded the gsl1.16,but I don’t know where to place it.Could you help me?
Thanks for advance!
LuQi
Hello Prof.Goldluecke.
Thank you very much for sharing the cocolib.I’m trying to install it on my macbook pro(Nvidia Geforce GT 750M and cuda toolkit 5.5).When I run ./configure.sh,there’s a fatal error called
Testing for GSL library ...
./config_tests/test_gsl.cu:23:10: fatal error: #'gsl/gsl_matrix.h' file not found
#include <gsl gsl_matrix.h="">
1 error generated.
ERROR: compiler returned an error.
GSL library might not be installed.
On Ubuntu systems, this is the package libgsl0-dev.
I have downloaded the gsl1.16,but I don’t know where to place it.Could you help me?
Thanks for advance!
LuQi
Last edit: LuQi 2014-04-04
Dear LuQi,
I don't know anything about Macs, the Mac makefiles for cocolib were
contributed by Sergi. You can contact him under
sergi.pujades-rocamora@inria.fr
My guess: if it's the same as on Ubuntu, the thing you need to do is
sudo apt-get install libgsl0-dev
You can also try to run the setup script
./install_dependencies_ubuntu.sh, maybe it needs to be adapted a bit for
mac.
Cheers,
Bastian
On 04/04/2014 08:49 AM, LuQi wrote:
I have tried your guess.Unfortunately the shell can not work on macos...Maybe I will send an e-mail to Sergi to ask for help.Thank you all the same:)