Opened 14 years ago
Closed 14 years ago
#522 closed request (fixed)
yat-config should honor environment variable YAT_CBLAS_LIB
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.6 |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
spin-off from ticket:518
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1897]) fixes #522. Introduced a variable YAT_PRIMARY_LIBS that is YAT_LIBS minus cblas and mathlib. The variable made it easier to create needed variables in yat-config (string addition is easier than subtraction, whatever that means). Removed variable YAT_LIBS_WITHOUT_CBLAS because it can easily be achied via "YAT_PRIMARY_LIBS LIBM".