Using --with-atlas with sbcl
"Jose A. Ortega Ruiz" <[email protected]> Tue, 15 Aug 2006 17:36:20 +0200
| Newsgroups | gmane.lisp.matlisp.user |
|---|---|
| Organization | IEEC |
| Message-ID | <[email protected]> |
--===============1972328725== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --=-=-= Content-Transfer-Encoding: quoted-printable Hi. As a result of a conversation with rtoy at #lisp, I've noticed that lazy-loader.lisp is not loading libblas&c. when configure =2D-with-atlas is used with sbcl. This quick hack of load-blas-&-lapack-libraries works for me: #+:sbcl (defun load-blas-&-lapack-libraries () #+@ATLAS_P@ (sb-alien:load-shared-object "@ATLAS_DIR@/libblas.so") #+@ATLAS_P@ (sb-alien:load-shared-object "@ATLAS_DIR@/liblapack.so") #(not @ATLAS_P@) (sb-alien:load-shared-object "matlisp:lib;libmatlisp.so"= )) HTH, jao =2D-=20 If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is. =2D John von Neumann --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBE4en7lX2PbVNDo+wRAokDAKCjQ10dBVy7dLIMH0TYt3dMkZqw2wCgxjwK FVPgRibHuNVTDmTttehhvl8= =GQak -----END PGP SIGNATURE----- --=-=-=-- --===============1972328725== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 --===============1972328725== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Matlisp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matlisp-users --===============1972328725==--