Browse Source

Merge a29e6592da into 3175be4b3d

pull/291/merge
Lars Buitinck 12 years ago
parent
commit
01e4c13543
2 changed files with 2 additions and 4 deletions
  1. +0
    -4
      Makefile
  2. +2
    -0
      Makefile.install

+ 0
- 4
Makefile View File

@@ -15,10 +15,6 @@ ifdef SANITY_CHECK
BLASDIRS += reference
endif

ifndef PREFIX
PREFIX = /opt/OpenBLAS
endif

SUBDIRS = $(BLASDIRS)
ifneq ($(NO_LAPACK), 1)
SUBDIRS += lapack


+ 2
- 0
Makefile.install View File

@@ -3,6 +3,8 @@ export GOTOBLAS_MAKEFILE = 1
-include $(TOPDIR)/Makefile.conf_last
include ./Makefile.system

PREFIX?=/opt/OpenBLAS

OPENBLAS_INCLUDE_DIR:=$(PREFIX)/include
OPENBLAS_LIBRARY_DIR:=$(PREFIX)/lib
OPENBLAS_BUILD_DIR:=$(CURDIR)


Loading…
Cancel
Save