Opened 14 years ago
Closed 14 years ago
#525 closed request (fixed)
update macros in yat.m4 to reflect that libyat no longer has a dependency to a cblas lib
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.6 |
Component: | m4 | Version: | trunk |
Keywords: | Cc: |
Description
Spin-off from #518
Check that they work.
YAT_LA_FILE is incorrect because yat-config --link-libtool
now returns /path/to/libyat.la $YAT_BLAS_LIB
. The second term is necessary because libyat.la no longer holds information about cblas. Anyway, the variable must be corrected. We probably need to add a another option in yat-config (--yat-la-file
) and perhaps we should set a variable in the autoconf macro that reflects the output from --link-libtool
(or the user can call $YAT_CONFIG --link-libtool
himself).
If we change the behavior of YAT_LA_FILE, the example in doxygen BUILD_TOOLS with YAT_LA_FILE will not work anymore, so that docs need to updated. This will potentially break users builds so it must be mentioned in NEWS.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [1893]) remove example that will not work with yat 0.6. refs #525