-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling with lapack and blas #2
Comments
Comment by @andrea5w created at 2006-06-21 15:06:55 CoinUtils has not yet been set up to work with Blas and Lapack. Will be addressed in the future. |
Comment by @andrea5w created at 2006-06-21 15:06:55 Changing status from new to assigned. |
Comment by @LouHafer created at 2006-11-15 18:30:43 In the macros COIN_HAS_BLAS and COIN_HAS_LAPACK, there is a subtle typo in the call to AC_COIN_TRY_FLINK for the -sun- case. Misplaced '],' means that sunperf isn't added to ADDLIBS. Here's a diff (line numbers are off because of some other local changes in my coin.m4).
|
Comment by @andrea5w created at 2006-11-15 21:07:06 Corrected coin.m4 file in stable/0.5 and trunk, according to Lou's suggestion I'm not closing ticket, since the Blas and Lapack libraries are still not properly integrated and documented. |
Comment by @andrea5w created at 2006-11-15 21:07:06 Changing priority from major to minor. |
Comment by @andrea5w created at 2006-12-12 00:14:03 Who voluntees to write the documentation...? :) It is all working properly now. |
Comment by @andrea5w created at 2007-08-09 16:42:08 updated some documentation on the wiki. closing ticket. |
Comment by @andrea5w created at 2007-08-09 16:42:08 Resolution: fixed |
Issue created by migration from Trac.
Original creator: fmargot
Original creation time: 2006-06-21 13:24:21
Assignee: somebody
Version:
Keywords: lapack
How do I compile a package with Lapack and Blas?
With the old build process, there was a line
CoinLibsDefined += COIN_lapack
in Makefile.location. I tried
./configure --with-lapack --with-blas
but this does not seem to work. At least, there is no mention
of Lapack or Blas in the config.log. I could not find any mention of this on the BuildTools Trac pages.
The text was updated successfully, but these errors were encountered: