You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

make.inc 209 B

1234567891011
  1. SHELL = /bin/sh
  2. PLAT = _LINUX
  3. DRVOPTS = $(OPTS)
  4. LOADER = $(FORTRAN)
  5. TIMER = NONE
  6. ARCHFLAGS= -ru
  7. RANLIB = ranlib
  8. BLASLIB =
  9. TMGLIB = tmglib.a
  10. EIGSRCLIB = eigsrc.a
  11. LINSRCLIB = linsrc.a

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.