Refs #81. Added LIBNAMESUFFIX flag in Makefile.rule. The user can use this flag to control the library name, e.g. libopenblas.a, libopenblas_ifort.a or libopenblas_omp.a.

This commit is contained in:
Xianyi Zhang
2012-03-21 23:57:09 +08:00
parent d047afe615
commit 1f15bee02a
5 changed files with 31 additions and 22 deletions

View File

@@ -5,6 +5,11 @@
# This library's version
VERSION = 0.1alpha2.5
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
# is libopenblas_$(LIBNAMESUFFIX).so.0.
# LIBNAMESUFFIX = omp
# You can specify the target architecture, otherwise it's
# automatically detected.
# TARGET = PENRYN