Menu

Tree [r142] / trunk / packaging /
 History

HTTPS access


File Date Author Commit
 README.txt 2010-04-01 yonishi [r141] Packaging scripts for windows are added.
 control 2010-03-26 yonishi [r140] small modification of packaging/.
 cpplapack.nsi 2010-04-01 yonishi [r142] packaging/cpplapack.nsi was modified.
 cpplapack.spec 2010-03-26 yonishi [r140] small modification of packaging/.
 mkdeb.sh 2010-03-26 yonishi [r140] small modification of packaging/.
 mkrpm.sh 2010-03-26 yonishi [r139] A packaging diectory was added.
 mktgz.sh 2010-03-26 yonishi [r140] small modification of packaging/.

Read Me

CONTENTS
     inlude\: CPPLapack header files
        lib\: BLAS and LAPACK libraries for 32bit Windows
      lib64\: BLAS and LAPACK libraries for 64bit Windows
  README.txt: This file

UNINSTALL
  Simplly remove the "c:\cpplapack" directory.

LIBRARIES
  The BLAS and LAPACK libraries are NOT products of CPPLapack.
  They are originally distributed at http://www.netlib.org/clapack/ .
  Authors of CPPLapack deeply appliciate the developers of BLAS and LAPACK.

USAGE
  Add "c:\cpplapack\include" to the include path of your project.
  You may also need to add either "c:\cpplapack\lib" or "c:\cpplapack\lib64"
  to the library path of your project and then link with the "BLAS.lib" and
  "clapack.lib".

DOCUMENTATION
  An online documentation is available at http://cpplapack.sourceforge.net/ .

LICENCE
  CPPLapack is a GPL software.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.