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
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
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
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
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
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
6 matches
Mail list logo