Lines Matching refs:LIBS

149 comex_save_LIBS="$LIBS"
159 LIBS="$BLAS_LIBS $LIBS"
161 LIBS="$comex_save_LIBS"
164 [AS_CASE(["$BLAS_LIBS $LIBS $LDFLAGS $CPPFLAGS"],
172 # add -lacml to BLAS_LIBS if missing from LIBS
173 AS_CASE([$LIBS], [*acml*], [], [BLAS_LIBS="-lacml"])
174 LIBS="$BLAS_LIBS $LIBS"
176 LIBS="$comex_save_LIBS"
179 [AS_CASE(["$BLAS_LIBS $LIBS $LDFLAGS $CPPFLAGS"],
186 # add -lmkl to BLAS_LIBS if missing from LIBS
187 AS_CASE([$LIBS], [*mkl*], [], [BLAS_LIBS="-lmkl"])
188 LIBS="$BLAS_LIBS $LIBS"
190 LIBS="$comex_save_LIBS"
193 [AS_CASE(["$BLAS_LIBS $LIBS $LDFLAGS $CPPFLAGS"],
201 [# add -lcblas if needed but missing from LIBS
202 AS_CASE([$LIBS], [*cblas*], [], [BLAS_LIBS="-lcblas"])],
203 [# add -lf77blas if needed but missing from LIBS
204 AS_CASE([$LIBS], [*f77blas*], [], [BLAS_LIBS="-lf77blas"])])
205 # add -latlas if needed but missing from LIBS
206 AS_CASE([$LIBS], [*atlas*], [], [BLAS_LIBS="$BLAS_LIBS -latlas"])
207 LIBS="$BLAS_LIBS $LIBS"
209 LIBS="$comex_save_LIBS"
215 # add -lblas to BLAS_LIBS if missing from LIBS
216 AS_CASE([$LIBS], [*blas*], [], [BLAS_LIBS="-lblas"])
217 # add -ldgemm to BLAS_LIBS if missing from LIBS
218 AS_CASE([$LIBS], [*dgemm*], [], [BLAS_LIBS="-ldgemm $BLAS_LIBS"])
219 # add -lsgemm to BLAS_LIBS if missing from LIBS
220 AS_CASE([$LIBS], [*sgemm*], [], [BLAS_LIBS="-lsgemm $BLAS_LIBS"])
221 LIBS="$BLAS_LIBS $LIBS"
223 LIBS="$comex_save_LIBS"
229 # add -framework Accelerate to BLAS_LIBS if missing from LIBS
230 AS_CASE([$LIBS], [*Accelerate*], [], [BLAS_LIBS="-framework Accelerate"])
231 LIBS="$BLAS_LIBS $LIBS"
233 LIBS="$comex_save_LIBS"
239 # add -framework vecLib to BLAS_LIBS if missing from LIBS
240 AS_CASE([$LIBS], [*vecLib*], [], [BLAS_LIBS="-framework vecLib"])
241 LIBS="$BLAS_LIBS $LIBS"
243 LIBS="$comex_save_LIBS"
249 # add -lcxml to BLAS_LIBS if missing from LIBS
250 AS_CASE([$LIBS], [*cxml*], [], [BLAS_LIBS="-lcxml"])
251 LIBS="$BLAS_LIBS $LIBS"
253 LIBS="$comex_save_LIBS"
255 [# add -lcxml to BLAS_LIBS if missing from LIBS
256 AS_CASE([$LIBS], [*cxml*], [], [BLAS_LIBS="-lcxml"])
257 # add -lcpml to BLAS_LIBS if missing from LIBS
258 AS_CASE([$LIBS], [*cpml*], [], [BLAS_LIBS="$BLAS_LIBS -lcpml"])
259 LIBS="$BLAS_LIBS $LIBS"
261 LIBS="$comex_save_LIBS"])
269 # add -xlic_lib=sunperf to BLAS_LIBS if missing from LIBS
270 AS_CASE([$LIBS], [*sunperf*], [], [BLAS_LIBS="-xlic_lib=sunperf"])
271 LIBS="$BLAS_LIBS $LIBS"
273 LIBS="$comex_save_LIBS"
275 [# add -xlic_lib=sunperf to BLAS_LIBS if missing from LIBS
276 AS_CASE([$LIBS], [*sunperf*], [], [BLAS_LIBS="-xlic_lib=sunperf"])
277 # add -lsunmath to BLAS_LIBS if missing from LIBS
278 AS_CASE([$LIBS], [*sunmath*], [], [BLAS_LIBS="$BLAS_LIBS -lsunmath"])
279 LIBS="$BLAS_LIBS $LIBS"
281 LIBS="$comex_save_LIBS"])
287 # add -lscs to BLAS_LIBS if missing from LIBS
288 AS_CASE([$LIBS], [*scs*], [], [BLAS_LIBS="-lscs"])
289 LIBS="$BLAS_LIBS $LIBS"
291 LIBS="$comex_save_LIBS"
297 # add -lcomplib.sgimath to BLAS_LIBS if missing from LIBS
298 AS_CASE([$LIBS], [*complib.sgimath*], [], [BLAS_LIBS="-lcomplib.sgimath"])
299 LIBS="$BLAS_LIBS $LIBS"
301 LIBS="$comex_save_LIBS"
307 # add -lessl to BLAS_LIBS if missing from LIBS
308 AS_CASE([$LIBS], [*essl*], [], [BLAS_LIBS="-lessl"])
309 LIBS="$BLAS_LIBS $LIBS"
311 LIBS="$comex_save_LIBS"
313 [# add both -lessl and -lblas to BLAS_LIBS if missing from LIBS
314 AS_CASE([$LIBS], [*essl*], [], [BLAS_LIBS="-lessl"])
315 AS_CASE([$LIBS], [*blas*], [], [BLAS_LIBS="$BLAS_LIBS -lblas"])
316 LIBS="$BLAS_LIBS $LIBS"
318 LIBS="$comex_save_LIBS"])
325 LIBS="$BLAS_LIBS $LIBS"
327 LIBS="$comex_save_LIBS"