Re: undefined reference to LAPACKE_***

2017-11-20 Thread Csaba Raduly
Hi Zekios, On Sat, Nov 18, 2017 at 7:20 PM, Constantinos Zekios wrote: > Hi Csaba, > so I am using a cmake and it is of the format: > > set(LAPACK_LIB "/usr/lib/liblapack.so") > set(LAPACK_LIB "/usr/lib/liblapacke.so") > set(BLAS_LIB "/usr/lib/libblas.so") for my ubuntu system, > > which I chang

Re: undefined reference to LAPACKE_***

2017-11-18 Thread Marco Atzeri
On 18/11/2017 17:24, Constantinos Zekios wrote: Hello everybody!  I recently installed cygwin trying to compile my cpp code (it is build under linux) under windows. I am using LAPACKE (the c wrapper to run all the lapack libraries) in my code, but it seems that I am not able to install the p

Re: undefined reference to LAPACKE_***

2017-11-18 Thread Constantinos Zekios
Hi Csaba,  so I am using a cmake and it is of the format: set(LAPACK_LIB "/usr/lib/liblapack.so") set(LAPACK_LIB "/usr/lib/liblapacke.so") set(BLAS_LIB "/usr/lib/libblas.so") for my ubuntu system, which I changed it to: set(LAPACK_LIB "/usr/lib/liblapack.a") set(BLAS_LIB "/usr/lib/libblas.a") f

Re: undefined reference to LAPACKE_***

2017-11-18 Thread René Berber
On 11/18/2017 10:24 AM, Constantinos Zekios wrote: >  I recently installed cygwin trying to compile my cpp code (it is build > under linux) under windows. I am using LAPACKE (the c wrapper to run all > the lapack libraries) in my code, but it seems that I am not able to > install the packages in c

Re: undefined reference to LAPACKE_***

2017-11-18 Thread Csaba Raduly
Hi Constantinos, On Sat, Nov 18, 2017 at 5:24 PM, Constantinos Zekios wrote: > Hello everybody! > > I recently installed cygwin trying to compile my cpp code (it is build > under linux) under windows. I am using LAPACKE (the c wrapper to run all the > lapack libraries) in my code, but it seems th

undefined reference to LAPACKE_***

2017-11-18 Thread Constantinos Zekios
Hello everybody!  I recently installed cygwin trying to compile my cpp code (it is build under linux) under windows. I am using LAPACKE (the c wrapper to run all the lapack libraries) in my code, but it seems that I am not able to install the packages in cygwin. I have installed lapack, as wel