help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

making octave with lapack pt


From: Clinton Winant
Subject: making octave with lapack pt
Date: Fri, 3 Mar 2017 10:55:18 -0800

I would like octave to link with parallel thread lapack/atlas/blas.
Currently my library (~/Software/Atlas/lib) has

libatlas.a  libf77blas.a     liblapack.a   libptf77blas.a  libsatlas.so  libtstatlas.a
libcblas.a  libf77refblas.a  libptcblas.a  libptlapack.a   libtatlas.so

I configure octave with:

./configure --prefix=/opt/octave-4.2.1 --with-blas=/home/abr_ca/Software/Atlas/lib --with-lapack=/home/abr_ca/Software/Atlas/lib CPPFLAGS=-I/usr/include/hdf5/serial LDFLAGS=-L/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/hdf5/serial

make


is there any way I can modify this so that octave links with the pt library files?


Thanks


reply via email to

[Prev in Thread] Current Thread [Next in Thread]